Skip to main content

JitactivationhistorydocumentSummaryJustification

Properties

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

Examples

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

[Back to top]