mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.1 KiB
1.1 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 |
|
/tools/sdk/powershell/beta/models/identity-attributes-changed |
|
IdentityAttributesChanged
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Identity | IdentityAttributesChangedIdentity | [required] | |
| Changes | []IdentityAttributesChangedChangesInner | List of identity's attributes that changed. | [required] |
Examples
- Prepare the resource
$IdentityAttributesChanged = Initialize-PSSailpoint.BetaIdentityAttributesChanged -Identity null `
-Changes null
- Convert the resource to JSON
$IdentityAttributesChanged | ConvertTo-JSON