Skip to main content

AccountAttributes

Properties

NameTypeDescriptionNotes
attributesobjectThe schema attribute values for the account[required]
}

Example

from sailpoint.beta.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]