Skip to main content

JitactivationhistorydocumentSummary

Properties

NameTypeDescriptionNotes
PolicyMatches[]JitactivationhistorydocumentSummaryPolicyMatchesInnerList of policies that matched during activation evaluation.[optional]
ReauthenticationJitactivationhistorydocumentSummaryReauthentication[optional]
JustificationJitactivationhistorydocumentSummaryJustification[optional]
ServiceNowTicketJitactivationhistorydocumentSummaryServiceNowTicket[optional]

Examples

  • Prepare the resource
$JitactivationhistorydocumentSummary = Initialize-JitactivationhistorydocumentSummary  -PolicyMatches null `
-Reauthentication null `
-Justification null `
-ServiceNowTicket null
  • Convert the resource to JSON
$JitactivationhistorydocumentSummary | ConvertTo-JSON

[Back to top]