Skip to main content

Machineidentitycreated

Properties

NameTypeDescriptionNotes
EventTypeEnum [ "MACHINE_IDENTITY_CREATED" ]Type of the event.[required]
MachineIdentityMachineidentitycreatedMachineIdentity[required]

Examples

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

[Back to top]