Skip to main content

AttributesChanged

Properties

NameTypeDescriptionNotes
AttributeChanges[]AttributeChange[required]
EventTypeStringthe event type[optional]
IdentityIdStringthe identity id[optional]
DateTimeStringthe date of event[optional]

Examples

  • Prepare the resource
$AttributesChanged = Initialize-V2024AttributesChanged  -AttributeChanges null `
-EventType AttributesChanged `
-IdentityId 8c190e6787aa4ed9a90bd9d5344523fb `
-DateTime 2019-03-08T22:37:33.901Z
  • Convert the resource to JSON
$AttributesChanged | ConvertTo-JSON

[Back to top]