Skip to main content

ApprovalidentityOwnerOfInner

Properties

NameTypeDescriptionNotes
idstrID of the object that is owned.[optional]
namestrName of the object that is owned.[optional]
typestrType 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'
)

[Back to top]