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]