Skip to main content

MachineIdentityV2Risk

Properties

NameTypeDescriptionNotes
ScoreDoubleNormalised risk score 0.0-100.0.[optional]
SeverityEnum [ "CRITICAL", "HIGH", "MEDIUM", "LOW" ]Risk severity bucket.[optional]

Examples

  • Prepare the resource
$MachineIdentityV2Risk = Initialize-MachineIdentityV2Risk  -Score 72.5 `
-Severity HIGH
  • Convert the resource to JSON
$MachineIdentityV2Risk | ConvertTo-JSON

[Back to top]