Skip to main content

JitactivationhistorydocumentSummaryReauthentication

Reauthentication friction details.

Properties

NameTypeDescriptionNotes
requiredboolWhether reauthentication was required for this activation.[optional] [default to False]
bypassedboolWhether 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
)

[Back to top]