Skip to main content

JitactivationhistorydocumentSummaryServiceNowTicket

Properties

NameTypeDescriptionNotes
RequiredBooleanWhether a ServiceNow ticket was required for this activation.[optional] [default to $false]
BypassedBooleanWhether the ServiceNow ticket requirement was bypassed.[optional] [default to $false]
TicketReferenceStringServiceNow ticket reference submitted by the user.[optional]

Examples

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

[Back to top]