Skip to main content

JitactivationhistorydocumentSummaryJustification

Justification friction details.

Properties

NameTypeDescriptionNotes
requiredboolWhether a justification was required for this activation.[optional] [default to False]
bypassedboolWhether the justification requirement was bypassed.[optional] [default to False]
}

Example

from sailpoint.jit_activations.models.jitactivationhistorydocument_summary_justification import JitactivationhistorydocumentSummaryJustification

jitactivationhistorydocument_summary_justification = JitactivationhistorydocumentSummaryJustification(
required=True,
bypassed=False
)

[Back to top]