mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.1 KiB
1.1 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-approver-dto | AccessItemApproverDto | AccessItemApproverDto | AccessItemApproverDto | pythonsdk |
|
/tools/sdk/python/beta/models/access-item-approver-dto |
|
AccessItemApproverDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'IDENTITY' ] | DTO type of the identity who approved the access item request. | [optional] |
| id | str | ID of the identity who approved the access item request. | [optional] |
| name | str | Name of the identity who approved the access item request. | [optional] |
| } |
Example
from sailpoint.beta.models.access_item_approver_dto import AccessItemApproverDto
access_item_approver_dto = AccessItemApproverDto(
type='IDENTITY',
id='2c3780a46faadee4016fb4e018c20652',
name='Allen Albertson'
)