mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.2 KiB
1.2 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-access-item-requested-for-dto1 | AccessItemRequestedForDto1 | AccessItemRequestedForDto1 | AccessItemRequestedForDto1 | pythonsdk |
|
/tools/sdk/python/beta/models/access-item-requested-for-dto1 |
|
AccessItemRequestedForDto1
Identity whom the access item is requested for.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'IDENTITY' ] | DTO type of the identity whom the access item is requested for. | [optional] |
| id | str | ID of the identity whom the access item is requested for. | [optional] |
| name | str | Name of the identity whom the access item is requested for. | [optional] |
| } |
Example
from sailpoint.beta.models.access_item_requested_for_dto1 import AccessItemRequestedForDto1
access_item_requested_for_dto1 = AccessItemRequestedForDto1(
type='IDENTITY',
id='2c4180a46faadee4016fb4e018c20626',
name='Robert Robinson'
)