Skip to main content

AccountAttributes

Properties

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

Example

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