Skip to main content

Passwordpolicyholdersdtoattributes

Properties

NameTypeDescriptionNotes
identity_attr[]PasswordpolicyholdersdtoattributesIdentityAttrInnerAttributes of PasswordPolicyHoldersDto[optional]
}

Example

from sailpoint.sources.models.passwordpolicyholdersdtoattributes import Passwordpolicyholdersdtoattributes

passwordpolicyholdersdtoattributes = Passwordpolicyholdersdtoattributes(
identity_attr=[
sailpoint.sources.models.passwordpolicyholdersdtoattributes_identity_attr_inner.passwordpolicyholdersdtoattributes_identityAttr_inner(
name = 'Country',
value = 'Canada', )
]
)

[Back to top]