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.v2024.models.approval_info_response import ApprovalInfoResponse

approval_info_response = ApprovalInfoResponse(
id='8a80828f643d484f01643e14202e2000',
name='John Snow',
status='Approved'
)

[Back to top]