Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/IdentityAttributesChangedChangesInner.md
2025-02-03 22:09:17 +00:00

1.4 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
v2024-identity-attributes-changed-changes-inner IdentityAttributesChangedChangesInner IdentityAttributesChangedChangesInner IdentityAttributesChangedChangesInner powershellsdk
powershell
PowerShell
sdk
IdentityAttributesChangedChangesInner
V2024IdentityAttributesChangedChangesInner
/tools/sdk/powershell/v2024/models/identity-attributes-changed-changes-inner
SDK
Software Development Kit
IdentityAttributesChangedChangesInner
V2024IdentityAttributesChangedChangesInner

IdentityAttributesChangedChangesInner

Properties

Name Type Description Notes
Attribute String The name of the identity attribute that changed. [required]
OldValue IdentityAttributesChangedChangesInnerOldValue [optional]
NewValue IdentityAttributesChangedChangesInnerNewValue [optional]

Examples

  • Prepare the resource
$IdentityAttributesChangedChangesInner = Initialize-PSSailpoint.V2024IdentityAttributesChangedChangesInner  -Attribute department `
 -OldValue null `
 -NewValue null
  • Convert the resource to JSON
$IdentityAttributesChangedChangesInner | ConvertTo-JSON

[Back to top]