Skip to main content

MachineidentityupdatedSingleValueAttributeChangesInner

Properties

NameTypeDescriptionNotes
NameStringThe name of the attribute that was changed.[required]
OldValueMachineidentityupdatedSingleValueAttributeChangesInnerOldValue[required]
NewValueMachineidentityupdatedSingleValueAttributeChangesInnerNewValue[required]

Examples

  • Prepare the resource
$MachineidentityupdatedSingleValueAttributeChangesInner = Initialize-MachineidentityupdatedSingleValueAttributeChangesInner  -Name displayName `
-OldValue null `
-NewValue null
  • Convert the resource to JSON
$MachineidentityupdatedSingleValueAttributeChangesInner | ConvertTo-JSON

[Back to top]