IdentityAttributePreview
Properties
Name | Type | Description | Notes |
---|---|---|---|
Name | String | Name of the attribute that is being previewed. | [optional] |
Value | String | Value that was derived during the preview. | [optional] |
PreviousValue | String | The value of the attribute before the preview. | [optional] |
ErrorMessages | []ErrorMessageDto | [optional] |
Examples
- Prepare the resource
$IdentityAttributePreview = Initialize-PSSailpoint.V2024IdentityAttributePreview -Name email `
-Value email@mail.com `
-PreviousValue oldEmail@mail.com `
-ErrorMessages null
- Convert the resource to JSON
$IdentityAttributePreview | ConvertTo-JSON