Int64stringkeyvaluepair
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| key | int | The key for the tag or pair. | [optional] |
| value | str | The value for the tag or pair. | [optional] |
| } |
Example
from sailpoint.data_access_security.models.int64stringkeyvaluepair import Int64stringkeyvaluepair
int64stringkeyvaluepair = Int64stringkeyvaluepair(
key=1,
value='Confidential'
)