Skip to main content

Approvalcancelrequest

Request body for cancelling a single approval request.

Properties

NameTypeDescriptionNotes
commentstrOptional comment associated with the cancel request.[optional]
}

Example

from sailpoint.approvals.models.approvalcancelrequest import Approvalcancelrequest

approvalcancelrequest = Approvalcancelrequest(
comment='Cancelled by administrator'
)

[Back to top]