Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/AccountAttributesChanged.md
2025-05-07 14:37:48 +00:00

1.3 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-account-attributes-changed AccountAttributesChanged AccountAttributesChanged AccountAttributesChanged powershellsdk
powershell
PowerShell
sdk
AccountAttributesChanged
BetaAccountAttributesChanged
/tools/sdk/powershell/beta/models/account-attributes-changed
SDK
Software Development Kit
AccountAttributesChanged
BetaAccountAttributesChanged

AccountAttributesChanged

Properties

Name Type Description Notes
Identity AccountAttributesChangedIdentity [required]
Source AccountAttributesChangedSource [required]
Account AccountAttributesChangedAccount [required]
Changes []AccountAttributesChangedChangesInner A list of attributes that changed. [required]

Examples

  • Prepare the resource
$AccountAttributesChanged = Initialize-BetaAccountAttributesChanged  -Identity null `
 -Source null `
 -Account null `
 -Changes null
  • Convert the resource to JSON
$AccountAttributesChanged | ConvertTo-JSON

[Back to top]