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-approval-status-dto-current-owner | ApprovalStatusDtoCurrentOwner | ApprovalStatusDtoCurrentOwner | ApprovalStatusDtoCurrentOwner | pythonsdk |
|
/tools/sdk/python/beta/models/approval-status-dto-current-owner |
|
ApprovalStatusDtoCurrentOwner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'IDENTITY' ] | DTO type of identity who reviewed the access item request. | [optional] |
| id | str | ID of identity who reviewed the access item request. | [optional] |
| name | str | Human-readable display name of identity who reviewed the access item request. | [optional] |
| } |
Example
from sailpoint.beta.models.approval_status_dto_current_owner import ApprovalStatusDtoCurrentOwner
approval_status_dto_current_owner = ApprovalStatusDtoCurrentOwner(
type='IDENTITY',
id='2c3780a46faadee4016fb4e018c20652',
name='Allen Albertson'
)