MachineidentityupdatedUserEntitlementChanges
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AttributeName | String | Name of the attribute that changed. | [optional] |
| Added | []Machineidentityuserentitlements | User entitlements that were added. | [optional] |
| Removed | []Machineidentityuserentitlements | User entitlements that were removed. | [optional] |
Examples
- Prepare the resource
$MachineidentityupdatedUserEntitlementChanges = Initialize-MachineidentityupdatedUserEntitlementChanges -AttributeName userEntitlements `
-Added null `
-Removed null
- Convert the resource to JSON
$MachineidentityupdatedUserEntitlementChanges | ConvertTo-JSON