Skip to main content

Machineidentityupdated

Properties

NameTypeDescriptionNotes
EventTypeEnum [ "MACHINE_IDENTITY_UPDATED" ]Type of the event.[required]
MachineIdentityMachineidentityupdatedMachineIdentity[required]
MachineIdentityChangeTypes[]StringTypes of changes that occurred to the machine identity.[required]
UserEntitlementChangesMachineidentityupdatedUserEntitlementChanges[required]
OwnerChangesMachineidentityupdatedOwnerChanges[required]
SingleValueAttributeChanges[]MachineidentityupdatedSingleValueAttributeChangesInnerDetails about the single-value attribute changes that occurred.[required]

Examples

  • Prepare the resource
$Machineidentityupdated = Initialize-Machineidentityupdated  -EventType MACHINE_IDENTITY_UPDATED `
-MachineIdentity null `
-MachineIdentityChangeTypes ["ATTRIBUTES_CHANGED","USER_ENTITLEMENTS_ADDED","USER_ENTITLEMENTS_REMOVED","OWNERS_ADDED","OWNERS_REMOVED"] `
-UserEntitlementChanges null `
-OwnerChanges null `
-SingleValueAttributeChanges null
  • Convert the resource to JSON
$Machineidentityupdated | ConvertTo-JSON

[Back to top]