Skip to main content

Approvalinforesponse

Properties

NameTypeDescriptionNotes
idstrthe id of approver[optional]
namestrthe name of approver[optional]
statusstrthe status of the approval request[optional]
}

Example

from sailpoint.identity_history.models.approvalinforesponse import Approvalinforesponse

approvalinforesponse = Approvalinforesponse(
id='8a80828f643d484f01643e14202e2000',
name='John Snow',
status='Approved'
)

[Back to top]