Skip to main content

Machineidentitydeleted

Properties

NameTypeDescriptionNotes
EventTypeEnum [ "MACHINE_IDENTITY_DELETED" ]Type of the event.[required]
MachineIdentityMachineidentitydeletedMachineIdentity[required]

Examples

  • Prepare the resource
$Machineidentitydeleted = Initialize-Machineidentitydeleted  -EventType MACHINE_IDENTITY_DELETED `
-MachineIdentity null
  • Convert the resource to JSON
$Machineidentitydeleted | ConvertTo-JSON

[Back to top]