Skip to main content

IdentityAttributeNames

Identity attribute IDs.

Properties

NameTypeDescriptionNotes
ids[]strList of identity attributes' technical names.[optional]
}

Example

from sailpoint.v2024.models.identity_attribute_names import IdentityAttributeNames

identity_attribute_names = IdentityAttributeNames(
ids=[name, displayName]
)

[Back to top]