Skip to main content

AccountupdatedSingleValueAttributeChangesInner

Properties

NameTypeDescriptionNotes
NameStringThe name of the attribute that was changed.[required]
OldValueAccountupdatedSingleValueAttributeChangesInnerOldValue[required]
NewValueAccountupdatedSingleValueAttributeChangesInnerNewValue[required]

Examples

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

[Back to top]