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]