Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V3/Models/AccountAttributes.md
2025-02-20 12:59:19 -05:00

879 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
account-attributes AccountAttributes AccountAttributes AccountAttributes pythonsdk
python
Python
sdk
AccountAttributes
AccountAttributes
/tools/sdk/python/v3/models/account-attributes
SDK
Software Development Kit
AccountAttributes
AccountAttributes

AccountAttributes

Properties

Name Type Description Notes
attributes map[string]object The 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]