Skip to main content

LifecycleApproverReference

Properties

NameTypeDescriptionNotes
typestrApprover reference type.[optional]
idstrIdentifier of the approver.[optional]
namestrDisplay name of the approver.[optional]
}

Example

from sailpoint.machine_identities_lifecycle_actions.models.lifecycle_approver_reference import LifecycleApproverReference

lifecycle_approver_reference = LifecycleApproverReference(
type='IDENTITY',
id='2c9180858082150f0180893dbaf44201',
name='Alex Approver'
)

[Back to top]