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'
)