Skip to main content

Identityattributenames

Identity attribute IDs.

Properties

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

Example

from sailpoint.identity_attributes.models.identityattributenames import Identityattributenames

identityattributenames = Identityattributenames(
ids=["name","displayName"]
)

[Back to top]