Skip to main content

AccountattributeschangedChangesInner

Properties

NameTypeDescriptionNotes
AttributeStringThe name of the attribute.[required]
OldValueAccountattributeschangedChangesInnerOldValue[required]
NewValueAccountattributeschangedChangesInnerNewValue[required]

Examples

  • Prepare the resource
$AccountattributeschangedChangesInner = Initialize-AccountattributeschangedChangesInner  -Attribute sn `
-OldValue null `
-NewValue null
  • Convert the resource to JSON
$AccountattributeschangedChangesInner | ConvertTo-JSON

[Back to top]