mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.3 KiB
1.3 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-account-attributes-changed-source | AccountAttributesChangedSource | AccountAttributesChangedSource | AccountAttributesChangedSource | pythonsdk |
|
/tools/sdk/python/v2024/models/account-attributes-changed-source |
|
AccountAttributesChangedSource
The source that contains the account.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | ID of the object to which this reference applies | [required] |
| type | Enum [ 'SOURCE' ] | The type of object that is referenced | [required] |
| name | str | Human-readable display name of the object to which this reference applies | [required] |
| } |
Example
from sailpoint.v2024.models.account_attributes_changed_source import AccountAttributesChangedSource
account_attributes_changed_source = AccountAttributesChangedSource(
id='4e4d982dddff4267ab12f0f1e72b5a6d',
type='SOURCE',
name='Corporate Active Directory'
)