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.v2025.models.approval_identity_owner_of_inner import ApprovalIdentityOwnerOfInner
approval_identity_owner_of_inner = ApprovalIdentityOwnerOfInner(
id='string',
name='Access Request App',
type='APPLICATION'
)