mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-public-identity-attributes-inner | PublicIdentityAttributesInner | PublicIdentityAttributesInner | PublicIdentityAttributesInner | pythonsdk |
|
/tools/sdk/python/v2025/models/public-identity-attributes-inner |
|
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.v2025.models.public_identity_attributes_inner import PublicIdentityAttributesInner
public_identity_attributes_inner = PublicIdentityAttributesInner(
key='country',
name='Country',
value='US'
)