JitactivationhistorydocumentSummaryJustification
Justification friction details.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| required | bool | Whether a justification was required for this activation. | [optional] [default to False] |
| bypassed | bool | Whether 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
)