-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated commit 'Merge pull request #1830 from sailpoint/fix/identit…
…yAttributeConfig fix types on properties for identity attribute config' by github action: 11038962033
- Loading branch information
1 parent
184fa0b
commit e2dbc01
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,11 @@ properties: | |
description: Name of the attribute that is being previewed. | ||
example: email | ||
value: | ||
type: object | ||
type: string | ||
description: Value that was derived during the preview. | ||
example: [email protected] | ||
previousValue: | ||
type: object | ||
type: string | ||
description: The value of the attribute before the preview. | ||
example: [email protected] | ||
errorMessages: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters