JitactivationhistorydocumentSummaryReauthentication
Reauthentication friction details.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| required | bool | Whether reauthentication was required for this activation. | [optional] [default to False] |
| bypassed | bool | Whether the reauthentication requirement was bypassed. | [optional] [default to False] |
| } |
Example
from sailpoint.jit_activations.models.jitactivationhistorydocument_summary_reauthentication import JitactivationhistorydocumentSummaryReauthentication
jitactivationhistorydocument_summary_reauthentication = JitactivationhistorydocumentSummaryReauthentication(
required=True,
bypassed=False
)