Skip to main content

Int64stringkeyvaluepair

Properties

NameTypeDescriptionNotes
keyintThe key for the tag or pair.[optional]
valuestrThe value for the tag or pair.[optional]
}

Example

from sailpoint.data_access_security.models.int64stringkeyvaluepair import Int64stringkeyvaluepair

int64stringkeyvaluepair = Int64stringkeyvaluepair(
key=1,
value='Confidential'
)

[Back to top]