Machineidentityupdated
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| EventType | Enum [ "MACHINE_IDENTITY_UPDATED" ] | Type of the event. | [required] |
| MachineIdentity | MachineidentityupdatedMachineIdentity | [required] | |
| MachineIdentityChangeTypes | []String | Types of changes that occurred to the machine identity. | [required] |
| UserEntitlementChanges | MachineidentityupdatedUserEntitlementChanges | [required] | |
| OwnerChanges | MachineidentityupdatedOwnerChanges | [required] | |
| SingleValueAttributeChanges | []MachineidentityupdatedSingleValueAttributeChangesInner | Details 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