Skip to main content

AccountAttributes

Properties

NameTypeDescriptionNotes
attributesmap[string]objectThe schema attribute values for the account[required]
}

Example

from sailpoint.accounts.models.account_attributes import AccountAttributes

account_attributes = AccountAttributes(
attributes={"city":"Austin","displayName":"John Doe","userName":"jdoe","sAMAccountName":"jDoe","mail":"john.doe@sailpoint.com"}
)

[Back to top]