-
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 #35 from sailpoint/NEROCKET-1592
NEROCKET-1592 API update - Attribute Types need to include data forma…' by github action: 10598871827
- Loading branch information
1 parent
ce2d4c7
commit 4ff7f8d
Showing
12 changed files
with
184 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,6 @@ in: query | |
description: object name for filtering | ||
required: false | ||
schema: | ||
type: string | ||
type: string | ||
example: name | ||
|
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
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 |
---|---|---|
|
@@ -51,6 +51,17 @@ properties: | |
text_attribute_uid: static text | ||
date_attribute_uid: 01/15/2020 | ||
profile_select_attribute_uid: Profile Name | ||
profile_search_attribute_uid: Profile Name | ||
multiple_profile_search_attribute_uid: Profile Name,Second Profile Name,Third Profile Name | ||
multiple_profile_select_attribute_uid: Profile Name,Second Profile Name,Third Profile Name | ||
contributor_select_attribute_uid: User Name | ||
multiple_contributor_select_attribute_uid: User Name,Second User Name,Third User Name | ||
contributor_select_attribute_uid: User Name ([email protected]) | ||
contributor_search_attribute_uid: User Name ([email protected]) | ||
multiple_contributor_search_attribute_uid: User Name ([email protected]),Second User Name ([email protected]),Third User Name ([email protected]) | ||
owner_select_attribute_uid: User Name ([email protected]) | ||
owner_search_attribute_uid: User Name ([email protected]) | ||
dropdown_attribute_uid: yes, no | ||
tags_attribute_uid: yes, no | ||
checkbox_attribute_uid: yes, no | ||
text_area_uid: static text | ||
radio_attribute_uid: yes, no | ||
|
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 |
---|---|---|
|
@@ -4,42 +4,67 @@ properties: | |
type: string | ||
format: uuid | ||
readOnly: true | ||
description: The objects ID. | ||
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8 | ||
uid: | ||
type: string | ||
minLength: 32 | ||
maxLength: 32 | ||
readOnly: true | ||
description: The objects UID. | ||
example: wsUid | ||
workflow_id: | ||
type: string | ||
format: uuid | ||
description: The workflow id. | ||
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8 | ||
requester_id: | ||
type: string | ||
format: uuid | ||
description: The requester's id. | ||
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8 | ||
requester_type: | ||
type: string | ||
enum: [User, NeprofileUser, NeaccessUser] | ||
description: The requester type. | ||
example: User | ||
profile_id: | ||
type: string | ||
format: uuid | ||
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8 | ||
description: The profile this workflow session will be working with. Only Applicable for Update workflows | ||
profile_ids: | ||
type: array | ||
items: | ||
type: string | ||
format: uuid | ||
example: 59ed1cb6-9977-4965-9bfe-f2bcc242523e, 89ed1cb6-9977-4965-9bfe-f2bcc242523e | ||
description: The profiles this workflow session will be working with. Only Applicable for Batch workflows | ||
status: | ||
type: string | ||
enum: [api_request_sent, approved, assigned, attempting_to_start_workflow, AUTH-STATUS1, AUTH-STATUS2, AUTH-STATUS3, AUTH-STATUS4, AUTH-STATUS5, AUTH-STATUS6, AUTH-STATUS7, AUTH-STATUS8, AUTH-STATUS9, auto_assigned, batch_completed, checking_for_duplicates, closed, completed, courion_add, courion_extend, courion_terminate, courion_update, duplicates_resolved, failed, fulfilled, invitation_sent, ldap_provided, new, non_employee_created, non_employee_updated, notified, pending_approval, pending_assignment, pending_courion_add, pending_courion_extend, pending_courion_terminate, pending_courion_update, pending_creation, pending_fulfillment, pending_ldap, pending_notification, pending_profile_select, pending_request, pending_review, pending_status_change, pending_stored_procedure, pending_trigger, pending_update, processing, profile_check_complete, profiles_selected, rejected, requested, reviewed, soap_request_sent, started_workflow, status_changed, stored_procedure, un_assigned, waiting_on_workflow, workflow_changed] | ||
example: completed | ||
description: The status of the workflow session. | ||
attributes: | ||
type: object | ||
additionalProperties: | ||
type: string | ||
description: The attributes asscoiated with the workflow session. | ||
example: | ||
text_attribute_uid: static text | ||
date_attribute_uid: 01/15/2020 | ||
profile_select_attribute_uid: Profile Name | ||
profile_search_attribute_uid: Profile Name | ||
multiple_profile_search_attribute_uid: Profile Name,Second Profile Name,Third Profile Name | ||
multiple_profile_select_attribute_uid: Profile Name,Second Profile Name,Third Profile Name | ||
contributor_select_attribute_uid: User Name | ||
multiple_contributor_select_attribute_uid: User Name,Second User Name,Third User Name | ||
contributor_select_attribute_uid: User Name ([email protected]) | ||
contributor_search_attribute_uid: User Name ([email protected]) | ||
multiple_contributor_search_attribute_uid: User Name ([email protected]),Second User Name ([email protected]),Third User Name ([email protected]) | ||
owner_select_attribute_uid: User Name ([email protected]) | ||
owner_search_attribute_uid: User Name ([email protected]) | ||
dropdown_attribute_uid: yes, no | ||
tags_attribute_uid: yes, no | ||
checkbox_attribute_uid: yes, no | ||
text_area_uid: static text | ||
radio_attribute_uid: yes, no | ||
|
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
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
Oops, something went wrong.