mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.3 KiB
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 |
|
/tools/sdk/powershell/beta/models/identity-attributes-changed-identity |
|
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-PSSailpoint.BetaIdentityAttributesChangedIdentity -Type IDENTITY `
-Id 2c7180a46faadee4016fb4e018c20642 `
-Name Michael Michaels
- Convert the resource to JSON
$IdentityAttributesChangedIdentity | ConvertTo-JSON