Skip to main content

CancelLifecycleActionRequest

Optional cancel metadata. The path requestId.

Properties

NameTypeDescriptionNotes
commentstrOptional cancel comment appended to the lifecycle request comment thread.[optional]
}

Example

from sailpoint.machine_identities_lifecycle_actions.models.cancel_lifecycle_action_request import CancelLifecycleActionRequest

cancel_lifecycle_action_request = CancelLifecycleActionRequest(
comment='Cancelling - will resubmit after maintenance window'
)

[Back to top]