Skip to main content

JitactivationhistorydocumentSummaryServiceNowTicket

ServiceNow ticket friction details.

Properties

NameTypeDescriptionNotes
requiredboolWhether a ServiceNow ticket was required for this activation.[optional] [default to False]
bypassedboolWhether the ServiceNow ticket requirement was bypassed.[optional] [default to False]
ticket_referencestrServiceNow ticket reference submitted by the user.[optional]
}

Example

from sailpoint.jit_activations.models.jitactivationhistorydocument_summary_service_now_ticket import JitactivationhistorydocumentSummaryServiceNowTicket

jitactivationhistorydocument_summary_service_now_ticket = JitactivationhistorydocumentSummaryServiceNowTicket(
required=True,
bypassed=False,
ticket_reference='INC0012345'
)

[Back to top]