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.approverreference import Approverreference

approverreference = Approverreference(
id='85131bd73fdc423599e57f40b29f01fe',
type='IDENTITY',
name='SailPoint Support'
)

[Back to top]