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

1.2 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-identity-attributes-changed IdentityAttributesChanged IdentityAttributesChanged IdentityAttributesChanged powershellsdk
powershell
PowerShell
sdk
IdentityAttributesChanged
BetaIdentityAttributesChanged
/tools/sdk/powershell/beta/models/identity-attributes-changed
SDK
Software Development Kit
IdentityAttributesChanged
BetaIdentityAttributesChanged

IdentityAttributesChanged

Properties

Name Type Description Notes
Identity IdentityAttributesChangedIdentity [required]
Changes []IdentityAttributesChangedChangesInner A list of one or more identity attributes that changed on the identity. [required]

Examples

  • Prepare the resource
$IdentityAttributesChanged = Initialize-PSSailpoint.BetaIdentityAttributesChanged  -Identity null `
 -Changes null
  • Convert the resource to JSON
$IdentityAttributesChanged | ConvertTo-JSON

[Back to top]