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