Skip to main content

PasswordPolicyHoldersDtoAttributesIdentityAttrInner

Properties

NameTypeDescriptionNotes
namestrAttribute's name[optional]
valuestrAttribute'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'
)

[Back to top]