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.v2025.models.approval_identity_owner_of_inner import ApprovalIdentityOwnerOfInner

approval_identity_owner_of_inner = ApprovalIdentityOwnerOfInner(
id='string',
name='Access Request App',
type='APPLICATION'
)

[Back to top]