PublicidentityAttributesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| key | str | The attribute key | [optional] |
| name | str | Human-readable display name of the attribute | [optional] |
| value | str | The attribute value | [optional] |
| } |
Example
from sailpoint.public_identities.models.publicidentity_attributes_inner import PublicidentityAttributesInner
publicidentity_attributes_inner = PublicidentityAttributesInner(
key='country',
name='Country',
value='US'
)