Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/AccountAttributes.md
2025-04-01 09:23:12 -04:00

901 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
v2025-account-attributes AccountAttributes AccountAttributes AccountAttributes pythonsdk
python
Python
sdk
AccountAttributes
V2025AccountAttributes
/tools/sdk/python/v2025/models/account-attributes
SDK
Software Development Kit
AccountAttributes
V2025AccountAttributes

AccountAttributes

Properties

Name Type Description Notes
attributes map[string]object The schema attribute values for the account [required]
}

Example

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