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]