mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.5 KiB
1.5 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-access-item-account-response | AccessItemAccountResponse | AccessItemAccountResponse | AccessItemAccountResponse | pythonsdk |
|
/tools/sdk/python/v2025/models/access-item-account-response |
|
AccessItemAccountResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| access_type | str | the access item type. account in this case | [optional] |
| id | str | the access item id | [optional] |
| native_identity | str | the native identifier used to uniquely identify an acccount | [optional] |
| source_name | str | the name of the source | [optional] |
| source_id | str | the id of the source | [optional] |
| entitlement_count | str | the number of entitlements the account will create | [optional] |
| display_name | str | the display name of the identity | [optional] |
| } |
Example
from sailpoint.v2025.models.access_item_account_response import AccessItemAccountResponse
access_item_account_response = AccessItemAccountResponse(
access_type='account',
id='2c918087763e69d901763e72e97f006f',
native_identity='dr.arden.ogahn.d',
source_name='DataScienceDataset',
source_id='2793o32dwd',
entitlement_count='12',
display_name='Dr. Arden Rogahn MD'
)