Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/AttributesChanged.md
2025-07-24 20:31:57 +00:00

1.1 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-attributes-changed AttributesChanged AttributesChanged AttributesChanged powershellsdk
powershell
PowerShell
sdk
AttributesChanged
BetaAttributesChanged
/tools/sdk/powershell/beta/models/attributes-changed
SDK
Software Development Kit
AttributesChanged
BetaAttributesChanged

AttributesChanged

Properties

Name Type Description Notes
AttributeChanges []AttributeChange [required]
EventType String the event type [optional]
IdentityId String the identity id [optional]
DateTime String the date of event [optional]

Examples

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

[Back to top]