ApprovalidentityOwnerOfInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | ID of the object that is owned. | [optional] |
| name | str | Name of the object that is owned. | [optional] |
| type | str | Type of the object that is owned. | [optional] |
| } |
Example
from sailpoint.approvals.models.approvalidentity_owner_of_inner import ApprovalidentityOwnerOfInner
approvalidentity_owner_of_inner = ApprovalidentityOwnerOfInner(
id='string',
name='Access Request App',
type='APPLICATION'
)