mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1023 B
1023 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-create | AccountAttributesCreate | AccountAttributesCreate | AccountAttributesCreate | pythonsdk |
|
/tools/sdk/python/v3/models/account-attributes-create |
|
AccountAttributesCreate
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| attributes | AccountAttributesCreateAttributes | [required] | |
| } |
Example
from sailpoint.v3.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}
)