Skip to main content

MachineIdentityUpdatedOwnerChanges

Properties

NameTypeDescriptionNotes
AttributeNameStringName of the attribute that changed.[optional]
Added[]MachineIdentityOwnerReferenceOwners that were added.[optional]
Removed[]MachineIdentityOwnerReferenceOwners 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

[Back to top]