MachineidentityupdatedOwnerChanges
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AttributeName | String | Name of the attribute that changed. | [optional] |
| Added | []Machineidentityownerreference | Owners that were added. | [optional] |
| Removed | []Machineidentityownerreference | Owners that were removed. | [optional] |
Examples
- Prepare the resource
$MachineidentityupdatedOwnerChanges = Initialize-MachineidentityupdatedOwnerChanges -AttributeName owners `
-Added null `
-Removed null
- Convert the resource to JSON
$MachineidentityupdatedOwnerChanges | ConvertTo-JSON