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

1.0 KiB

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-create AccountAttributesCreate AccountAttributesCreate AccountAttributesCreate pythonsdk
python
Python
sdk
AccountAttributesCreate
BetaAccountAttributesCreate
/tools/sdk/python/beta/models/account-attributes-create
SDK
Software Development Kit
AccountAttributesCreate
BetaAccountAttributesCreate

AccountAttributesCreate

Properties

Name Type Description Notes
attributes AccountAttributesCreateAttributes [required]
}

Example

from sailpoint.beta.models.account_attributes_create import AccountAttributesCreate

account_attributes_create = AccountAttributesCreate(
attributes={sourceId=34bfcbe116c9407464af37acbaf7a4dc, city=Austin, displayName=John Doe, userName=jdoe, sAMAccountName=jDoe, mail=john.doe@sailpoint.com}
)

[Back to top]