Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/IdentityAttributesChangedIdentity.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-identity-attributes-changed-identity IdentityAttributesChangedIdentity IdentityAttributesChangedIdentity IdentityAttributesChangedIdentity powershellsdk
powershell
PowerShell
sdk
IdentityAttributesChangedIdentity
BetaIdentityAttributesChangedIdentity
/tools/sdk/powershell/beta/models/identity-attributes-changed-identity
SDK
Software Development Kit
IdentityAttributesChangedIdentity
BetaIdentityAttributesChangedIdentity

IdentityAttributesChangedIdentity

Properties

Name Type Description Notes
Type Enum [ "IDENTITY" ] DTO type of identity whose attributes changed. [required]
Id String ID of identity whose attributes changed. [required]
Name String Name of identity whose attributes changed. [required]

Examples

  • Prepare the resource
$IdentityAttributesChangedIdentity = Initialize-BetaIdentityAttributesChangedIdentity  -Type IDENTITY `
 -Id 2c7180a46faadee4016fb4e018c20642 `
 -Name Michael Michaels
  • Convert the resource to JSON
$IdentityAttributesChangedIdentity | ConvertTo-JSON

[Back to top]