Skip to main content

AttributesChanged

Properties

NameTypeDescriptionNotes
Changes[]AttributeChange[optional]
EventTypeStringthe event type[optional]
IdentityIdStringthe identity id[optional]
DtStringthe date of event[optional]

Examples

  • Prepare the resource
$AttributesChanged = Initialize-PSSailpoint.V2024AttributesChanged  -Changes null `
-EventType null `
-IdentityId null `
-Dt null
  • Convert the resource to JSON
$AttributesChanged | ConvertTo-JSON

[Back to top]