Machineidentitydeleted
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| EventType | Enum [ "MACHINE_IDENTITY_DELETED" ] | Type of the event. | [required] |
| MachineIdentity | MachineidentitydeletedMachineIdentity | [required] |
Examples
- Prepare the resource
$Machineidentitydeleted = Initialize-Machineidentitydeleted -EventType MACHINE_IDENTITY_DELETED `
-MachineIdentity null
- Convert the resource to JSON
$Machineidentitydeleted | ConvertTo-JSON