Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/PasswordPolicyHoldersDtoAttributesIdentityAttrInner.md
2025-04-01 09:23:12 -04:00

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
v2025-password-policy-holders-dto-attributes-identity-attr-inner PasswordPolicyHoldersDtoAttributesIdentityAttrInner PasswordPolicyHoldersDtoAttributesIdentityAttrInner PasswordPolicyHoldersDtoAttributesIdentityAttrInner pythonsdk
python
Python
sdk
PasswordPolicyHoldersDtoAttributesIdentityAttrInner
V2025PasswordPolicyHoldersDtoAttributesIdentityAttrInner
/tools/sdk/python/v2025/models/password-policy-holders-dto-attributes-identity-attr-inner
SDK
Software Development Kit
PasswordPolicyHoldersDtoAttributesIdentityAttrInner
V2025PasswordPolicyHoldersDtoAttributesIdentityAttrInner

PasswordPolicyHoldersDtoAttributesIdentityAttrInner

Properties

Name Type Description Notes
name str Attribute's name [optional]
value str Attribute's value [optional]
}

Example

from sailpoint.v2025.models.password_policy_holders_dto_attributes_identity_attr_inner import PasswordPolicyHoldersDtoAttributesIdentityAttrInner

password_policy_holders_dto_attributes_identity_attr_inner = PasswordPolicyHoldersDtoAttributesIdentityAttrInner(
name='Country',
value='Canada'
)

[Back to top]