PasswordpolicyholdersdtoattributesIdentityAttrInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | Attribute's name | [optional] |
| value | str | Attribute's value | [optional] |
| } |
Example
from sailpoint.sources.models.passwordpolicyholdersdtoattributes_identity_attr_inner import PasswordpolicyholdersdtoattributesIdentityAttrInner
passwordpolicyholdersdtoattributes_identity_attr_inner = PasswordpolicyholdersdtoattributesIdentityAttrInner(
name='Country',
value='Canada'
)