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