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]