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

885 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
beta-account-attributes AccountAttributes AccountAttributes AccountAttributes pythonsdk
python
Python
sdk
AccountAttributes
BetaAccountAttributes
/tools/sdk/python/beta/models/account-attributes
SDK
Software Development Kit
AccountAttributes
BetaAccountAttributes

AccountAttributes

Properties

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