mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-access-item-requested-for-dto | AccessItemRequestedForDto | AccessItemRequestedForDto | AccessItemRequestedForDto | pythonsdk |
|
/tools/sdk/python/v2024/models/access-item-requested-for-dto |
|
AccessItemRequestedForDto
Identity the access item is requested for.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'IDENTITY' ] | DTO type of identity the access item is requested for. | [optional] |
| id | str | ID of identity the access item is requested for. | [optional] |
| name | str | Human-readable display name of identity the access item is requested for. | [optional] |
| } |
Example
from sailpoint.v2024.models.access_item_requested_for_dto import AccessItemRequestedForDto
access_item_requested_for_dto = AccessItemRequestedForDto(
type='IDENTITY',
id='2c4180a46faadee4016fb4e018c20626',
name='Robert Robinson'
)