Skip to main content

JitactivationhistorydocumentFrictionsInner

Properties

NameTypeDescriptionNotes
TypeStringType of friction control.[optional]
BypassAllowedBooleanWhether the user had permission to bypass this friction.[optional] [default to $false]
SubmittedDataStringData submitted by the user to satisfy this friction (e.g. ticket ID, justification text).[optional]
StatusStringCompletion status of this friction item.[optional]

Examples

  • Prepare the resource
$JitactivationhistorydocumentFrictionsInner = Initialize-JitactivationhistorydocumentFrictionsInner  -Type TICKET `
-BypassAllowed false `
-SubmittedData INC0012345 `
-Status COMPLETE
  • Convert the resource to JSON
$JitactivationhistorydocumentFrictionsInner | ConvertTo-JSON

[Back to top]