Skip to main content

JitactivationhistorydocumentSummaryReauthentication

Properties

NameTypeDescriptionNotes
RequiredBooleanWhether reauthentication was required for this activation.[optional] [default to $false]
BypassedBooleanWhether the reauthentication requirement was bypassed.[optional] [default to $false]

Examples

  • Prepare the resource
$JitactivationhistorydocumentSummaryReauthentication = Initialize-JitactivationhistorydocumentSummaryReauthentication  -Required true `
-Bypassed false
  • Convert the resource to JSON
$JitactivationhistorydocumentSummaryReauthentication | ConvertTo-JSON

[Back to top]