Skip to main content

AccountAttributesChangedChangesInner

Properties

NameTypeDescriptionNotes
AttributeStringThe name of the attribute.[required]
OldValueAccountAttributesChangedChangesInnerOldValue[required]
NewValueAccountAttributesChangedChangesInnerNewValue[required]

Examples

  • Prepare the resource
$AccountAttributesChangedChangesInner = Initialize-PSSailpoint.V2024AccountAttributesChangedChangesInner  -Attribute sn `
-OldValue null `
-NewValue null
  • Convert the resource to JSON
$AccountAttributesChangedChangesInner | ConvertTo-JSON

[Back to top]