mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
1.3 KiB
1.3 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-password-policy-holders-dto-attributes-identity-attr-inner | PasswordPolicyHoldersDtoAttributesIdentityAttrInner | PasswordPolicyHoldersDtoAttributesIdentityAttrInner | PasswordPolicyHoldersDtoAttributesIdentityAttrInner | pythonsdk |
|
/tools/sdk/python/v2024/models/password-policy-holders-dto-attributes-identity-attr-inner |
|
PasswordPolicyHoldersDtoAttributesIdentityAttrInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | Attribute's name | [optional] |
| value | str | Attribute's value | [optional] |
| } |
Example
from sailpoint.v2024.models.password_policy_holders_dto_attributes_identity_attr_inner import PasswordPolicyHoldersDtoAttributesIdentityAttrInner
password_policy_holders_dto_attributes_identity_attr_inner = PasswordPolicyHoldersDtoAttributesIdentityAttrInner(
name='Country',
value='Canada'
)