Skip to main content

AttributeChange

Properties

NameTypeDescriptionNotes
NameStringthe attribute name[optional]
PreviousValueStringthe old value of attribute[optional]
NewValueStringthe new value of attribute[optional]

Examples

  • Prepare the resource
$AttributeChange = Initialize-PSSailpoint.V2024AttributeChange  -Name null `
-PreviousValue null `
-NewValue null
  • Convert the resource to JSON
$AttributeChange | ConvertTo-JSON

[Back to top]