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.access_requests.models.approvalstatusdto_current_owner import ApprovalstatusdtoCurrentOwner
approvalstatusdto_current_owner = ApprovalstatusdtoCurrentOwner(
type='IDENTITY',
id='2c3780a46faadee4016fb4e018c20652',
name='Allen Albertson'
)