Skip to main content

ApproverReference

Properties

NameTypeDescriptionNotes
idstrId of supported DtoType like IDENTITY, MACHINE_IDENTITY etc.[optional]
typestrType of Dto[optional]
namestrDisplay name of DtoType like IDENTITY, MACHINE_IDENTITY etc[optional]
}

Example

from sailpoint.account_deletion_requests.models.approver_reference import ApproverReference

approver_reference = ApproverReference(
id='85131bd73fdc423599e57f40b29f01fe',
type='IDENTITY',
name='SailPoint Support'
)

[Back to top]