Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/AttributesChanged.md
2025-04-01 09:23:12 -04: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
v2025-attributes-changed AttributesChanged AttributesChanged AttributesChanged powershellsdk
powershell
PowerShell
sdk
AttributesChanged
V2025AttributesChanged
/tools/sdk/powershell/v2025/models/attributes-changed
SDK
Software Development Kit
AttributesChanged
V2025AttributesChanged

AttributesChanged

Properties

Name Type Description Notes
Changes []AttributeChange [optional]
EventType String the event type [optional]
IdentityId String the identity id [optional]
Dt String the date of event [optional]

Examples

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

[Back to top]