Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AccountAttributesChangedChangesInner.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-account-attributes-changed-changes-inner AccountAttributesChangedChangesInner AccountAttributesChangedChangesInner AccountAttributesChangedChangesInner powershellsdk
powershell
PowerShell
sdk
AccountAttributesChangedChangesInner
V2024AccountAttributesChangedChangesInner
/tools/sdk/powershell/v2024/models/account-attributes-changed-changes-inner
SDK
Software Development Kit
AccountAttributesChangedChangesInner
V2024AccountAttributesChangedChangesInner

AccountAttributesChangedChangesInner

Properties

Name Type Description Notes
Attribute String The name of the attribute. [required]
OldValue AccountAttributesChangedChangesInnerOldValue [required]
NewValue AccountAttributesChangedChangesInnerNewValue [required]

Examples

  • Prepare the resource
$AccountAttributesChangedChangesInner = Initialize-PSSailpoint.V2024AccountAttributesChangedChangesInner  -Attribute sn `
 -OldValue null `
 -NewValue null
  • Convert the resource to JSON
$AccountAttributesChangedChangesInner | ConvertTo-JSON

[Back to top]