-
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 'IDNPALM-5470: Add detail to metadata's API document…
… (#1895) * IDNPALM-5470: Add detail * IDNPALM-5470: linter check * IDNPALM-5470: Add x-sailpoint-userLevels' by github action: 12039374164
- Loading branch information
1 parent
c077c09
commit 8c04ddb
Showing
7 changed files
with
50 additions
and
18 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
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
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
27 changes: 27 additions & 0 deletions
27
idn/v2024/schemas/role-metadata/RoleGetAllBulkUpdateResponse.yaml
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
type: object | ||
properties: | ||
id: | ||
type: string | ||
description: ID of the task which is executing the bulk update. This also used | ||
in to the bulk-update/** API to track status. | ||
example: 2c9180867817ac4d017817c491119a20 | ||
type: | ||
type: string | ||
description: Type of the bulk update object. | ||
example: Role | ||
status: | ||
type: string | ||
description: The status of the bulk update request, only list unfinished request's status, the status could also checked by | ||
getBulkUpdateStatus API | ||
enum: | ||
- CREATED | ||
- PRE_PROCESS | ||
- POST_PROCESS | ||
- CHUNK_PENDING | ||
- CHUNK_PROCESSING | ||
example: CREATED | ||
created: | ||
type: string | ||
description: Time when the bulk update request was created | ||
format: date-time | ||
example: 2020-10-08T18:33:52.029Z |
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
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
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