diff --git a/.github/workflows/infra-deploy.yml b/.github/workflows/infra-deploy.yml index 57cea9f37..2e60c6688 100644 --- a/.github/workflows/infra-deploy.yml +++ b/.github/workflows/infra-deploy.yml @@ -30,7 +30,7 @@ permissions: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: publish: - runs-on: macos-latest-large + runs-on: developer_site_runner steps: - name: Configure AWS credentials from Test account uses: aws-actions/configure-aws-credentials@v3 diff --git a/docs/extensibility/rules/cloud-rules/correlation_rule.md b/docs/extensibility/rules/cloud-rules/correlation_rule.md index 2d2e0f1cd..5b9bb1e73 100644 --- a/docs/extensibility/rules/cloud-rules/correlation_rule.md +++ b/docs/extensibility/rules/cloud-rules/correlation_rule.md @@ -72,3 +72,4 @@ return returnMap; ]]> ``` +**Note:** The attribute mentioned in `identityAttributeName` should be a [searchable](https://documentation.sailpoint.com/saas/help/accounts/correlation.html?#using-custom-identity-attributes-in-correlation) one. diff --git a/static/api-specs/idn/v2024/paths/access-model-metadata-value-list.yaml b/static/api-specs/idn/v2024/paths/access-model-metadata-value-list.yaml index c869a3bc6..c8145269e 100644 --- a/static/api-specs/idn/v2024/paths/access-model-metadata-value-list.yaml +++ b/static/api-specs/idn/v2024/paths/access-model-metadata-value-list.yaml @@ -11,6 +11,7 @@ get: - name: key in: path required: true + x-sailpoint-resource-operation-id: listAccessModelMetadataAttribute schema: type: string description: Technical name of the Attribute. diff --git a/static/api-specs/idn/v2024/paths/access-model-metadata-value.yaml b/static/api-specs/idn/v2024/paths/access-model-metadata-value.yaml index 08670b241..67bd03e56 100644 --- a/static/api-specs/idn/v2024/paths/access-model-metadata-value.yaml +++ b/static/api-specs/idn/v2024/paths/access-model-metadata-value.yaml @@ -11,6 +11,7 @@ get: - name: key in: path required: true + x-sailpoint-resource-operation-id: listAccessModelMetadataAttribute schema: type: string description: Technical name of the Attribute. @@ -18,6 +19,7 @@ get: - name: value in: path required: true + x-sailpoint-resource-operation-id: listAccessModelMetadataAttributeValue schema: type: string description: Technical name of the Attribute value. diff --git a/static/api-specs/idn/v2024/paths/access-model-metadata.yaml b/static/api-specs/idn/v2024/paths/access-model-metadata.yaml index b5373feb2..bdf1ebd06 100644 --- a/static/api-specs/idn/v2024/paths/access-model-metadata.yaml +++ b/static/api-specs/idn/v2024/paths/access-model-metadata.yaml @@ -11,6 +11,7 @@ get: - name: key in: path required: true + x-sailpoint-resource-operation-id: listAccessModelMetadataAttribute schema: type: string description: Technical name of the Attribute. diff --git a/static/api-specs/idn/v2024/paths/access-request-approvers-list.yaml b/static/api-specs/idn/v2024/paths/access-request-approvers-list.yaml index 4f698d166..270ef01ce 100644 --- a/static/api-specs/idn/v2024/paths/access-request-approvers-list.yaml +++ b/static/api-specs/idn/v2024/paths/access-request-approvers-list.yaml @@ -14,6 +14,7 @@ get: name: accessRequestId description: Access Request ID. required: true + x-sailpoint-resource-operation-id: listPendingApprovals schema: type: string example: 2c91808568c529c60168cca6f90c1313 diff --git a/static/api-specs/idn/v2024/paths/access-request-identity-metrics.yaml b/static/api-specs/idn/v2024/paths/access-request-identity-metrics.yaml index 619cd3a19..0b95bfe7e 100644 --- a/static/api-specs/idn/v2024/paths/access-request-identity-metrics.yaml +++ b/static/api-specs/idn/v2024/paths/access-request-identity-metrics.yaml @@ -9,6 +9,7 @@ get: in: path description: Manager's identity ID. required: true + x-sailpoint-resource-operation-id: listIdentities schema: type: string example: 7025c863-c270-4ba6-beea-edf3cb091573 @@ -25,8 +26,10 @@ get: required: true schema: type: string - items: - $ref: ../../beta/schemas/AccessItemRef.yaml + enum: + - ENTITLEMENT + - ROLE + - ACCESS_PROFILE example: ENTITLEMENT - name: X-SailPoint-Experimental in: header diff --git a/static/api-specs/idn/v2024/paths/account-aggregation-status.yaml b/static/api-specs/idn/v2024/paths/account-aggregation-status.yaml index f12b3681c..d9991c7fa 100644 --- a/static/api-specs/idn/v2024/paths/account-aggregation-status.yaml +++ b/static/api-specs/idn/v2024/paths/account-aggregation-status.yaml @@ -35,6 +35,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getTaskStatusList description: The account aggregation id example: 2c91808477a6b0c60177a81146b8110b - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/approval.yaml b/static/api-specs/idn/v2024/paths/approval.yaml index a354d4ff0..415663f8a 100644 --- a/static/api-specs/idn/v2024/paths/approval.yaml +++ b/static/api-specs/idn/v2024/paths/approval.yaml @@ -13,6 +13,7 @@ get: - in: path name: id required: true + x-sailpoint-resource-operation-id: getApprovals schema: type: string description: ID of the approval that is to be returned diff --git a/static/api-specs/idn/v2024/paths/attr-sync-config-source.yaml b/static/api-specs/idn/v2024/paths/attr-sync-config-source.yaml index a51f4d31c..5fdd88945 100644 --- a/static/api-specs/idn/v2024/paths/attr-sync-config-source.yaml +++ b/static/api-specs/idn/v2024/paths/attr-sync-config-source.yaml @@ -18,6 +18,7 @@ get: - in: path name: id required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The source id @@ -68,6 +69,7 @@ put: - in: path name: id required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The source id diff --git a/static/api-specs/idn/v2024/paths/auth-profile.yaml b/static/api-specs/idn/v2024/paths/auth-profile.yaml index 930314434..f1cdb1372 100644 --- a/static/api-specs/idn/v2024/paths/auth-profile.yaml +++ b/static/api-specs/idn/v2024/paths/auth-profile.yaml @@ -35,6 +35,14 @@ get: type: string default: true required: true + - name: id + in: path + description: ID of the Auth Profile to patch. + required: true + x-sailpoint-resource-operation-id: getProfileConfigList + schema: + type: string + example: 2c91808a7813090a017814121919ecca patch: operationId: patchProfileConfig tags: @@ -50,6 +58,7 @@ patch: in: path description: ID of the Auth Profile to patch. required: true + x-sailpoint-resource-operation-id: getProfileConfigList schema: type: string example: 2c91808a7813090a017814121919ecca diff --git a/static/api-specs/idn/v2024/paths/connector-rule.yaml b/static/api-specs/idn/v2024/paths/connector-rule.yaml index 1fb89570e..28b7cef77 100644 --- a/static/api-specs/idn/v2024/paths/connector-rule.yaml +++ b/static/api-specs/idn/v2024/paths/connector-rule.yaml @@ -9,6 +9,7 @@ get: in: path description: ID of the connector rule to get. required: true + x-sailpoint-resource-operation-id: getConnectorRuleList style: simple explode: false schema: @@ -59,6 +60,7 @@ put: in: path description: ID of the connector rule to update. required: true + x-sailpoint-resource-operation-id: getConnectorRuleList style: simple explode: false schema: @@ -113,6 +115,7 @@ delete: in: path description: ID of the connector rule to delete. required: true + x-sailpoint-resource-operation-id: getConnectorRuleList style: simple explode: false schema: diff --git a/static/api-specs/idn/v2024/paths/correlation-config.yaml b/static/api-specs/idn/v2024/paths/correlation-config.yaml index 302810046..a7af78738 100644 --- a/static/api-specs/idn/v2024/paths/correlation-config.yaml +++ b/static/api-specs/idn/v2024/paths/correlation-config.yaml @@ -16,6 +16,7 @@ get: - in: path name: id required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The source id @@ -58,6 +59,7 @@ put: - in: path name: id required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The source id diff --git a/static/api-specs/idn/v2024/paths/dimension-access-profiles.yaml b/static/api-specs/idn/v2024/paths/dimension-access-profiles.yaml index b3dc50c3f..2fdc65633 100644 --- a/static/api-specs/idn/v2024/paths/dimension-access-profiles.yaml +++ b/static/api-specs/idn/v2024/paths/dimension-access-profiles.yaml @@ -14,6 +14,7 @@ get: - in: path name: roleId required: true + x-sailpoint-resource-operation-id: listRoles schema: type: string description: Parent Role Id of the dimension. @@ -23,6 +24,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listDimensions description: Id of the Dimension example: 2c9180835d191a86015d28455b4a2329 - $ref: '../../v3/parameters/limit.yaml' diff --git a/static/api-specs/idn/v2024/paths/dimension-bulk-delete.yaml b/static/api-specs/idn/v2024/paths/dimension-bulk-delete.yaml index 51deae661..75fd4bcd6 100644 --- a/static/api-specs/idn/v2024/paths/dimension-bulk-delete.yaml +++ b/static/api-specs/idn/v2024/paths/dimension-bulk-delete.yaml @@ -18,6 +18,7 @@ post: - in: path name: roleId required: true + x-sailpoint-resource-operation-id: listRoles schema: type: string description: Parent Role Id of the dimensions. diff --git a/static/api-specs/idn/v2024/paths/dimension-entitlements.yaml b/static/api-specs/idn/v2024/paths/dimension-entitlements.yaml index 269d752da..d312607bb 100644 --- a/static/api-specs/idn/v2024/paths/dimension-entitlements.yaml +++ b/static/api-specs/idn/v2024/paths/dimension-entitlements.yaml @@ -12,6 +12,7 @@ get: - in: path name: roleId required: true + x-sailpoint-resource-operation-id: listRoles schema: type: string description: Parent Role Id of the dimension. @@ -21,6 +22,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listDimensions description: Id of the Dimension example: 2c9180835d191a86015d28455b4a2329 - $ref: '../../v3/parameters/limit.yaml' diff --git a/static/api-specs/idn/v2024/paths/dimension.yaml b/static/api-specs/idn/v2024/paths/dimension.yaml index a9310f30d..3a97dc2e7 100644 --- a/static/api-specs/idn/v2024/paths/dimension.yaml +++ b/static/api-specs/idn/v2024/paths/dimension.yaml @@ -14,6 +14,7 @@ get: - in: path name: roleId required: true + x-sailpoint-resource-operation-id: listRoles schema: type: string description: Parent Role Id of the dimension. @@ -23,6 +24,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listDimensions description: Id of the Dimension example: 2c9180835d191a86015d28455b4a2329 responses: @@ -75,6 +77,7 @@ patch: - in: path name: roleId required: true + x-sailpoint-resource-operation-id: listRoles schema: type: string description: Parent Role Id of the dimension. @@ -84,6 +87,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: listDimensions description: Id of the Dimension example: 2c9180835d191a86015d28455b4a2329 requestBody: @@ -92,7 +96,7 @@ patch: schema: type: array items: - $ref: '../schemas/JsonPatchOperation.yaml' + $ref: '../../v3/schemas/JsonPatchOperation.yaml' examples: Update a Dimension name and description field in One Call: description: This example shows how multiple fields may be updated with a single patch call. @@ -220,6 +224,7 @@ delete: - in: path name: roleId required: true + x-sailpoint-resource-operation-id: listRoles schema: type: string description: Parent Role Id of the dimension. @@ -229,6 +234,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: listDimensions description: Id of the Dimension example: 2c9180835d191a86015d28455b4a2329 responses: diff --git a/static/api-specs/idn/v2024/paths/dimensions.yaml b/static/api-specs/idn/v2024/paths/dimensions.yaml index 9c9c4ecfc..b567dc497 100644 --- a/static/api-specs/idn/v2024/paths/dimensions.yaml +++ b/static/api-specs/idn/v2024/paths/dimensions.yaml @@ -13,6 +13,7 @@ get: - in: path name: roleId required: true + x-sailpoint-resource-operation-id: listRoles schema: type: string description: Parent Role Id of the dimension. @@ -113,6 +114,7 @@ post: - in: path name: roleId required: true + x-sailpoint-resource-operation-id: listRoles schema: type: string description: Parent Role Id of the dimension. diff --git a/static/api-specs/idn/v2024/paths/ears-entitlement-children.yaml b/static/api-specs/idn/v2024/paths/ears-entitlement-children.yaml index 1cb1fe8b3..c91dd633f 100644 --- a/static/api-specs/idn/v2024/paths/ears-entitlement-children.yaml +++ b/static/api-specs/idn/v2024/paths/ears-entitlement-children.yaml @@ -16,6 +16,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listEntitlements description: Entitlement Id example: 2c91808874ff91550175097daaec161c - in: query diff --git a/static/api-specs/idn/v2024/paths/ears-entitlement-parents.yaml b/static/api-specs/idn/v2024/paths/ears-entitlement-parents.yaml index bb0eb2c2a..1005dbb1e 100644 --- a/static/api-specs/idn/v2024/paths/ears-entitlement-parents.yaml +++ b/static/api-specs/idn/v2024/paths/ears-entitlement-parents.yaml @@ -17,6 +17,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listEntitlements description: Entitlement Id example: 2c91808c74ff913f0175097daa9d59cd - in: query diff --git a/static/api-specs/idn/v2024/paths/ears-entitlement.yaml b/static/api-specs/idn/v2024/paths/ears-entitlement.yaml index 8eea43ea5..e3a37fa62 100644 --- a/static/api-specs/idn/v2024/paths/ears-entitlement.yaml +++ b/static/api-specs/idn/v2024/paths/ears-entitlement.yaml @@ -14,6 +14,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listEntitlements description: The entitlement ID example: 2c91808874ff91550175097daaec161c - name: X-SailPoint-Experimental @@ -104,6 +105,7 @@ patch: in: path description: ID of the entitlement to patch required: true + x-sailpoint-resource-operation-id: listEntitlements schema: type: string example: 2c91808a7813090a017814121e121518 diff --git a/static/api-specs/idn/v2024/paths/ears-source-app-access-profiles-bulk-remove.yaml b/static/api-specs/idn/v2024/paths/ears-source-app-access-profiles-bulk-remove.yaml index d57fe3a60..11dad0066 100644 --- a/static/api-specs/idn/v2024/paths/ears-source-app-access-profiles-bulk-remove.yaml +++ b/static/api-specs/idn/v2024/paths/ears-source-app-access-profiles-bulk-remove.yaml @@ -12,6 +12,7 @@ post: in: path description: ID of the source app required: true + x-sailpoint-resource-operation-id: listAllSourceApp schema: type: string example: 2c91808a7813090a017814121e121518 diff --git a/static/api-specs/idn/v2024/paths/ears-source-app-access-profiles.yaml b/static/api-specs/idn/v2024/paths/ears-source-app-access-profiles.yaml index 17800221a..245c4e273 100644 --- a/static/api-specs/idn/v2024/paths/ears-source-app-access-profiles.yaml +++ b/static/api-specs/idn/v2024/paths/ears-source-app-access-profiles.yaml @@ -12,6 +12,7 @@ get: in: path description: ID of the source app required: true + x-sailpoint-resource-operation-id: listAllSourceApp schema: type: string example: 2c91808a7813090a017814121e121518 diff --git a/static/api-specs/idn/v2024/paths/ears-source-app.yaml b/static/api-specs/idn/v2024/paths/ears-source-app.yaml index c784eab0f..5a6e6c130 100644 --- a/static/api-specs/idn/v2024/paths/ears-source-app.yaml +++ b/static/api-specs/idn/v2024/paths/ears-source-app.yaml @@ -12,6 +12,7 @@ get: in: path description: ID of the source app required: true + x-sailpoint-resource-operation-id: listAllSourceApp schema: type: string example: 2c91808a7813090a017814121e121518 @@ -62,6 +63,7 @@ patch: in: path description: ID of the source app to patch required: true + x-sailpoint-resource-operation-id: listAllSourceApp schema: type: string example: 2c91808a7813090a017814121e121518 @@ -205,6 +207,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: listAllSourceApp description: source app ID. example: 2c9180835d191a86015d28455b4a2329 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/ears-user-app-available-accounts.yaml b/static/api-specs/idn/v2024/paths/ears-user-app-available-accounts.yaml index 9b9bb7260..515ce74f1 100644 --- a/static/api-specs/idn/v2024/paths/ears-user-app-available-accounts.yaml +++ b/static/api-specs/idn/v2024/paths/ears-user-app-available-accounts.yaml @@ -12,6 +12,7 @@ get: in: path description: ID of the user app required: true + x-sailpoint-resource-operation-id: listAllUserApps schema: type: string example: 2c91808a7813090a017814121e121518 diff --git a/static/api-specs/idn/v2024/paths/ears-user-app.yaml b/static/api-specs/idn/v2024/paths/ears-user-app.yaml index b42d04161..d9ec51601 100644 --- a/static/api-specs/idn/v2024/paths/ears-user-app.yaml +++ b/static/api-specs/idn/v2024/paths/ears-user-app.yaml @@ -15,6 +15,7 @@ patch: in: path description: ID of the user app to patch required: true + x-sailpoint-resource-operation-id: listAllUserApps schema: type: string example: 2c91808a7813090a017814121e121518 diff --git a/static/api-specs/idn/v2024/paths/entitlement-access-model-metadata.yaml b/static/api-specs/idn/v2024/paths/entitlement-access-model-metadata.yaml index f9b4d222e..e224ed894 100644 --- a/static/api-specs/idn/v2024/paths/entitlement-access-model-metadata.yaml +++ b/static/api-specs/idn/v2024/paths/entitlement-access-model-metadata.yaml @@ -11,6 +11,7 @@ post: - name: id in: path required: true + x-sailpoint-resource-operation-id: listEntitlements schema: type: string description: The entitlement id. @@ -18,6 +19,7 @@ post: - name: attributeKey in: path required: true + x-sailpoint-resource-operation-id: listAccessModelMetadataAttribute schema: type: string description: Technical name of the Attribute. @@ -25,6 +27,7 @@ post: - name: attributeValue in: path required: true + x-sailpoint-resource-operation-id: listAccessModelMetadataAttributeValue schema: type: string description: Technical name of the Attribute Value. @@ -67,6 +70,7 @@ delete: - name: id in: path required: true + x-sailpoint-resource-operation-id: listEntitlements schema: type: string description: The entitlement id. @@ -74,6 +78,7 @@ delete: - name: attributeKey in: path required: true + x-sailpoint-resource-operation-id: listAccessModelMetadataAttribute schema: type: string description: Technical name of the Attribute. @@ -81,6 +86,7 @@ delete: - name: attributeValue in: path required: true + x-sailpoint-resource-operation-id: listAccessModelMetadataAttributeValue schema: type: string description: Technical name of the Attribute Value. diff --git a/static/api-specs/idn/v2024/paths/entitlement-request-config.yaml b/static/api-specs/idn/v2024/paths/entitlement-request-config.yaml index de2bd35e8..20179f4ec 100644 --- a/static/api-specs/idn/v2024/paths/entitlement-request-config.yaml +++ b/static/api-specs/idn/v2024/paths/entitlement-request-config.yaml @@ -14,6 +14,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listEntitlements description: Entitlement Id example: 2c91808874ff91550175097daaec161c - name: X-SailPoint-Experimental @@ -70,6 +71,7 @@ put: in: path description: Entitlement ID required: true + x-sailpoint-resource-operation-id: listEntitlements schema: type: string example: 2c91808a7813090a017814121e121518 diff --git a/static/api-specs/idn/v2024/paths/form-definition-data-source.yaml b/static/api-specs/idn/v2024/paths/form-definition-data-source.yaml index 96753f928..c217e4d00 100644 --- a/static/api-specs/idn/v2024/paths/form-definition-data-source.yaml +++ b/static/api-specs/idn/v2024/paths/form-definition-data-source.yaml @@ -8,6 +8,7 @@ post: in: path description: Form definition ID required: true + x-sailpoint-resource-operation-id: searchFormDefinitionsByTenant schema: type: string x-go-name: FormDefinitionID diff --git a/static/api-specs/idn/v2024/paths/form-definition-file.yaml b/static/api-specs/idn/v2024/paths/form-definition-file.yaml index a59d80c39..4af1d060a 100644 --- a/static/api-specs/idn/v2024/paths/form-definition-file.yaml +++ b/static/api-specs/idn/v2024/paths/form-definition-file.yaml @@ -11,6 +11,7 @@ get: Form definition ID' required: true + x-sailpoint-resource-operation-id: searchFormDefinitionsByTenant example: 00000000-0000-0000-0000-000000000000 schema: type: string @@ -23,6 +24,7 @@ get: String specifying the hashed name of the uploaded file we are retrieving.' required: true + x-sailpoint-resource-operation-id: createFormDefinitionFileRequest example: 00000031N0J7R2B57M8YG73J7M.png schema: type: string diff --git a/static/api-specs/idn/v2024/paths/form-definition-files.yaml b/static/api-specs/idn/v2024/paths/form-definition-files.yaml index badc6bc1d..52816aa40 100644 --- a/static/api-specs/idn/v2024/paths/form-definition-files.yaml +++ b/static/api-specs/idn/v2024/paths/form-definition-files.yaml @@ -12,6 +12,7 @@ post: String specifying FormDefinitionID' required: true + x-sailpoint-resource-operation-id: searchFormDefinitionsByTenant example: 00000000-0000-0000-0000-000000000000 schema: type: string diff --git a/static/api-specs/idn/v2024/paths/form-definition.yaml b/static/api-specs/idn/v2024/paths/form-definition.yaml index 61336e439..2ab0c95fc 100644 --- a/static/api-specs/idn/v2024/paths/form-definition.yaml +++ b/static/api-specs/idn/v2024/paths/form-definition.yaml @@ -9,6 +9,7 @@ get: in: path description: Form definition ID required: true + x-sailpoint-resource-operation-id: searchFormDefinitionsByTenant schema: type: string x-go-name: FormDefinitionID @@ -159,6 +160,7 @@ delete: in: path description: Form definition ID required: true + x-sailpoint-resource-operation-id: searchFormDefinitionsByTenant schema: type: string x-go-name: FormDefinitionID @@ -309,6 +311,7 @@ patch: in: path description: Form definition ID required: true + x-sailpoint-resource-operation-id: searchFormDefinitionsByTenant schema: type: string x-go-name: FormDefinitionID diff --git a/static/api-specs/idn/v2024/paths/form-instance-data-source.yaml b/static/api-specs/idn/v2024/paths/form-instance-data-source.yaml index 1a3605322..35f15b1e6 100644 --- a/static/api-specs/idn/v2024/paths/form-instance-data-source.yaml +++ b/static/api-specs/idn/v2024/paths/form-instance-data-source.yaml @@ -12,6 +12,7 @@ get: in: path description: Form instance ID required: true + x-sailpoint-resource-operation-id: searchFormDefinitionsByTenant schema: type: string x-go-name: FormInstanceID @@ -21,6 +22,7 @@ get: in: path description: Form element ID required: true + x-sailpoint-resource-operation-id: getFormInstanceByKey schema: type: string x-go-name: FormElementID diff --git a/static/api-specs/idn/v2024/paths/form-instance-file.yaml b/static/api-specs/idn/v2024/paths/form-instance-file.yaml index 51a4e4519..159c51778 100644 --- a/static/api-specs/idn/v2024/paths/form-instance-file.yaml +++ b/static/api-specs/idn/v2024/paths/form-instance-file.yaml @@ -11,6 +11,7 @@ get: Form instance ID' required: true + x-sailpoint-resource-operation-id: searchFormDefinitionsByTenant example: 00000000-0000-0000-0000-000000000000 schema: type: string @@ -23,6 +24,7 @@ get: String specifying the hashed name of the uploaded file we are retrieving.' required: true + x-sailpoint-resource-operation-id: createFormDefinitionFileRequest example: 00000031N0J7R2B57M8YG73J7M.png schema: type: string diff --git a/static/api-specs/idn/v2024/paths/form-instance.yaml b/static/api-specs/idn/v2024/paths/form-instance.yaml index e6b79b900..741df6e39 100644 --- a/static/api-specs/idn/v2024/paths/form-instance.yaml +++ b/static/api-specs/idn/v2024/paths/form-instance.yaml @@ -9,6 +9,7 @@ get: in: path description: Form instance ID required: true + x-sailpoint-resource-operation-id: searchFormInstancesByTenant schema: type: string x-go-name: FormInstanceID @@ -158,6 +159,7 @@ patch: in: path description: Form instance ID required: true + x-sailpoint-resource-operation-id: searchFormInstancesByTenant schema: type: string x-go-name: FormInstanceID diff --git a/static/api-specs/idn/v2024/paths/historical-identity-access-items.yaml b/static/api-specs/idn/v2024/paths/historical-identity-access-items.yaml index 67a865561..6f0e833af 100644 --- a/static/api-specs/idn/v2024/paths/historical-identity-access-items.yaml +++ b/static/api-specs/idn/v2024/paths/historical-identity-access-items.yaml @@ -17,6 +17,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listHistoricalIdentities description: The identity id example: 8c190e6787aa4ed9a90bd9d5344523fb - in: query diff --git a/static/api-specs/idn/v2024/paths/historical-identity-compare-type.yaml b/static/api-specs/idn/v2024/paths/historical-identity-compare-type.yaml index 2166ae340..6d4bcd4fc 100644 --- a/static/api-specs/idn/v2024/paths/historical-identity-compare-type.yaml +++ b/static/api-specs/idn/v2024/paths/historical-identity-compare-type.yaml @@ -12,12 +12,19 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listHistoricalIdentities description: The identity id example: 8c190e6787aa4ed9a90bd9d5344523fb - in: path name: accessType schema: type: string + enum: + - accessProfile + - account + - app + - entitlement + - role required: true description: The specific type which needs to be compared example: role diff --git a/static/api-specs/idn/v2024/paths/historical-identity-compare.yaml b/static/api-specs/idn/v2024/paths/historical-identity-compare.yaml index 94f2d2e59..91f24b9ab 100644 --- a/static/api-specs/idn/v2024/paths/historical-identity-compare.yaml +++ b/static/api-specs/idn/v2024/paths/historical-identity-compare.yaml @@ -12,6 +12,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listHistoricalIdentities description: The identity id example: 8c190e6787aa4ed9a90bd9d5344523fb - in: query diff --git a/static/api-specs/idn/v2024/paths/historical-identity-events.yaml b/static/api-specs/idn/v2024/paths/historical-identity-events.yaml index 2bb0bbfd4..803ad9604 100644 --- a/static/api-specs/idn/v2024/paths/historical-identity-events.yaml +++ b/static/api-specs/idn/v2024/paths/historical-identity-events.yaml @@ -11,6 +11,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listHistoricalIdentities description: The identity id example: 8c190e6787aa4ed9a90bd9d5344523fb - in: query diff --git a/static/api-specs/idn/v2024/paths/historical-identity-snapshot-date-access-items.yaml b/static/api-specs/idn/v2024/paths/historical-identity-snapshot-date-access-items.yaml index 24de0691b..6f156d9ea 100644 --- a/static/api-specs/idn/v2024/paths/historical-identity-snapshot-date-access-items.yaml +++ b/static/api-specs/idn/v2024/paths/historical-identity-snapshot-date-access-items.yaml @@ -12,6 +12,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listHistoricalIdentities description: The identity id example: 8c190e6787aa4ed9a90bd9d5344523fb - in: path diff --git a/static/api-specs/idn/v2024/paths/historical-identity-snapshot-date.yaml b/static/api-specs/idn/v2024/paths/historical-identity-snapshot-date.yaml index 8c645d3e6..6c3a74693 100644 --- a/static/api-specs/idn/v2024/paths/historical-identity-snapshot-date.yaml +++ b/static/api-specs/idn/v2024/paths/historical-identity-snapshot-date.yaml @@ -11,6 +11,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listHistoricalIdentities description: The identity id example: 8c190e6787aa4ed9a90bd9d5344523fb - in: path diff --git a/static/api-specs/idn/v2024/paths/historical-identity-snapshot-summary.yaml b/static/api-specs/idn/v2024/paths/historical-identity-snapshot-summary.yaml index b98a2c299..ad74fe5e5 100644 --- a/static/api-specs/idn/v2024/paths/historical-identity-snapshot-summary.yaml +++ b/static/api-specs/idn/v2024/paths/historical-identity-snapshot-summary.yaml @@ -11,6 +11,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listHistoricalIdentities description: The identity id example: 8c190e6787aa4ed9a90bd9d5344523fb - in: query diff --git a/static/api-specs/idn/v2024/paths/historical-identity-snapshots.yaml b/static/api-specs/idn/v2024/paths/historical-identity-snapshots.yaml index 9389ca4c0..8c660adc7 100644 --- a/static/api-specs/idn/v2024/paths/historical-identity-snapshots.yaml +++ b/static/api-specs/idn/v2024/paths/historical-identity-snapshots.yaml @@ -11,6 +11,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listHistoricalIdentities description: The identity id example: 8c190e6787aa4ed9a90bd9d5344523fb - in: query diff --git a/static/api-specs/idn/v2024/paths/historical-identity-start-date.yaml b/static/api-specs/idn/v2024/paths/historical-identity-start-date.yaml index 59bdadc64..2c5f8be04 100644 --- a/static/api-specs/idn/v2024/paths/historical-identity-start-date.yaml +++ b/static/api-specs/idn/v2024/paths/historical-identity-start-date.yaml @@ -11,6 +11,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listHistoricalIdentities description: The identity id example: 8c190e6787aa4ed9a90bd9d5344523fb - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/historical-identity.yaml b/static/api-specs/idn/v2024/paths/historical-identity.yaml index bf77d2a85..66a43e732 100644 --- a/static/api-specs/idn/v2024/paths/historical-identity.yaml +++ b/static/api-specs/idn/v2024/paths/historical-identity.yaml @@ -14,6 +14,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listHistoricalIdentities description: The identity id example: 8c190e6787aa4ed9a90bd9d5344523fb - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/icon.yaml b/static/api-specs/idn/v2024/paths/icon.yaml index e11b8f0b3..c1b4aee3e 100644 --- a/static/api-specs/idn/v2024/paths/icon.yaml +++ b/static/api-specs/idn/v2024/paths/icon.yaml @@ -10,6 +10,8 @@ put: name: objectType schema: type: string + enum: + - application required: true description: Object type. Available options ['application'] example: application @@ -18,6 +20,7 @@ put: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: Object id. example: a291e870-48c3-4953-b656-fb5ce2a93169 - name: X-SailPoint-Experimental @@ -81,6 +84,8 @@ delete: name: objectType schema: type: string + enum: + - application required: true description: Object type. Available options ['application'] example: application @@ -89,6 +94,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: Object id. example: a291e870-48c3-4953-b656-fb5ce2a93169 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/identities-role-assignment.yaml b/static/api-specs/idn/v2024/paths/identities-role-assignment.yaml index 7d603e696..6b0d26de8 100644 --- a/static/api-specs/idn/v2024/paths/identities-role-assignment.yaml +++ b/static/api-specs/idn/v2024/paths/identities-role-assignment.yaml @@ -12,6 +12,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentities description: Identity Id example: ef38f94347e94562b5bb8424a56397d8 - in: path @@ -19,6 +20,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleAssignments description: Assignment Id example: 1cbb0705b38c4226b1334eadd8874086 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/identities-role-assignments.yaml b/static/api-specs/idn/v2024/paths/identities-role-assignments.yaml index 9599c3ea6..c78847a7f 100644 --- a/static/api-specs/idn/v2024/paths/identities-role-assignments.yaml +++ b/static/api-specs/idn/v2024/paths/identities-role-assignments.yaml @@ -15,6 +15,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentities description: Identity Id to get the role assignments for example: ef38f94347e94562b5bb8424a56397d8 - in: query diff --git a/static/api-specs/idn/v2024/paths/identity-accounts-id-disable.yaml b/static/api-specs/idn/v2024/paths/identity-accounts-id-disable.yaml index 8b4ba25aa..799550fef 100644 --- a/static/api-specs/idn/v2024/paths/identity-accounts-id-disable.yaml +++ b/static/api-specs/idn/v2024/paths/identity-accounts-id-disable.yaml @@ -16,6 +16,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentities description: The identity id. example: 2c91808384203c2d018437e631158309 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/identity-accounts-id-enable.yaml b/static/api-specs/idn/v2024/paths/identity-accounts-id-enable.yaml index c46bff370..ab861650a 100644 --- a/static/api-specs/idn/v2024/paths/identity-accounts-id-enable.yaml +++ b/static/api-specs/idn/v2024/paths/identity-accounts-id-enable.yaml @@ -16,6 +16,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentities description: The identity id. example: 2c91808384203c2d018437e631158309 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/identity-attribute.yaml b/static/api-specs/idn/v2024/paths/identity-attribute.yaml index 0dc73e11b..ae588cfde 100644 --- a/static/api-specs/idn/v2024/paths/identity-attribute.yaml +++ b/static/api-specs/idn/v2024/paths/identity-attribute.yaml @@ -14,6 +14,7 @@ get: type: string description: The attribute's technical name. required: true + x-sailpoint-resource-operation-id: listIdentityAttributes example: displayName - name: X-SailPoint-Experimental in: header @@ -59,6 +60,7 @@ put: type: string description: The attribute's technical name. required: true + x-sailpoint-resource-operation-id: listIdentityAttributes example: displayName - name: X-SailPoint-Experimental in: header @@ -111,6 +113,7 @@ delete: type: string description: The attribute's technical name. required: true + x-sailpoint-resource-operation-id: listIdentityAttributes example: displayName - name: X-SailPoint-Experimental in: header diff --git a/static/api-specs/idn/v2024/paths/identity-ownership.yaml b/static/api-specs/idn/v2024/paths/identity-ownership.yaml index ab4bcdce0..845931790 100644 --- a/static/api-specs/idn/v2024/paths/identity-ownership.yaml +++ b/static/api-specs/idn/v2024/paths/identity-ownership.yaml @@ -19,6 +19,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentities description: Identity ID. example: ff8081814d2a8036014d701f3fbf53fa - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/identity-reset.yaml b/static/api-specs/idn/v2024/paths/identity-reset.yaml index d300adf56..68e89f92d 100644 --- a/static/api-specs/idn/v2024/paths/identity-reset.yaml +++ b/static/api-specs/idn/v2024/paths/identity-reset.yaml @@ -16,6 +16,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentities description: Identity Id example: ef38f94347e94562b5bb8424a56397d8 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/identity-send-account-verification.yaml b/static/api-specs/idn/v2024/paths/identity-send-account-verification.yaml index 76161a1eb..da8b64dd1 100644 --- a/static/api-specs/idn/v2024/paths/identity-send-account-verification.yaml +++ b/static/api-specs/idn/v2024/paths/identity-send-account-verification.yaml @@ -23,6 +23,7 @@ post: type: string format: uuid required: true + x-sailpoint-resource-operation-id: listIdentities description: Identity ID example: ef38f94347e94562b5bb8424a56397d8 requestBody: diff --git a/static/api-specs/idn/v2024/paths/identity-synchronize-attributes.yaml b/static/api-specs/idn/v2024/paths/identity-synchronize-attributes.yaml index 634e0cc61..5a4528cdd 100644 --- a/static/api-specs/idn/v2024/paths/identity-synchronize-attributes.yaml +++ b/static/api-specs/idn/v2024/paths/identity-synchronize-attributes.yaml @@ -17,6 +17,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentities description: The Identity id - name: X-SailPoint-Experimental in: header diff --git a/static/api-specs/idn/v2024/paths/identity.yaml b/static/api-specs/idn/v2024/paths/identity.yaml index 35e16de8b..ef135af94 100644 --- a/static/api-specs/idn/v2024/paths/identity.yaml +++ b/static/api-specs/idn/v2024/paths/identity.yaml @@ -14,6 +14,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentities description: Identity Id example: ef38f94347e94562b5bb8424a56397d8 - name: X-SailPoint-Experimental @@ -58,6 +59,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentities description: Identity Id example: ef38f94347e94562b5bb8424a56397d8 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/load-accounts.yaml b/static/api-specs/idn/v2024/paths/load-accounts.yaml index f18b89ab9..9d6eeab4c 100644 --- a/static/api-specs/idn/v2024/paths/load-accounts.yaml +++ b/static/api-specs/idn/v2024/paths/load-accounts.yaml @@ -19,6 +19,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: Source Id example: ef38f94347e94562b5bb8424a56397d8 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/load-entitlements-by-sources.yaml b/static/api-specs/idn/v2024/paths/load-entitlements-by-sources.yaml index 4d65da36d..57fd572b2 100644 --- a/static/api-specs/idn/v2024/paths/load-entitlements-by-sources.yaml +++ b/static/api-specs/idn/v2024/paths/load-entitlements-by-sources.yaml @@ -23,6 +23,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: Source Id example: ef38f94347e94562b5bb8424a56397d8 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/load-uncorrelated-accounts.yaml b/static/api-specs/idn/v2024/paths/load-uncorrelated-accounts.yaml index 0cbb3d310..664b00f8b 100644 --- a/static/api-specs/idn/v2024/paths/load-uncorrelated-accounts.yaml +++ b/static/api-specs/idn/v2024/paths/load-uncorrelated-accounts.yaml @@ -14,6 +14,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: Source Id example: 75dbec1ebe154d5785da27b95e1dd5d7 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/native-change-detection-config.yaml b/static/api-specs/idn/v2024/paths/native-change-detection-config.yaml index 45edf9623..613ad99a6 100644 --- a/static/api-specs/idn/v2024/paths/native-change-detection-config.yaml +++ b/static/api-specs/idn/v2024/paths/native-change-detection-config.yaml @@ -15,6 +15,7 @@ get: - in: path name: id required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The source id @@ -63,6 +64,7 @@ put: - in: path name: id required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The source id @@ -119,6 +121,7 @@ delete: - in: path name: id required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The source id diff --git a/static/api-specs/idn/v2024/paths/notification-template.yaml b/static/api-specs/idn/v2024/paths/notification-template.yaml index b1209d8d2..a96909e86 100644 --- a/static/api-specs/idn/v2024/paths/notification-template.yaml +++ b/static/api-specs/idn/v2024/paths/notification-template.yaml @@ -9,6 +9,7 @@ get: in: path description: Id of the Notification Template required: true + x-sailpoint-resource-operation-id: listNotificationTemplates style: simple explode: false schema: diff --git a/static/api-specs/idn/v2024/paths/outlier-feature-summaries.yaml b/static/api-specs/idn/v2024/paths/outlier-feature-summaries.yaml index d8ac9e4df..f4a973324 100644 --- a/static/api-specs/idn/v2024/paths/outlier-feature-summaries.yaml +++ b/static/api-specs/idn/v2024/paths/outlier-feature-summaries.yaml @@ -13,6 +13,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getPeerGroupOutliersContributingFeatures description: Contributing feature id example: 04654b66-7561-4090-94f9-abee0722a1af - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/outliers-contributing-feature-access-items.yaml b/static/api-specs/idn/v2024/paths/outliers-contributing-feature-access-items.yaml index c9e0f74ec..d44ba5394 100644 --- a/static/api-specs/idn/v2024/paths/outliers-contributing-feature-access-items.yaml +++ b/static/api-specs/idn/v2024/paths/outliers-contributing-feature-access-items.yaml @@ -16,6 +16,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getIdentityOutliers description: The outlier id example: 2c918085842e69ae018432d22ccb212f - in: path diff --git a/static/api-specs/idn/v2024/paths/outliers-contributing-features.yaml b/static/api-specs/idn/v2024/paths/outliers-contributing-features.yaml index c8fb7a053..9833f724d 100644 --- a/static/api-specs/idn/v2024/paths/outliers-contributing-features.yaml +++ b/static/api-specs/idn/v2024/paths/outliers-contributing-features.yaml @@ -24,6 +24,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getIdentityOutliers description: The outlier id - in: query name: sorters diff --git a/static/api-specs/idn/v2024/paths/peer-group-strategies.yaml b/static/api-specs/idn/v2024/paths/peer-group-strategies.yaml index e6b08edb2..47785d1ac 100644 --- a/static/api-specs/idn/v2024/paths/peer-group-strategies.yaml +++ b/static/api-specs/idn/v2024/paths/peer-group-strategies.yaml @@ -13,6 +13,8 @@ get: name: strategy schema: type: string + enum: + - entitlement required: true description: The strategy used to create peer groups. Currently, 'entitlement' is supported. diff --git a/static/api-specs/idn/v2024/paths/reassignment-configuration-config-type.yaml b/static/api-specs/idn/v2024/paths/reassignment-configuration-config-type.yaml index 9706e0ea9..f5c65c749 100644 --- a/static/api-specs/idn/v2024/paths/reassignment-configuration-config-type.yaml +++ b/static/api-specs/idn/v2024/paths/reassignment-configuration-config-type.yaml @@ -15,6 +15,7 @@ delete: type: string description: unique identity id required: true + x-sailpoint-resource-operation-id: listIdentities example: 2c91808781a71ddb0181b9090b5c504e - in: path name: configType diff --git a/static/api-specs/idn/v2024/paths/reassignment-configuration-evaluate.yaml b/static/api-specs/idn/v2024/paths/reassignment-configuration-evaluate.yaml index c3094648f..72c48075e 100644 --- a/static/api-specs/idn/v2024/paths/reassignment-configuration-evaluate.yaml +++ b/static/api-specs/idn/v2024/paths/reassignment-configuration-evaluate.yaml @@ -19,6 +19,7 @@ get: - in: path name: identityId required: true + x-sailpoint-resource-operation-id: listIdentities schema: type: string description: unique identity id diff --git a/static/api-specs/idn/v2024/paths/reassignment-configuration.yaml b/static/api-specs/idn/v2024/paths/reassignment-configuration.yaml index f2a7f140b..45082693a 100644 --- a/static/api-specs/idn/v2024/paths/reassignment-configuration.yaml +++ b/static/api-specs/idn/v2024/paths/reassignment-configuration.yaml @@ -14,6 +14,7 @@ get: type: string description: unique identity id required: true + x-sailpoint-resource-operation-id: listIdentities example: 2c91808781a71ddb0181b9090b5c504f - name: X-SailPoint-Experimental in: header @@ -59,6 +60,7 @@ put: type: string description: unique identity id required: true + x-sailpoint-resource-operation-id: listIdentities example: 2c91808781a71ddb0181b9090b5c504e - name: X-SailPoint-Experimental in: header diff --git a/static/api-specs/idn/v2024/paths/remove-account.yaml b/static/api-specs/idn/v2024/paths/remove-account.yaml index 02227f69f..d7ba563ec 100644 --- a/static/api-specs/idn/v2024/paths/remove-account.yaml +++ b/static/api-specs/idn/v2024/paths/remove-account.yaml @@ -25,6 +25,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listAccounts description: The account id example: c350d6aa4f104c61b062cb632421ad10 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/remove-accounts.yaml b/static/api-specs/idn/v2024/paths/remove-accounts.yaml index 97ee475d3..ec2f2fd97 100644 --- a/static/api-specs/idn/v2024/paths/remove-accounts.yaml +++ b/static/api-specs/idn/v2024/paths/remove-accounts.yaml @@ -25,6 +25,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: The source id example: ebbf35756e1140699ce52b233121384a - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/reset-entitlements.yaml b/static/api-specs/idn/v2024/paths/reset-entitlements.yaml index fb3a505b0..e8ae3bcf7 100644 --- a/static/api-specs/idn/v2024/paths/reset-entitlements.yaml +++ b/static/api-specs/idn/v2024/paths/reset-entitlements.yaml @@ -13,6 +13,7 @@ post: in: path description: ID of source for the entitlement reset required: true + x-sailpoint-resource-operation-id: listSources schema: type: string example: 2c91808a7813090a017814121919ecca diff --git a/static/api-specs/idn/v2024/paths/role-entitlements.yaml b/static/api-specs/idn/v2024/paths/role-entitlements.yaml index 372270a08..247c44881 100644 --- a/static/api-specs/idn/v2024/paths/role-entitlements.yaml +++ b/static/api-specs/idn/v2024/paths/role-entitlements.yaml @@ -10,6 +10,7 @@ get: in: path description: ID of the containing role required: true + x-sailpoint-resource-operation-id: listRoles schema: type: string example: 2c91808a7813090a017814121919ecca diff --git a/static/api-specs/idn/v2024/paths/role-insight.yaml b/static/api-specs/idn/v2024/paths/role-insight.yaml index ea7f8dd60..fa90869cc 100644 --- a/static/api-specs/idn/v2024/paths/role-insight.yaml +++ b/static/api-specs/idn/v2024/paths/role-insight.yaml @@ -10,6 +10,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleInsights description: The role insight id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/role-insights-current-entitlements.yaml b/static/api-specs/idn/v2024/paths/role-insights-current-entitlements.yaml index 80b8c8f30..d8ea50bf3 100644 --- a/static/api-specs/idn/v2024/paths/role-insights-current-entitlements.yaml +++ b/static/api-specs/idn/v2024/paths/role-insights-current-entitlements.yaml @@ -11,6 +11,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleInsights description: The role insight id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: query diff --git a/static/api-specs/idn/v2024/paths/role-insights-entitlement-changes-download.yaml b/static/api-specs/idn/v2024/paths/role-insights-entitlement-changes-download.yaml index 450b2ac21..7c5bf420d 100644 --- a/static/api-specs/idn/v2024/paths/role-insights-entitlement-changes-download.yaml +++ b/static/api-specs/idn/v2024/paths/role-insights-entitlement-changes-download.yaml @@ -10,6 +10,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleInsights description: The role insight id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: query diff --git a/static/api-specs/idn/v2024/paths/role-insights-entitlement-changes-identities.yaml b/static/api-specs/idn/v2024/paths/role-insights-entitlement-changes-identities.yaml index b50261f50..ab4714863 100644 --- a/static/api-specs/idn/v2024/paths/role-insights-entitlement-changes-identities.yaml +++ b/static/api-specs/idn/v2024/paths/role-insights-entitlement-changes-identities.yaml @@ -13,6 +13,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleInsights description: The role insight id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: path @@ -20,6 +21,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listEntitlements description: The entitlement id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: query diff --git a/static/api-specs/idn/v2024/paths/role-insights-entitlement-changes.yaml b/static/api-specs/idn/v2024/paths/role-insights-entitlement-changes.yaml index d4778c97e..b004bafac 100644 --- a/static/api-specs/idn/v2024/paths/role-insights-entitlement-changes.yaml +++ b/static/api-specs/idn/v2024/paths/role-insights-entitlement-changes.yaml @@ -10,6 +10,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleInsights description: The role insight id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: query diff --git a/static/api-specs/idn/v2024/paths/role-insights-request.yaml b/static/api-specs/idn/v2024/paths/role-insights-request.yaml index e641f1637..0ab72e936 100644 --- a/static/api-specs/idn/v2024/paths/role-insights-request.yaml +++ b/static/api-specs/idn/v2024/paths/role-insights-request.yaml @@ -11,6 +11,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleInsights description: The role insights request id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/role-mining-potential-role-edit-entitlements.yaml b/static/api-specs/idn/v2024/paths/role-mining-potential-role-edit-entitlements.yaml index 6f0abb4a1..5a715922d 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-potential-role-edit-entitlements.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-potential-role-edit-entitlements.yaml @@ -11,6 +11,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: path @@ -18,6 +19,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: getPotentialRoleSummaries description: A potential role id in a role mining session example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/role-mining-potential-role-entitlement-popularities.yaml b/static/api-specs/idn/v2024/paths/role-mining-potential-role-entitlement-popularities.yaml index c82cfae58..2a3fa1bf5 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-potential-role-entitlement-popularities.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-potential-role-entitlement-popularities.yaml @@ -11,6 +11,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: path @@ -18,6 +19,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getPotentialRoleSummaries description: A potential role id in a role mining session example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: query diff --git a/static/api-specs/idn/v2024/paths/role-mining-potential-role-entitlement-popularity-distribution.yaml b/static/api-specs/idn/v2024/paths/role-mining-potential-role-entitlement-popularity-distribution.yaml index 750ed33c2..48b5e02da 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-potential-role-entitlement-popularity-distribution.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-potential-role-entitlement-popularity-distribution.yaml @@ -12,6 +12,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: path @@ -19,6 +20,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getPotentialRoleSummaries description: A potential role id in a role mining session example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: query diff --git a/static/api-specs/idn/v2024/paths/role-mining-potential-role-excluded-entitlements.yaml b/static/api-specs/idn/v2024/paths/role-mining-potential-role-excluded-entitlements.yaml index 2338a10f4..b61be27e3 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-potential-role-excluded-entitlements.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-potential-role-excluded-entitlements.yaml @@ -11,6 +11,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: path @@ -18,6 +19,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getPotentialRoleSummaries description: A potential role id in a role mining session example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: query diff --git a/static/api-specs/idn/v2024/paths/role-mining-potential-role-identities.yaml b/static/api-specs/idn/v2024/paths/role-mining-potential-role-identities.yaml index e6d70ef7d..3d7853860 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-potential-role-identities.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-potential-role-identities.yaml @@ -11,6 +11,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: path @@ -18,6 +19,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getPotentialRoleSummaries description: A potential role id in a role mining session example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: query diff --git a/static/api-specs/idn/v2024/paths/role-mining-potential-role-provision.yaml b/static/api-specs/idn/v2024/paths/role-mining-potential-role-provision.yaml index 3d139cd97..f28ecfc21 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-potential-role-provision.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-potential-role-provision.yaml @@ -10,6 +10,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: path @@ -17,6 +18,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: getPotentialRoleSummaries description: A potential role id in a role mining session example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: query diff --git a/static/api-specs/idn/v2024/paths/role-mining-potential-role-source-identity-usage.yaml b/static/api-specs/idn/v2024/paths/role-mining-potential-role-source-identity-usage.yaml index fb477f772..3122a1512 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-potential-role-source-identity-usage.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-potential-role-source-identity-usage.yaml @@ -13,6 +13,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getPotentialRoleSummaries description: A potential role id example: e0cc5d7d-bf7f-4f81-b2af-8885b09d9923 - in: path @@ -20,6 +21,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: A source id example: 2c9180877620c1460176267f336a106f - in: query diff --git a/static/api-specs/idn/v2024/paths/role-mining-potential-role.yaml b/static/api-specs/idn/v2024/paths/role-mining-potential-role.yaml index 1c8e561b1..4b2bcd242 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-potential-role.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-potential-role.yaml @@ -12,6 +12,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getPotentialRoleSummaries description: A potential role id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - name: X-SailPoint-Experimental @@ -72,6 +73,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: path @@ -79,6 +81,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: getPotentialRoleSummaries description: The potential role summary id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-applications.yaml b/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-applications.yaml index d36b6b004..75b0ad0d2 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-applications.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-applications.yaml @@ -25,6 +25,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: path @@ -32,6 +33,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getPotentialRoleSummaries description: A potential role id in a role mining session example: 62f28d91-7d9f-4d17-be15-666d5b41d77f - $ref: ../../v3/parameters/offset.yaml diff --git a/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-entitlements.yaml b/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-entitlements.yaml index fae4b253e..b74127f6e 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-entitlements.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-entitlements.yaml @@ -25,6 +25,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: path @@ -32,6 +33,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getPotentialRoleSummaries description: A potential role id in a role mining session example: 62f28d91-7d9f-4d17-be15-666d5b41d77f - $ref: ../../v3/parameters/offset.yaml diff --git a/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-export-async.yaml b/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-export-async.yaml index 76ab29c35..9df176877 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-export-async.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-export-async.yaml @@ -13,6 +13,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: path @@ -20,6 +21,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: getPotentialRoleSummaries description: A potential role id in a role mining session example: 278359a6-04b7-4669-9468-924cf580964a - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-export-download.yaml b/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-export-download.yaml index 0779a49d2..6a4987136 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-export-download.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-export-download.yaml @@ -12,6 +12,7 @@ get: type: string format: uuid required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: path @@ -20,6 +21,7 @@ get: type: string format: uuid required: true + x-sailpoint-resource-operation-id: getPotentialRoleSummaries description: A potential role id in a role mining session example: 278359a6-04b7-4669-9468-924cf580964a - in: path @@ -28,6 +30,7 @@ get: type: string format: uuid required: true + x-sailpoint-resource-operation-id: exportRoleMiningPotentialRoleAsync description: The id of a previously run export job for this potential role example: 4940ffd4-836f-48a3-b2b0-6d498c3fdf40 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-export-status.yaml b/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-export-status.yaml index 83b47f9b6..19bb5e6f2 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-export-status.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-export-status.yaml @@ -12,6 +12,7 @@ get: type: string format: uuid required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: path @@ -20,6 +21,7 @@ get: type: string format: uuid required: true + x-sailpoint-resource-operation-id: getPotentialRoleSummaries description: A potential role id in a role mining session example: 278359a6-04b7-4669-9468-924cf580964a - in: path @@ -28,6 +30,7 @@ get: type: string format: uuid required: true + x-sailpoint-resource-operation-id: exportRoleMiningPotentialRoleAsync description: The id of a previously run export job for this potential role example: 4940ffd4-836f-48a3-b2b0-6d498c3fdf40 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-export.yaml b/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-export.yaml index 717bf8527..fe0990fc3 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-export.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-export.yaml @@ -11,6 +11,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: path @@ -18,6 +19,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getPotentialRoleSummaries description: A potential role id in a role mining session example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-summaries.yaml b/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-summaries.yaml index 3a38d9afc..2f73c3a10 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-summaries.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-summaries.yaml @@ -11,6 +11,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: query diff --git a/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-summary.yaml b/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-summary.yaml index c767617d2..85057ca65 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-summary.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-session-potential-role-summary.yaml @@ -10,6 +10,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: path @@ -17,6 +18,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getPotentialRoleSummaries description: A potential role id in a role mining session example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - name: X-SailPoint-Experimental @@ -75,6 +77,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - in: path @@ -82,6 +85,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: getPotentialRoleSummaries description: The potential role summary id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/role-mining-session-status.yaml b/static/api-specs/idn/v2024/paths/role-mining-session-status.yaml index c730f8cb2..7ce6a5a9a 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-session-status.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-session-status.yaml @@ -10,6 +10,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/role-mining-session.yaml b/static/api-specs/idn/v2024/paths/role-mining-session.yaml index 313caeb34..7d9c96184 100644 --- a/static/api-specs/idn/v2024/paths/role-mining-session.yaml +++ b/static/api-specs/idn/v2024/paths/role-mining-session.yaml @@ -12,6 +12,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id to be patched example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - name: X-SailPoint-Experimental @@ -76,6 +77,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getRoleMiningSessions description: The role mining session id to be retrieved. example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/role.yaml b/static/api-specs/idn/v2024/paths/role.yaml index cd3ea2f4e..ed73da8c7 100644 --- a/static/api-specs/idn/v2024/paths/role.yaml +++ b/static/api-specs/idn/v2024/paths/role.yaml @@ -13,6 +13,7 @@ get: - in: path name: id required: true + x-sailpoint-resource-operation-id: listRoles schema: type: string description: >- @@ -92,6 +93,7 @@ patch: in: path description: ID of the Role to patch required: true + x-sailpoint-resource-operation-id: listRoles schema: type: string example: 2c91808a7813090a017814121e121518 @@ -288,6 +290,7 @@ delete: - in: path name: id required: true + x-sailpoint-resource-operation-id: listRoles schema: type: string description: >- diff --git a/static/api-specs/idn/v2024/paths/sim-integrations-before-provisioning-rule.yaml b/static/api-specs/idn/v2024/paths/sim-integrations-before-provisioning-rule.yaml index 7fd246e65..c5506478d 100644 --- a/static/api-specs/idn/v2024/paths/sim-integrations-before-provisioning-rule.yaml +++ b/static/api-specs/idn/v2024/paths/sim-integrations-before-provisioning-rule.yaml @@ -19,6 +19,7 @@ patch: type: string example: 12345 required: true + x-sailpoint-resource-operation-id: getSIMIntegrations - name: X-SailPoint-Experimental in: header description: Use this header to enable this experimental API. diff --git a/static/api-specs/idn/v2024/paths/sim-integrations.yaml b/static/api-specs/idn/v2024/paths/sim-integrations.yaml index bf47ac349..714ca6412 100644 --- a/static/api-specs/idn/v2024/paths/sim-integrations.yaml +++ b/static/api-specs/idn/v2024/paths/sim-integrations.yaml @@ -19,6 +19,7 @@ put: type: string example: 12345 required: true + x-sailpoint-resource-operation-id: getSIMIntegrations - name: X-SailPoint-Experimental in: header description: Use this header to enable this experimental API. @@ -65,6 +66,7 @@ get: type: string example: 12345 required: true + x-sailpoint-resource-operation-id: getSIMIntegrations - name: X-SailPoint-Experimental in: header description: Use this header to enable this experimental API. @@ -111,6 +113,7 @@ delete: type: string example: 12345 required: true + x-sailpoint-resource-operation-id: getSIMIntegrations - name: X-SailPoint-Experimental in: header description: Use this header to enable this experimental API. @@ -160,6 +163,7 @@ patch: type: string example: 12345 required: true + x-sailpoint-resource-operation-id: getSIMIntegrations - name: X-SailPoint-Experimental in: header description: Use this header to enable this experimental API. diff --git a/static/api-specs/idn/v2024/paths/source-connector-check-connection.yaml b/static/api-specs/idn/v2024/paths/source-connector-check-connection.yaml index 46e082cd3..468be297e 100644 --- a/static/api-specs/idn/v2024/paths/source-connector-check-connection.yaml +++ b/static/api-specs/idn/v2024/paths/source-connector-check-connection.yaml @@ -18,6 +18,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: The ID of the Source. example: cef3ee201db947c5912551015ba0c679 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/source-connector-peek-resource-objects.yaml b/static/api-specs/idn/v2024/paths/source-connector-peek-resource-objects.yaml index f08d18acd..eea25f75f 100644 --- a/static/api-specs/idn/v2024/paths/source-connector-peek-resource-objects.yaml +++ b/static/api-specs/idn/v2024/paths/source-connector-peek-resource-objects.yaml @@ -17,6 +17,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: The ID of the Source example: cef3ee201db947c5912551015ba0c679 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/source-connector-ping-cluster.yaml b/static/api-specs/idn/v2024/paths/source-connector-ping-cluster.yaml index 5a55ab071..025bbeddc 100644 --- a/static/api-specs/idn/v2024/paths/source-connector-ping-cluster.yaml +++ b/static/api-specs/idn/v2024/paths/source-connector-ping-cluster.yaml @@ -17,6 +17,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: The ID of the Source example: cef3ee201db947c5912551015ba0c679 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/source-connector-test-configuration.yaml b/static/api-specs/idn/v2024/paths/source-connector-test-configuration.yaml index 595f1e5a3..f6a897404 100644 --- a/static/api-specs/idn/v2024/paths/source-connector-test-configuration.yaml +++ b/static/api-specs/idn/v2024/paths/source-connector-test-configuration.yaml @@ -18,6 +18,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: The ID of the Source example: cef3ee201db947c5912551015ba0c679 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/source-connectors-source-config.yaml b/static/api-specs/idn/v2024/paths/source-connectors-source-config.yaml index 31b6113b4..4d9d4bead 100644 --- a/static/api-specs/idn/v2024/paths/source-connectors-source-config.yaml +++ b/static/api-specs/idn/v2024/paths/source-connectors-source-config.yaml @@ -16,6 +16,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: The Source id - in: query name: locale diff --git a/static/api-specs/idn/v2024/paths/source-schedule.yaml b/static/api-specs/idn/v2024/paths/source-schedule.yaml index ee79bc566..7feb6b4c0 100644 --- a/static/api-specs/idn/v2024/paths/source-schedule.yaml +++ b/static/api-specs/idn/v2024/paths/source-schedule.yaml @@ -15,6 +15,7 @@ get: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source id. @@ -29,14 +30,6 @@ get: required: true description: The Schedule type. example: ACCOUNT_AGGREGATION - - in: header - name: X-SailPoint-Experimental - description: Use this header to enable this experimental API. - example: true - schema: - type: string - default: true - required: true responses: '200': description: The requested Schedule was successfully retrieved. @@ -78,6 +71,7 @@ patch: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source id. @@ -92,14 +86,6 @@ patch: required: true description: The Schedule type. example: ACCOUNT_AGGREGATION - - in: header - name: X-SailPoint-Experimental - description: Use this header to enable this experimental API. - example: true - schema: - type: string - default: true - required: true requestBody: required: true description: The JSONPatch payload used to update the schedule. @@ -153,6 +139,7 @@ delete: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source id. @@ -167,14 +154,6 @@ delete: required: true description: The Schedule type. example: ACCOUNT_AGGREGATION - - in: header - name: X-SailPoint-Experimental - description: Use this header to enable this experimental API. - example: true - schema: - type: string - default: true - required: true responses: '204': $ref: '../../v3/responses/204.yaml' @@ -190,4 +169,4 @@ delete: '429': $ref: '../../v3/responses/429.yaml' '500': - $ref: '../../v3/responses/500.yaml' \ No newline at end of file + $ref: '../../v3/responses/500.yaml' diff --git a/static/api-specs/idn/v2024/paths/source-schedules.yaml b/static/api-specs/idn/v2024/paths/source-schedules.yaml index c85a72ba3..b3908d62a 100644 --- a/static/api-specs/idn/v2024/paths/source-schedules.yaml +++ b/static/api-specs/idn/v2024/paths/source-schedules.yaml @@ -15,18 +15,11 @@ get: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: Source ID. example: 2c9180835d191a86015d28455b4a2329 - - in: header - name: X-SailPoint-Experimental - description: Use this header to enable this experimental API. - example: true - schema: - type: string - default: true - required: true responses: '200': description: The schedules were successfully retrieved. @@ -65,18 +58,11 @@ post: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: Source ID. example: 2c9180835d191a86015d28455b4a2329 - - in: header - name: X-SailPoint-Experimental - description: Use this header to enable this experimental API. - example: true - schema: - type: string - default: true - required: true requestBody: required: true content: diff --git a/static/api-specs/idn/v2024/paths/source-synchronize-attributes.yaml b/static/api-specs/idn/v2024/paths/source-synchronize-attributes.yaml index bd5103bfa..cbfe64577 100644 --- a/static/api-specs/idn/v2024/paths/source-synchronize-attributes.yaml +++ b/static/api-specs/idn/v2024/paths/source-synchronize-attributes.yaml @@ -15,6 +15,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: The Source id - name: X-SailPoint-Experimental in: header diff --git a/static/api-specs/idn/v2024/paths/sources-policy-holders.yaml b/static/api-specs/idn/v2024/paths/sources-policy-holders.yaml index ce9df4e8a..5320fa303 100644 --- a/static/api-specs/idn/v2024/paths/sources-policy-holders.yaml +++ b/static/api-specs/idn/v2024/paths/sources-policy-holders.yaml @@ -17,6 +17,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: The Source id example: 8c190e6787aa4ed9a90bd9d5344523fb requestBody: diff --git a/static/api-specs/idn/v2024/paths/sp-config-export-download.yaml b/static/api-specs/idn/v2024/paths/sp-config-export-download.yaml index f924cf350..8d3a88d62 100644 --- a/static/api-specs/idn/v2024/paths/sp-config-export-download.yaml +++ b/static/api-specs/idn/v2024/paths/sp-config-export-download.yaml @@ -15,6 +15,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: exportSpConfig description: The ID of the export job whose results will be downloaded. example: ef38f94347e94562b5bb8424a56397d8 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/sp-config-export-status.yaml b/static/api-specs/idn/v2024/paths/sp-config-export-status.yaml index 652f14cc9..2874a2e71 100644 --- a/static/api-specs/idn/v2024/paths/sp-config-export-status.yaml +++ b/static/api-specs/idn/v2024/paths/sp-config-export-status.yaml @@ -18,6 +18,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: exportSpConfig description: The ID of the export job whose status will be returned. example: ef38f94347e94562b5bb8424a56397d8 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/sp-config-import-download.yaml b/static/api-specs/idn/v2024/paths/sp-config-import-download.yaml index 0b742762d..2aa019d99 100644 --- a/static/api-specs/idn/v2024/paths/sp-config-import-download.yaml +++ b/static/api-specs/idn/v2024/paths/sp-config-import-download.yaml @@ -17,6 +17,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: importSpConfig description: The ID of the import job whose results will be downloaded. example: ef38f94347e94562b5bb8424a56397d8 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/sp-config-import-status.yaml b/static/api-specs/idn/v2024/paths/sp-config-import-status.yaml index 13db90ee1..1d0930bda 100644 --- a/static/api-specs/idn/v2024/paths/sp-config-import-status.yaml +++ b/static/api-specs/idn/v2024/paths/sp-config-import-status.yaml @@ -19,6 +19,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: importSpConfig description: The ID of the import job whose status will be returned. example: ef38f94347e94562b5bb8424a56397d8 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/suggested-entitlement-description-batches-stats.yaml b/static/api-specs/idn/v2024/paths/suggested-entitlement-description-batches-stats.yaml index 84bb4b3d8..f1351fdb8 100644 --- a/static/api-specs/idn/v2024/paths/suggested-entitlement-description-batches-stats.yaml +++ b/static/api-specs/idn/v2024/paths/suggested-entitlement-description-batches-stats.yaml @@ -17,6 +17,7 @@ get: format: uuid example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb required: true + x-sailpoint-resource-operation-id: getSedBatches - name: X-SailPoint-Experimental in: header description: Use this header to enable this experimental API. diff --git a/static/api-specs/idn/v2024/paths/suggested-entitlement-descriptions.yaml b/static/api-specs/idn/v2024/paths/suggested-entitlement-descriptions.yaml index 1c530dc85..dd11a3335 100644 --- a/static/api-specs/idn/v2024/paths/suggested-entitlement-descriptions.yaml +++ b/static/api-specs/idn/v2024/paths/suggested-entitlement-descriptions.yaml @@ -159,6 +159,7 @@ patch: name: id example: ebab396f-0af1-4050-89b7-dafc63ec70e7 required: true + x-sailpoint-resource-operation-id: listSeds schema: type: string format: uuid diff --git a/static/api-specs/idn/v2024/paths/task-status.yaml b/static/api-specs/idn/v2024/paths/task-status.yaml index 959a2669d..b1baf3566 100644 --- a/static/api-specs/idn/v2024/paths/task-status.yaml +++ b/static/api-specs/idn/v2024/paths/task-status.yaml @@ -9,6 +9,7 @@ get: in: path description: Task ID. required: true + x-sailpoint-resource-operation-id: getTaskStatusList example: 00eebcf881994e419d72e757fd30dc0e style: simple explode: false @@ -65,6 +66,7 @@ patch: description: Task ID. example: 00eebcf881994e419d72e757fd30dc0e required: true + x-sailpoint-resource-operation-id: getTaskStatusList style: simple explode: false schema: diff --git a/static/api-specs/idn/v2024/paths/trigger-invocations-complete.yaml b/static/api-specs/idn/v2024/paths/trigger-invocations-complete.yaml index 199bda81f..c04b942d7 100644 --- a/static/api-specs/idn/v2024/paths/trigger-invocations-complete.yaml +++ b/static/api-specs/idn/v2024/paths/trigger-invocations-complete.yaml @@ -10,6 +10,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listTriggerInvocationStatus description: The ID of the invocation to complete. example: 0f11f2a4-7c94-4bf3-a2bd-742580fe3bde - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/trigger-subscription.yaml b/static/api-specs/idn/v2024/paths/trigger-subscription.yaml index 74a36b9b1..eac311fe6 100644 --- a/static/api-specs/idn/v2024/paths/trigger-subscription.yaml +++ b/static/api-specs/idn/v2024/paths/trigger-subscription.yaml @@ -13,6 +13,7 @@ put: schema: type: string required: true + x-sailpoint-resource-operation-id: listSubscriptions description: Subscription ID example: 0f11f2a4-7c94-4bf3-a2bd-742580fe3bde - name: X-SailPoint-Experimental @@ -108,6 +109,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: listSubscriptions description: ID of the Subscription to patch example: 0f11f2a4-7c94-4bf3-a2bd-742580fe3bde - name: X-SailPoint-Experimental @@ -158,6 +160,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: listSubscriptions description: Subscription ID example: 0f11f2a4-7c94-4bf3-a2bd-742580fe3bde - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v2024/paths/verified-from-address.yaml b/static/api-specs/idn/v2024/paths/verified-from-address.yaml index 4c5529aeb..35207152c 100644 --- a/static/api-specs/idn/v2024/paths/verified-from-address.yaml +++ b/static/api-specs/idn/v2024/paths/verified-from-address.yaml @@ -10,6 +10,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: listFromAddresses - name: X-SailPoint-Experimental in: header description: Use this header to enable this experimental API. diff --git a/static/api-specs/idn/v2024/paths/work-item-forward.yaml b/static/api-specs/idn/v2024/paths/work-item-forward.yaml index 9cb902e95..f8ee3ec9f 100644 --- a/static/api-specs/idn/v2024/paths/work-item-forward.yaml +++ b/static/api-specs/idn/v2024/paths/work-item-forward.yaml @@ -11,6 +11,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listWorkItems description: The ID of the work item example: ef38f94347e94562b5bb8424a56397d8 - name: X-SailPoint-Experimental diff --git a/static/api-specs/idn/v3/parameters/path/search/id.yaml b/static/api-specs/idn/v3/parameters/path/search/id.yaml index 5cd4d248e..c15d7fc36 100644 --- a/static/api-specs/idn/v3/parameters/path/search/id.yaml +++ b/static/api-specs/idn/v3/parameters/path/search/id.yaml @@ -4,4 +4,10 @@ description: ID of the requested document. schema: type: string required: true -example: 2c91808568c529c60168cca6f90c1313 \ No newline at end of file +example: 2c91808568c529c60168cca6f90c1313 +x-sailpoint-resource-operation-id: + - listAccessProfiles + - listAccountActivities + - listEntitlements + - listRoles + - listIdentities \ No newline at end of file diff --git a/static/api-specs/idn/v3/parameters/path/search/index.yaml b/static/api-specs/idn/v3/parameters/path/search/index.yaml index 789e4674f..2cade201c 100644 --- a/static/api-specs/idn/v3/parameters/path/search/index.yaml +++ b/static/api-specs/idn/v3/parameters/path/search/index.yaml @@ -6,5 +6,12 @@ description: | The currently supported index names are: *accessprofiles*, *accountactivities*, *entitlements*, *events*, *identities*, and *roles*. schema: type: string + enum: + - accessprofiles + - accountactivities + - entitlements + - events + - identities + - roles required: true example: accounts \ No newline at end of file diff --git a/static/api-specs/idn/v3/paths/access-profile-entitlements.yaml b/static/api-specs/idn/v3/paths/access-profile-entitlements.yaml index 74f12e820..63c3c4fe4 100644 --- a/static/api-specs/idn/v3/paths/access-profile-entitlements.yaml +++ b/static/api-specs/idn/v3/paths/access-profile-entitlements.yaml @@ -15,6 +15,7 @@ get: in: path description: ID of the access profile containing the entitlements. required: true + x-sailpoint-resource-operation-id: listAccessProfiles schema: type: string example: 2c91808a7813090a017814121919ecca diff --git a/static/api-specs/idn/v3/paths/access-profile.yaml b/static/api-specs/idn/v3/paths/access-profile.yaml index 07dd45899..532caba4e 100644 --- a/static/api-specs/idn/v3/paths/access-profile.yaml +++ b/static/api-specs/idn/v3/paths/access-profile.yaml @@ -9,6 +9,7 @@ get: - in: path name: id required: true + x-sailpoint-resource-operation-id: listAccessProfiles schema: type: string description: >- @@ -99,6 +100,7 @@ patch: in: path description: ID of the Access Profile to patch required: true + x-sailpoint-resource-operation-id: listAccessProfiles schema: type: string example: 2c91808a7813090a017814121919ecca @@ -209,6 +211,7 @@ delete: in: path description: ID of the Access Profile to delete required: true + x-sailpoint-resource-operation-id: listAccessProfiles schema: type: string example: 2c91808a7813090a017814121919ecca diff --git a/static/api-specs/idn/v3/paths/account-activity-get-one.yaml b/static/api-specs/idn/v3/paths/account-activity-get-one.yaml index 952cc01ee..ea7af8346 100644 --- a/static/api-specs/idn/v3/paths/account-activity-get-one.yaml +++ b/static/api-specs/idn/v3/paths/account-activity-get-one.yaml @@ -11,6 +11,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listAccountActivities description: The account activity id example: ef38f94347e94562b5bb8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/account-usages.yaml b/static/api-specs/idn/v3/paths/account-usages.yaml index 5f9370ad8..88ed19302 100644 --- a/static/api-specs/idn/v3/paths/account-usages.yaml +++ b/static/api-specs/idn/v3/paths/account-usages.yaml @@ -10,6 +10,7 @@ get: in: path description: ID of IDN account required: true + x-sailpoint-resource-operation-id: listAccounts schema: type: string example: 'ef38f94347e94562b5bb8424a56397d8' diff --git a/static/api-specs/idn/v3/paths/account.yaml b/static/api-specs/idn/v3/paths/account.yaml index 3113d7669..82ab97dcb 100644 --- a/static/api-specs/idn/v3/paths/account.yaml +++ b/static/api-specs/idn/v3/paths/account.yaml @@ -18,6 +18,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listAccounts description: Account ID. example: ef38f94347e94562b5bb8424a56397d8 responses: @@ -67,6 +68,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: listAccounts description: Account ID. example: ef38f94347e94562b5bb8424a56397d8 requestBody: @@ -148,6 +150,7 @@ put: schema: type: string required: true + x-sailpoint-resource-operation-id: listAccounts description: Account ID. example: ef38f94347e94562b5bb8424a56397d8 requestBody: @@ -201,6 +204,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: listAccounts description: Account ID. example: ef38f94347e94562b5bb8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/accounts-id-disable.yaml b/static/api-specs/idn/v3/paths/accounts-id-disable.yaml index ae5eaae7b..e78c89142 100644 --- a/static/api-specs/idn/v3/paths/accounts-id-disable.yaml +++ b/static/api-specs/idn/v3/paths/accounts-id-disable.yaml @@ -18,6 +18,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listAccounts description: The account id example: ef38f94347e94562b5bb8424a56397d8 requestBody: diff --git a/static/api-specs/idn/v3/paths/accounts-id-enable.yaml b/static/api-specs/idn/v3/paths/accounts-id-enable.yaml index 546473b22..8f3d9be3d 100644 --- a/static/api-specs/idn/v3/paths/accounts-id-enable.yaml +++ b/static/api-specs/idn/v3/paths/accounts-id-enable.yaml @@ -18,6 +18,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listAccounts description: The account id example: ef38f94347e94562b5bb8424a56397d8 requestBody: diff --git a/static/api-specs/idn/v3/paths/accounts-id-entitlements.yaml b/static/api-specs/idn/v3/paths/accounts-id-entitlements.yaml index b46b1b51d..dae12ef91 100644 --- a/static/api-specs/idn/v3/paths/accounts-id-entitlements.yaml +++ b/static/api-specs/idn/v3/paths/accounts-id-entitlements.yaml @@ -21,6 +21,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listAccounts description: The account id example: ef38f94347e94562b5bb8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/accounts-id-reload.yaml b/static/api-specs/idn/v3/paths/accounts-id-reload.yaml index 83fbef9ed..428007bcb 100644 --- a/static/api-specs/idn/v3/paths/accounts-id-reload.yaml +++ b/static/api-specs/idn/v3/paths/accounts-id-reload.yaml @@ -18,6 +18,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listAccounts description: The account id example: ef38f94347e94562b5bb8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/accounts-id-unlock.yaml b/static/api-specs/idn/v3/paths/accounts-id-unlock.yaml index 4a6bf358a..4e34ba124 100644 --- a/static/api-specs/idn/v3/paths/accounts-id-unlock.yaml +++ b/static/api-specs/idn/v3/paths/accounts-id-unlock.yaml @@ -20,6 +20,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listAccounts description: The account ID. example: ef38f94347e94562b5bb8424a56397d8 requestBody: diff --git a/static/api-specs/idn/v3/paths/approve-access-request-approval.yaml b/static/api-specs/idn/v3/paths/approve-access-request-approval.yaml index c25a8b05c..4d1805f81 100644 --- a/static/api-specs/idn/v3/paths/approve-access-request-approval.yaml +++ b/static/api-specs/idn/v3/paths/approve-access-request-approval.yaml @@ -16,6 +16,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listPendingApprovals description: Approval ID. example: 2c91808b7294bea301729568c68c002e requestBody: diff --git a/static/api-specs/idn/v3/paths/auth-user.yaml b/static/api-specs/idn/v3/paths/auth-user.yaml index b25193803..40db30305 100644 --- a/static/api-specs/idn/v3/paths/auth-user.yaml +++ b/static/api-specs/idn/v3/paths/auth-user.yaml @@ -11,6 +11,7 @@ get: description: >- Identity ID required: true + x-sailpoint-resource-operation-id: listIdentities schema: type: string example: ef38f94347e94562b5bb8424a56397d8 @@ -56,6 +57,7 @@ patch: description: >- Identity ID required: true + x-sailpoint-resource-operation-id: listIdentities schema: type: string example: ef38f94347e94562b5bb8424a56397d8 diff --git a/static/api-specs/idn/v3/paths/branding.yaml b/static/api-specs/idn/v3/paths/branding.yaml index 1b5a963dc..c45ef01eb 100644 --- a/static/api-specs/idn/v3/paths/branding.yaml +++ b/static/api-specs/idn/v3/paths/branding.yaml @@ -16,6 +16,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getBrandingList description: The name of the branding item to be retrieved example: default responses: @@ -50,6 +51,7 @@ put: schema: type: string required: true + x-sailpoint-resource-operation-id: getBrandingList description: The name of the branding item to be retrieved example: default requestBody: @@ -100,6 +102,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: getBrandingList description: The name of the branding item to be deleted example: default responses: diff --git a/static/api-specs/idn/v3/paths/campaign-activate.yaml b/static/api-specs/idn/v3/paths/campaign-activate.yaml index 5e4ae3c40..32c6042d5 100644 --- a/static/api-specs/idn/v3/paths/campaign-activate.yaml +++ b/static/api-specs/idn/v3/paths/campaign-activate.yaml @@ -27,6 +27,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: getActiveCampaigns description: Campaign ID. example: ef38f94347e94562b5bb8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/campaign-admin-cert-reassign.yaml b/static/api-specs/idn/v3/paths/campaign-admin-cert-reassign.yaml index d074b6d2e..49a4c1455 100644 --- a/static/api-specs/idn/v3/paths/campaign-admin-cert-reassign.yaml +++ b/static/api-specs/idn/v3/paths/campaign-admin-cert-reassign.yaml @@ -16,6 +16,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: getActiveCampaigns description: The certification campaign ID example: ef38f94347e94562b5bb8424a56397d8 requestBody: diff --git a/static/api-specs/idn/v3/paths/campaign-complete.yaml b/static/api-specs/idn/v3/paths/campaign-complete.yaml index 9f019220f..026264d65 100644 --- a/static/api-specs/idn/v3/paths/campaign-complete.yaml +++ b/static/api-specs/idn/v3/paths/campaign-complete.yaml @@ -34,6 +34,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: getActiveCampaigns description: Campaign ID. example: ef38f94347e94562b5bb8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/campaign-filter.yaml b/static/api-specs/idn/v3/paths/campaign-filter.yaml index 234953fec..81253bd52 100644 --- a/static/api-specs/idn/v3/paths/campaign-filter.yaml +++ b/static/api-specs/idn/v3/paths/campaign-filter.yaml @@ -14,6 +14,7 @@ get: type: string example: e9f9a1397b842fd5a65842087040d3ac required: true + x-sailpoint-resource-operation-id: listCampaignFilters description: The ID of the campaign filter to be retrieved. responses: '200': @@ -50,6 +51,7 @@ post: type: string example: e9f9a1397b842fd5a65842087040d3ac required: true + x-sailpoint-resource-operation-id: listCampaignFilters description: The ID of the campaign filter being modified. requestBody: required: true diff --git a/static/api-specs/idn/v3/paths/campaign-reports.yaml b/static/api-specs/idn/v3/paths/campaign-reports.yaml index b52e6ebc7..2185b88b5 100644 --- a/static/api-specs/idn/v3/paths/campaign-reports.yaml +++ b/static/api-specs/idn/v3/paths/campaign-reports.yaml @@ -18,6 +18,7 @@ get: type: string example: 2c91808571bcfcf80171c23e4b4221fc required: true + x-sailpoint-resource-operation-id: getActiveCampaigns description: ID of the campaign whose reports are being fetched. responses: '200': diff --git a/static/api-specs/idn/v3/paths/campaign-run-remediation-scan.yaml b/static/api-specs/idn/v3/paths/campaign-run-remediation-scan.yaml index 6691e4d8c..92362179a 100644 --- a/static/api-specs/idn/v3/paths/campaign-run-remediation-scan.yaml +++ b/static/api-specs/idn/v3/paths/campaign-run-remediation-scan.yaml @@ -18,6 +18,7 @@ post: type: string example: 2c91808571bcfcf80171c23e4b4221fc required: true + x-sailpoint-resource-operation-id: getActiveCampaigns description: ID of the campaign the remediation scan is being run for. responses: '202': diff --git a/static/api-specs/idn/v3/paths/campaign-run-report.yaml b/static/api-specs/idn/v3/paths/campaign-run-report.yaml index 2a32efccf..23149b462 100644 --- a/static/api-specs/idn/v3/paths/campaign-run-report.yaml +++ b/static/api-specs/idn/v3/paths/campaign-run-report.yaml @@ -18,6 +18,7 @@ post: type: string example: 2c91808571bcfcf80171c23e4b4221fc required: true + x-sailpoint-resource-operation-id: getActiveCampaigns description: ID of the campaign the report is being run for. - in: path name: type diff --git a/static/api-specs/idn/v3/paths/campaign-template-generate.yaml b/static/api-specs/idn/v3/paths/campaign-template-generate.yaml index c131569bc..3b985b5e9 100644 --- a/static/api-specs/idn/v3/paths/campaign-template-generate.yaml +++ b/static/api-specs/idn/v3/paths/campaign-template-generate.yaml @@ -26,6 +26,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: getCampaignTemplates description: ID of the campaign template to use for generation. example: 2c9180835d191a86015d28455b4a2329 responses: diff --git a/static/api-specs/idn/v3/paths/campaign-template-schedule.yaml b/static/api-specs/idn/v3/paths/campaign-template-schedule.yaml index 626aa7bc6..9e1553183 100644 --- a/static/api-specs/idn/v3/paths/campaign-template-schedule.yaml +++ b/static/api-specs/idn/v3/paths/campaign-template-schedule.yaml @@ -16,6 +16,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getCampaignTemplates description: ID of the campaign template whose schedule is being fetched. example: "04bedce387bd47b2ae1f86eb0bb36dee" responses: @@ -57,6 +58,7 @@ put: schema: type: string required: true + x-sailpoint-resource-operation-id: getCampaignTemplates description: ID of the campaign template being scheduled. example: "04bedce387bd47b2ae1f86eb0bb36dee" requestBody: @@ -164,6 +166,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: getCampaignTemplates description: ID of the campaign template whose schedule is being deleted. example: "04bedce387bd47b2ae1f86eb0bb36dee" responses: diff --git a/static/api-specs/idn/v3/paths/campaign-template.yaml b/static/api-specs/idn/v3/paths/campaign-template.yaml index e4ebd2400..a29fd19d3 100644 --- a/static/api-specs/idn/v3/paths/campaign-template.yaml +++ b/static/api-specs/idn/v3/paths/campaign-template.yaml @@ -16,6 +16,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: getCampaignTemplates description: ID of the campaign template being modified. example: 2c9180835d191a86015d28455b4a2329 requestBody: @@ -88,6 +89,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getCampaignTemplates description: Requested campaign template's ID. example: 2c9180835d191a86015d28455b4a2329 responses: @@ -136,6 +138,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: getCampaignTemplates description: ID of the campaign template being deleted. example: 2c9180835d191a86015d28455b4a2329 responses: diff --git a/static/api-specs/idn/v3/paths/campaign.yaml b/static/api-specs/idn/v3/paths/campaign.yaml index 1751ea61d..6a869feae 100644 --- a/static/api-specs/idn/v3/paths/campaign.yaml +++ b/static/api-specs/idn/v3/paths/campaign.yaml @@ -16,6 +16,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getActiveCampaigns description: ID of the campaign to be retrieved. example: 2c91808571bcfcf80171c23e4b4221fc - in: query @@ -77,6 +78,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: getActiveCampaigns description: ID of the campaign template being modified. example: 2c91808571bcfcf80171c23e4b4221fc requestBody: diff --git a/static/api-specs/idn/v3/paths/certification-task.yaml b/static/api-specs/idn/v3/paths/certification-task.yaml index 2f5820468..db1b6473b 100644 --- a/static/api-specs/idn/v3/paths/certification-task.yaml +++ b/static/api-specs/idn/v3/paths/certification-task.yaml @@ -16,6 +16,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getPendingCertificationTasks description: The task ID example: 63b32151-26c0-42f4-9299-8898dc1c9daa responses: diff --git a/static/api-specs/idn/v3/paths/certifications-reassign-async.yaml b/static/api-specs/idn/v3/paths/certifications-reassign-async.yaml index 51e06879e..c6f040805 100644 --- a/static/api-specs/idn/v3/paths/certifications-reassign-async.yaml +++ b/static/api-specs/idn/v3/paths/certifications-reassign-async.yaml @@ -20,6 +20,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentityCertifications description: The identity campaign certification ID example: ef38f94347e94562b5bb8424a56397d8 requestBody: diff --git a/static/api-specs/idn/v3/paths/certifications-reviewers.yaml b/static/api-specs/idn/v3/paths/certifications-reviewers.yaml index 803643bb2..1a68c88f7 100644 --- a/static/api-specs/idn/v3/paths/certifications-reviewers.yaml +++ b/static/api-specs/idn/v3/paths/certifications-reviewers.yaml @@ -16,6 +16,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentityCertifications description: The certification ID example: ef38f94347e94562b5bb8424a56397d8 - $ref: '../parameters/limit.yaml' diff --git a/static/api-specs/idn/v3/paths/connector.yaml b/static/api-specs/idn/v3/paths/connector.yaml index ed4a11f9b..e917a9dd4 100644 --- a/static/api-specs/idn/v3/paths/connector.yaml +++ b/static/api-specs/idn/v3/paths/connector.yaml @@ -10,6 +10,7 @@ get: in: path description: The scriptName value of the connector. ScriptName is the unique id generated at connector creation. required: true + x-sailpoint-resource-operation-id: getConnectorList style: simple explode: false schema: @@ -61,6 +62,7 @@ delete: in: path description: The scriptName value of the connector. ScriptName is the unique id generated at connector creation. required: true + x-sailpoint-resource-operation-id: getConnectorList style: simple explode: false schema: @@ -112,6 +114,7 @@ patch: in: path description: The scriptName value of the connector. ScriptName is the unique id generated at connector creation. required: true + x-sailpoint-resource-operation-id: getConnectorList style: simple explode: false schema: diff --git a/static/api-specs/idn/v3/paths/connectors-correlation-config.yaml b/static/api-specs/idn/v3/paths/connectors-correlation-config.yaml index 2ea5c0c70..64409d183 100644 --- a/static/api-specs/idn/v3/paths/connectors-correlation-config.yaml +++ b/static/api-specs/idn/v3/paths/connectors-correlation-config.yaml @@ -10,6 +10,7 @@ get: in: path description: The scriptName value of the connector. Scriptname is the unique id generated at connector creation. required: true + x-sailpoint-resource-operation-id: getConnectorList style: simple explode: false schema: @@ -52,6 +53,7 @@ put: in: path description: The scriptName value of the connector. Scriptname is the unique id generated at connector creation. required: true + x-sailpoint-resource-operation-id: getConnectorList style: simple explode: false schema: diff --git a/static/api-specs/idn/v3/paths/connectors-source-config.yaml b/static/api-specs/idn/v3/paths/connectors-source-config.yaml index e0e810a6a..6a35a761b 100644 --- a/static/api-specs/idn/v3/paths/connectors-source-config.yaml +++ b/static/api-specs/idn/v3/paths/connectors-source-config.yaml @@ -10,6 +10,7 @@ get: in: path description: The scriptName value of the connector. ScriptName is the unique id generated at connector creation. required: true + x-sailpoint-resource-operation-id: getConnectorList style: simple explode: false schema: @@ -52,6 +53,7 @@ put: in: path description: The scriptName value of the connector. ScriptName is the unique id generated at connector creation. required: true + x-sailpoint-resource-operation-id: getConnectorList style: simple explode: false schema: diff --git a/static/api-specs/idn/v3/paths/connectors-source-template.yaml b/static/api-specs/idn/v3/paths/connectors-source-template.yaml index 9ce6ea65c..9fbdcb88a 100644 --- a/static/api-specs/idn/v3/paths/connectors-source-template.yaml +++ b/static/api-specs/idn/v3/paths/connectors-source-template.yaml @@ -10,6 +10,7 @@ get: in: path description: The scriptName value of the connector. ScriptName is the unique id generated at connector creation. required: true + x-sailpoint-resource-operation-id: getConnectorList style: simple explode: false schema: @@ -52,6 +53,7 @@ put: in: path description: The scriptName value of the connector. ScriptName is the unique id generated at connector creation. required: true + x-sailpoint-resource-operation-id: getConnectorList style: simple explode: false schema: diff --git a/static/api-specs/idn/v3/paths/connectors-translations.yaml b/static/api-specs/idn/v3/paths/connectors-translations.yaml index 883e15262..dce2a4d6b 100644 --- a/static/api-specs/idn/v3/paths/connectors-translations.yaml +++ b/static/api-specs/idn/v3/paths/connectors-translations.yaml @@ -10,6 +10,7 @@ get: in: path description: The scriptName value of the connector. Scriptname is the unique id generated at connector creation. required: true + x-sailpoint-resource-operation-id: getConnectorList style: simple explode: false schema: @@ -61,6 +62,7 @@ put: in: path description: The scriptName value of the connector. Scriptname is the unique id generated at connector creation. required: true + x-sailpoint-resource-operation-id: getConnectorList style: simple explode: false schema: diff --git a/static/api-specs/idn/v3/paths/correlation-config.yaml b/static/api-specs/idn/v3/paths/correlation-config.yaml index 3849d28d1..7857f1db1 100644 --- a/static/api-specs/idn/v3/paths/correlation-config.yaml +++ b/static/api-specs/idn/v3/paths/correlation-config.yaml @@ -16,6 +16,7 @@ get: - in: path name: id required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The source id @@ -58,6 +59,7 @@ put: - in: path name: id required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The source id diff --git a/static/api-specs/idn/v3/paths/forward-access-request-approval.yaml b/static/api-specs/idn/v3/paths/forward-access-request-approval.yaml index 1d2dd630b..49a79dc07 100644 --- a/static/api-specs/idn/v3/paths/forward-access-request-approval.yaml +++ b/static/api-specs/idn/v3/paths/forward-access-request-approval.yaml @@ -12,6 +12,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listPendingApprovals description: Approval ID. example: 2c91808b7294bea301729568c68c002e requestBody: diff --git a/static/api-specs/idn/v3/paths/identity-certification.yaml b/static/api-specs/idn/v3/paths/identity-certification.yaml index 56e8c2d30..67fab6617 100644 --- a/static/api-specs/idn/v3/paths/identity-certification.yaml +++ b/static/api-specs/idn/v3/paths/identity-certification.yaml @@ -17,6 +17,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentityCertifications description: The certification id example: ef38f94347e94562b5bb8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/identity-certifications-access-review-items.yaml b/static/api-specs/idn/v3/paths/identity-certifications-access-review-items.yaml index d38978bd9..a574cd432 100644 --- a/static/api-specs/idn/v3/paths/identity-certifications-access-review-items.yaml +++ b/static/api-specs/idn/v3/paths/identity-certifications-access-review-items.yaml @@ -17,6 +17,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentityCertifications description: The identity campaign certification ID example: ef38f94347e94562b5bb8424a56397d8 - $ref: '../parameters/limit.yaml' diff --git a/static/api-specs/idn/v3/paths/identity-certifications-access-summaries.yaml b/static/api-specs/idn/v3/paths/identity-certifications-access-summaries.yaml index 9bd1e68ba..c07a7e448 100644 --- a/static/api-specs/idn/v3/paths/identity-certifications-access-summaries.yaml +++ b/static/api-specs/idn/v3/paths/identity-certifications-access-summaries.yaml @@ -17,6 +17,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentityCertifications description: The identity campaign certification ID example: ef38f94347e94562b5bb8424a56397d8 - in: path diff --git a/static/api-specs/idn/v3/paths/identity-certifications-decide.yaml b/static/api-specs/idn/v3/paths/identity-certifications-decide.yaml index 9394f3a1e..835902955 100644 --- a/static/api-specs/idn/v3/paths/identity-certifications-decide.yaml +++ b/static/api-specs/idn/v3/paths/identity-certifications-decide.yaml @@ -17,6 +17,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentityCertifications description: The ID of the identity campaign certification on which to make decisions example: ef38f94347e94562b5bb8424a56397d8 requestBody: diff --git a/static/api-specs/idn/v3/paths/identity-certifications-decision-summary.yaml b/static/api-specs/idn/v3/paths/identity-certifications-decision-summary.yaml index d2fe6aa89..9e82be680 100644 --- a/static/api-specs/idn/v3/paths/identity-certifications-decision-summary.yaml +++ b/static/api-specs/idn/v3/paths/identity-certifications-decision-summary.yaml @@ -17,6 +17,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentityCertifications description: The certification ID example: ef38f94347e94562b5bb8424a56397d8 - in: query diff --git a/static/api-specs/idn/v3/paths/identity-certifications-identity-summaries.yaml b/static/api-specs/idn/v3/paths/identity-certifications-identity-summaries.yaml index 127d784fb..40b419058 100644 --- a/static/api-specs/idn/v3/paths/identity-certifications-identity-summaries.yaml +++ b/static/api-specs/idn/v3/paths/identity-certifications-identity-summaries.yaml @@ -17,6 +17,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentityCertifications description: The identity campaign certification ID example: ef38f94347e94562b5bb8424a56397d8 - $ref: '../parameters/limit.yaml' diff --git a/static/api-specs/idn/v3/paths/identity-certifications-identity-summary.yaml b/static/api-specs/idn/v3/paths/identity-certifications-identity-summary.yaml index b22ff5056..47ac3e927 100644 --- a/static/api-specs/idn/v3/paths/identity-certifications-identity-summary.yaml +++ b/static/api-specs/idn/v3/paths/identity-certifications-identity-summary.yaml @@ -16,6 +16,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentityCertifications description: The identity campaign certification ID example: 'ef38f94347e94562b5bb8424a56397d8' - in: path @@ -23,6 +24,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getIdentitySummaries description: The identity summary ID example: '2c91808772a504f50172a9540e501ba8' responses: diff --git a/static/api-specs/idn/v3/paths/identity-certifications-item-permissions.yaml b/static/api-specs/idn/v3/paths/identity-certifications-item-permissions.yaml index a655b7790..525087c99 100644 --- a/static/api-specs/idn/v3/paths/identity-certifications-item-permissions.yaml +++ b/static/api-specs/idn/v3/paths/identity-certifications-item-permissions.yaml @@ -48,6 +48,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentityCertifications description: The certification ID example: ef38f94347e94562b5bb8424a56397d8 - in: path @@ -55,6 +56,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentityAccessReviewItems description: The certification item ID example: 2c91808671bcbab40171bd945d961227 - $ref: '../parameters/limit.yaml' diff --git a/static/api-specs/idn/v3/paths/identity-certifications-reassign.yaml b/static/api-specs/idn/v3/paths/identity-certifications-reassign.yaml index faa30a11b..d8ba58cde 100644 --- a/static/api-specs/idn/v3/paths/identity-certifications-reassign.yaml +++ b/static/api-specs/idn/v3/paths/identity-certifications-reassign.yaml @@ -13,6 +13,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentityCertifications description: The identity campaign certification ID example: 'ef38f94347e94562b5bb8424a56397d8' requestBody: diff --git a/static/api-specs/idn/v3/paths/identity-certifications-sign-off.yaml b/static/api-specs/idn/v3/paths/identity-certifications-sign-off.yaml index a5a2a4317..3fcc95c95 100644 --- a/static/api-specs/idn/v3/paths/identity-certifications-sign-off.yaml +++ b/static/api-specs/idn/v3/paths/identity-certifications-sign-off.yaml @@ -17,6 +17,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listIdentityCertifications description: The identity campaign certification ID example: ef38f94347e94562b5bb8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/identity-profile-default-config.yaml b/static/api-specs/idn/v3/paths/identity-profile-default-config.yaml index 6446f61f9..24b9ae3d2 100644 --- a/static/api-specs/idn/v3/paths/identity-profile-default-config.yaml +++ b/static/api-specs/idn/v3/paths/identity-profile-default-config.yaml @@ -12,6 +12,7 @@ get: type: string format: uuid required: true + x-sailpoint-resource-operation-id: listIdentityProfiles description: The Identity Profile ID. example: 2b838de9-db9b-abcf-e646-d4f274ad4238 responses: diff --git a/static/api-specs/idn/v3/paths/identity-profile-lifecycle-state.yaml b/static/api-specs/idn/v3/paths/identity-profile-lifecycle-state.yaml index f03419332..a09478bae 100644 --- a/static/api-specs/idn/v3/paths/identity-profile-lifecycle-state.yaml +++ b/static/api-specs/idn/v3/paths/identity-profile-lifecycle-state.yaml @@ -14,6 +14,7 @@ get: name: identity-profile-id description: Identity profile ID. required: true + x-sailpoint-resource-operation-id: listIdentityProfiles schema: type: string example: 2b838de9-db9b-abcf-e646-d4f274ad4238 @@ -21,6 +22,7 @@ get: name: lifecycle-state-id description: Lifecycle state ID. required: true + x-sailpoint-resource-operation-id: getLifecycleStates schema: type: string example: ef38f94347e94562b5bb8424a56397d8 @@ -60,6 +62,7 @@ patch: name: identity-profile-id description: Identity profile ID. required: true + x-sailpoint-resource-operation-id: listIdentityProfiles schema: type: string example: 2b838de9-db9b-abcf-e646-d4f274ad4238 @@ -67,6 +70,7 @@ patch: name: lifecycle-state-id description: Lifecycle state ID. required: true + x-sailpoint-resource-operation-id: getLifecycleStates schema: type: string example: ef38f94347e94562b5bb8424a56397d8 @@ -149,6 +153,7 @@ delete: name: identity-profile-id description: Identity profile ID. required: true + x-sailpoint-resource-operation-id: listIdentityProfiles schema: type: string example: 2b838de9-db9b-abcf-e646-d4f274ad4238 @@ -156,6 +161,7 @@ delete: name: lifecycle-state-id description: Lifecycle state ID. required: true + x-sailpoint-resource-operation-id: getLifecycleStates schema: type: string example: ef38f94347e94562b5bb8424a56397d8 diff --git a/static/api-specs/idn/v3/paths/identity-profile-lifecycle-states.yaml b/static/api-specs/idn/v3/paths/identity-profile-lifecycle-states.yaml index f1c3fe2da..d0abdb766 100644 --- a/static/api-specs/idn/v3/paths/identity-profile-lifecycle-states.yaml +++ b/static/api-specs/idn/v3/paths/identity-profile-lifecycle-states.yaml @@ -15,6 +15,7 @@ get: name: identity-profile-id description: Identity profile ID. required: true + x-sailpoint-resource-operation-id: listIdentityProfiles schema: type: string example: 2b838de9-db9b-abcf-e646-d4f274ad4238 @@ -69,6 +70,7 @@ post: name: identity-profile-id description: Identity profile ID. required: true + x-sailpoint-resource-operation-id: listIdentityProfiles schema: type: string example: 2b838de9-db9b-abcf-e646-d4f274ad4238 diff --git a/static/api-specs/idn/v3/paths/identity-profile-process-identities.yaml b/static/api-specs/idn/v3/paths/identity-profile-process-identities.yaml index dd64c00ca..d70e34105 100644 --- a/static/api-specs/idn/v3/paths/identity-profile-process-identities.yaml +++ b/static/api-specs/idn/v3/paths/identity-profile-process-identities.yaml @@ -26,6 +26,7 @@ post: type: string format: uuid required: true + x-sailpoint-resource-operation-id: listIdentityProfiles description: The Identity Profile ID to be processed example: ef38f94347e94562b5bb8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/identity-profile.yaml b/static/api-specs/idn/v3/paths/identity-profile.yaml index 492c34cde..4cc9d3069 100644 --- a/static/api-specs/idn/v3/paths/identity-profile.yaml +++ b/static/api-specs/idn/v3/paths/identity-profile.yaml @@ -12,6 +12,7 @@ get: type: string format: uuid required: true + x-sailpoint-resource-operation-id: listIdentityProfiles description: The Identity Profile ID. example: 2b838de9-db9b-abcf-e646-d4f274ad4238 responses: @@ -58,6 +59,7 @@ delete: type: string format: uuid required: true + x-sailpoint-resource-operation-id: listIdentityProfiles description: The Identity Profile ID. example: ef38f94347e94562b5bb8424a56397d8 responses: @@ -115,6 +117,7 @@ patch: type: string format: uuid required: true + x-sailpoint-resource-operation-id: listIdentityProfiles description: The Identity Profile ID example: ef38f94347e94562b5bb8424a56397d8 requestBody: diff --git a/static/api-specs/idn/v3/paths/identity-set-lifecycle-state.yaml b/static/api-specs/idn/v3/paths/identity-set-lifecycle-state.yaml index e801fb519..d1a6d06f1 100644 --- a/static/api-specs/idn/v3/paths/identity-set-lifecycle-state.yaml +++ b/static/api-specs/idn/v3/paths/identity-set-lifecycle-state.yaml @@ -15,6 +15,7 @@ post: description: >- ID of the identity to update. required: true + x-sailpoint-resource-operation-id: listIdentities example: 2c9180857893f1290178944561990364 schema: type: string diff --git a/static/api-specs/idn/v3/paths/managed-client-status.yaml b/static/api-specs/idn/v3/paths/managed-client-status.yaml index 2e59de5fa..c49fadbee 100644 --- a/static/api-specs/idn/v3/paths/managed-client-status.yaml +++ b/static/api-specs/idn/v3/paths/managed-client-status.yaml @@ -10,6 +10,7 @@ get: in: path description: Managed client ID to get status for. required: true + x-sailpoint-resource-operation-id: getManagedClients schema: type: string example: aClientId diff --git a/static/api-specs/idn/v3/paths/managed-client.yaml b/static/api-specs/idn/v3/paths/managed-client.yaml index 38ab30336..26872437e 100644 --- a/static/api-specs/idn/v3/paths/managed-client.yaml +++ b/static/api-specs/idn/v3/paths/managed-client.yaml @@ -10,6 +10,7 @@ get: in: path description: Managed client ID. required: true + x-sailpoint-resource-operation-id: getManagedClients example: 4440278c-0ce2-41ee-a0a9-f5cfd5e8d3b7 schema: type: string @@ -49,6 +50,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: getManagedClients description: Managed client ID. example: 4440278c-0ce2-41ee-a0a9-f5cfd5e8d3b7 requestBody: @@ -96,6 +98,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: getManagedClients description: Managed client ID. example: 4440278c-0ce2-41ee-a0a9-f5cfd5e8d3b7 responses: diff --git a/static/api-specs/idn/v3/paths/managed-cluster-log-config.yaml b/static/api-specs/idn/v3/paths/managed-cluster-log-config.yaml index 153e4aa63..01f932605 100644 --- a/static/api-specs/idn/v3/paths/managed-cluster-log-config.yaml +++ b/static/api-specs/idn/v3/paths/managed-cluster-log-config.yaml @@ -9,6 +9,7 @@ get: in: path description: ID of managed cluster to get log configuration for. required: true + x-sailpoint-resource-operation-id: getManagedClusters schema: type: string format: uuid @@ -49,6 +50,7 @@ put: in: path description: ID of the managed cluster to update the log configuration for. required: true + x-sailpoint-resource-operation-id: getManagedClusters schema: type: string format: uuid diff --git a/static/api-specs/idn/v3/paths/managed-cluster.yaml b/static/api-specs/idn/v3/paths/managed-cluster.yaml index 2e3b2db08..5203a3886 100644 --- a/static/api-specs/idn/v3/paths/managed-cluster.yaml +++ b/static/api-specs/idn/v3/paths/managed-cluster.yaml @@ -9,6 +9,7 @@ get: in: path description: Managed cluster ID. required: true + x-sailpoint-resource-operation-id: getManagedClusters example: 2c9180897de347a2017de8859e8c5039 style: simple explode: false @@ -50,6 +51,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: getManagedClusters description: Managed cluster ID. example: 2c9180897de347a2017de8859e8c5039 requestBody: @@ -97,6 +99,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: getManagedClusters description: Managed cluster ID. example: 2c9180897de347a2017de8859e8c5039 - in: query diff --git a/static/api-specs/idn/v3/paths/mfa-config-delete.yaml b/static/api-specs/idn/v3/paths/mfa-config-delete.yaml index 389e0dac4..589170e45 100644 --- a/static/api-specs/idn/v3/paths/mfa-config-delete.yaml +++ b/static/api-specs/idn/v3/paths/mfa-config-delete.yaml @@ -15,6 +15,10 @@ delete: schema: type: string example: okta-verify + nullable: false + enum: + - okta-verify + - duo-web required: true description: >- The name of the MFA method. diff --git a/static/api-specs/idn/v3/paths/mfa-config-test.yaml b/static/api-specs/idn/v3/paths/mfa-config-test.yaml index 5e4faac78..ba0b0b832 100644 --- a/static/api-specs/idn/v3/paths/mfa-config-test.yaml +++ b/static/api-specs/idn/v3/paths/mfa-config-test.yaml @@ -16,6 +16,10 @@ get: schema: type: string example: okta-verify + nullable: false + enum: + - okta-verify + - duo-web required: true description: >- The name of the MFA method. diff --git a/static/api-specs/idn/v3/paths/mfa-poll.yaml b/static/api-specs/idn/v3/paths/mfa-poll.yaml index 0a15fd764..5f981d8ac 100644 --- a/static/api-specs/idn/v3/paths/mfa-poll.yaml +++ b/static/api-specs/idn/v3/paths/mfa-poll.yaml @@ -15,6 +15,13 @@ post: schema: type: string example: okta-verify + nullable: false + enum: + - okta-verify + - duo-web + - kba + - token + - rsa required: true description: >- The name of the MFA method. diff --git a/static/api-specs/idn/v3/paths/non-employee-approval-summary.yaml b/static/api-specs/idn/v3/paths/non-employee-approval-summary.yaml index a07f737c6..df80ec312 100644 --- a/static/api-specs/idn/v3/paths/non-employee-approval-summary.yaml +++ b/static/api-specs/idn/v3/paths/non-employee-approval-summary.yaml @@ -23,6 +23,7 @@ get: The identity (UUID) of the approver for whom for whom the summary is being retrieved. Use "me" instead to indicate the current user. required: true + x-sailpoint-resource-operation-id: listIdentities example: 2c91808280430dfb0180431a59440460 responses: "200": diff --git a/static/api-specs/idn/v3/paths/non-employee-approve-get.yaml b/static/api-specs/idn/v3/paths/non-employee-approve-get.yaml index b3552f933..dec891b91 100644 --- a/static/api-specs/idn/v3/paths/non-employee-approve-get.yaml +++ b/static/api-specs/idn/v3/paths/non-employee-approve-get.yaml @@ -17,6 +17,7 @@ get: description: >- Non-Employee approval item id (UUID) required: true + x-sailpoint-resource-operation-id: listNonEmployeeApprovals schema: type: string example: e136567de87e4d029e60b3c3c55db56d diff --git a/static/api-specs/idn/v3/paths/non-employee-approve-request.yaml b/static/api-specs/idn/v3/paths/non-employee-approve-request.yaml index b357f77d2..ee8cfba2c 100644 --- a/static/api-specs/idn/v3/paths/non-employee-approve-request.yaml +++ b/static/api-specs/idn/v3/paths/non-employee-approve-request.yaml @@ -14,6 +14,7 @@ post: description: >- Non-Employee approval item id (UUID) required: true + x-sailpoint-resource-operation-id: listNonEmployeeApprovals schema: type: string example: e136567de87e4d029e60b3c3c55db56d diff --git a/static/api-specs/idn/v3/paths/non-employee-record.yaml b/static/api-specs/idn/v3/paths/non-employee-record.yaml index 14d583ca8..1d9af79e9 100644 --- a/static/api-specs/idn/v3/paths/non-employee-record.yaml +++ b/static/api-specs/idn/v3/paths/non-employee-record.yaml @@ -15,6 +15,7 @@ get: description: >- Non-Employee record id (UUID) required: true + x-sailpoint-resource-operation-id: listNonEmployeeRecords example: ef38f94347e94562b5bb8424a56397d8 schema: type: string @@ -56,6 +57,7 @@ put: Non-employee record id (UUID) example: ef38f94347e94562b5bb8424a56397d8 required: true + x-sailpoint-resource-operation-id: listNonEmployeeRecords schema: type: string requestBody: @@ -108,6 +110,7 @@ patch: Non-employee record id (UUID) example: ef38f94347e94562b5bb8424a56397d8 required: true + x-sailpoint-resource-operation-id: listNonEmployeeRecords schema: type: string requestBody: @@ -164,6 +167,7 @@ delete: Non-Employee record id (UUID) example: ef38f94347e94562b5bb8424a56397d8 required: true + x-sailpoint-resource-operation-id: listNonEmployeeRecords schema: type: string responses: diff --git a/static/api-specs/idn/v3/paths/non-employee-reject-request.yaml b/static/api-specs/idn/v3/paths/non-employee-reject-request.yaml index 29b88dfdf..5bef384ee 100644 --- a/static/api-specs/idn/v3/paths/non-employee-reject-request.yaml +++ b/static/api-specs/idn/v3/paths/non-employee-reject-request.yaml @@ -14,6 +14,7 @@ post: description: >- Non-Employee approval item id (UUID) required: true + x-sailpoint-resource-operation-id: listNonEmployeeApprovals schema: type: string example: e136567de87e4d029e60b3c3c55db56d diff --git a/static/api-specs/idn/v3/paths/non-employee-request-summary-get.yaml b/static/api-specs/idn/v3/paths/non-employee-request-summary-get.yaml index 29c31fc08..5369d5280 100644 --- a/static/api-specs/idn/v3/paths/non-employee-request-summary-get.yaml +++ b/static/api-specs/idn/v3/paths/non-employee-request-summary-get.yaml @@ -22,6 +22,7 @@ get: summary is being retrieved. Use "me" instead to indicate the current user. required: true + x-sailpoint-resource-operation-id: listNonEmployeeRecords schema: type: string format: uuid (if user is Org Admin) diff --git a/static/api-specs/idn/v3/paths/non-employee-request.yaml b/static/api-specs/idn/v3/paths/non-employee-request.yaml index 84e24c958..7a435f696 100644 --- a/static/api-specs/idn/v3/paths/non-employee-request.yaml +++ b/static/api-specs/idn/v3/paths/non-employee-request.yaml @@ -19,6 +19,7 @@ get: Non-Employee request id (UUID) example: "ac110005-7156-1150-8171-5b292e3e0084" required: true + x-sailpoint-resource-operation-id: listNonEmployeeRequests schema: type: string responses: @@ -57,6 +58,7 @@ delete: description: >- Non-Employee request id in the UUID format required: true + x-sailpoint-resource-operation-id: listNonEmployeeRequests schema: type: string format: uuid diff --git a/static/api-specs/idn/v3/paths/non-employee-source-aggregate.yaml b/static/api-specs/idn/v3/paths/non-employee-source-aggregate.yaml index 8a47beabf..7721d1df9 100644 --- a/static/api-specs/idn/v3/paths/non-employee-source-aggregate.yaml +++ b/static/api-specs/idn/v3/paths/non-employee-source-aggregate.yaml @@ -16,6 +16,7 @@ post: description: >- Non-Employee sourceId required: true + x-sailpoint-resource-operation-id: listNonEmployeeSources schema: type: string example: e136567de87e4d029e60b3c3c55db56d diff --git a/static/api-specs/idn/v3/paths/non-employee-source.yaml b/static/api-specs/idn/v3/paths/non-employee-source.yaml index b07f679af..41df68880 100644 --- a/static/api-specs/idn/v3/paths/non-employee-source.yaml +++ b/static/api-specs/idn/v3/paths/non-employee-source.yaml @@ -19,6 +19,7 @@ get: Source Id example: 2c91808b7c28b350017c2a2ec5790aa1 required: true + x-sailpoint-resource-operation-id: listNonEmployeeSources schema: type: string responses: @@ -55,6 +56,7 @@ patch: description: >- Source Id required: true + x-sailpoint-resource-operation-id: listNonEmployeeSources schema: type: string example: e136567de87e4d029e60b3c3c55db56d @@ -113,6 +115,7 @@ delete: description: >- Source Id required: true + x-sailpoint-resource-operation-id: listNonEmployeeSources schema: type: string example: e136567de87e4d029e60b3c3c55db56d diff --git a/static/api-specs/idn/v3/paths/non-employee-sources-bulk-upload-details.yaml b/static/api-specs/idn/v3/paths/non-employee-sources-bulk-upload-details.yaml index 6efa9fef6..711fa3521 100644 --- a/static/api-specs/idn/v3/paths/non-employee-sources-bulk-upload-details.yaml +++ b/static/api-specs/idn/v3/paths/non-employee-sources-bulk-upload-details.yaml @@ -17,6 +17,7 @@ get: description: >- Source ID (UUID) required: true + x-sailpoint-resource-operation-id: listNonEmployeeSources schema: type: string example: e136567de87e4d029e60b3c3c55db56d diff --git a/static/api-specs/idn/v3/paths/non-employee-sources-bulk-upload-non-employees.yaml b/static/api-specs/idn/v3/paths/non-employee-sources-bulk-upload-non-employees.yaml index 71253327d..1a9f52c68 100644 --- a/static/api-specs/idn/v3/paths/non-employee-sources-bulk-upload-non-employees.yaml +++ b/static/api-specs/idn/v3/paths/non-employee-sources-bulk-upload-non-employees.yaml @@ -14,6 +14,7 @@ post: description: >- Source Id (UUID) required: true + x-sailpoint-resource-operation-id: listNonEmployeeSources schema: type: string example: e136567de87e4d029e60b3c3c55db56d diff --git a/static/api-specs/idn/v3/paths/non-employee-sources-bulk-upload-status.yaml b/static/api-specs/idn/v3/paths/non-employee-sources-bulk-upload-status.yaml index 296d3a7cd..f8e9427b5 100644 --- a/static/api-specs/idn/v3/paths/non-employee-sources-bulk-upload-status.yaml +++ b/static/api-specs/idn/v3/paths/non-employee-sources-bulk-upload-status.yaml @@ -14,6 +14,7 @@ get: description: >- Source ID (UUID) required: true + x-sailpoint-resource-operation-id: listNonEmployeeSources schema: type: string example: e136567de87e4d029e60b3c3c55db56d diff --git a/static/api-specs/idn/v3/paths/non-employee-sources-export-non-employees.yaml b/static/api-specs/idn/v3/paths/non-employee-sources-export-non-employees.yaml index ba22dbda4..8abe7abf0 100644 --- a/static/api-specs/idn/v3/paths/non-employee-sources-export-non-employees.yaml +++ b/static/api-specs/idn/v3/paths/non-employee-sources-export-non-employees.yaml @@ -14,6 +14,7 @@ get: description: >- Source Id (UUID) required: true + x-sailpoint-resource-operation-id: listNonEmployeeSources schema: type: string example: e136567de87e4d029e60b3c3c55db56d diff --git a/static/api-specs/idn/v3/paths/non-employee-sources-export-schema-attributes-template.yaml b/static/api-specs/idn/v3/paths/non-employee-sources-export-schema-attributes-template.yaml index dead2f94a..14887462b 100644 --- a/static/api-specs/idn/v3/paths/non-employee-sources-export-schema-attributes-template.yaml +++ b/static/api-specs/idn/v3/paths/non-employee-sources-export-schema-attributes-template.yaml @@ -14,6 +14,7 @@ get: description: >- Source Id (UUID) required: true + x-sailpoint-resource-operation-id: listNonEmployeeSources example: ef38f94347e94562b5bb8424a56397d8 schema: type: string diff --git a/static/api-specs/idn/v3/paths/non-employee-sources-schema-attribute.yaml b/static/api-specs/idn/v3/paths/non-employee-sources-schema-attribute.yaml index 571795b74..e9ef91e0e 100644 --- a/static/api-specs/idn/v3/paths/non-employee-sources-schema-attribute.yaml +++ b/static/api-specs/idn/v3/paths/non-employee-sources-schema-attribute.yaml @@ -15,6 +15,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getNonEmployeeSourceSchemaAttributes example: ef38f94347e94562b5bb8424a56397d8 description: The Schema Attribute Id (UUID) - in: path @@ -22,6 +23,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listNonEmployeeSources example: ef38f94347e94562b5bb8424a56397d8 description: The Source id responses: @@ -57,6 +59,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: getNonEmployeeSourceSchemaAttributes description: The Schema Attribute Id (UUID) example: ef38f94347e94562b5bb8424a56397d8 - in: path @@ -64,6 +67,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: listNonEmployeeSources description: The Source id example: ef38f94347e94562b5bb8424a56397d8 requestBody: @@ -118,6 +122,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: getNonEmployeeSourceSchemaAttributes description: The Schema Attribute Id (UUID) example: ef38f94347e94562b5bb8424a56397d8 - in: path @@ -125,6 +130,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: listNonEmployeeSources description: The Source id example: ef38f94347e94562b5bb8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/non-employee-sources-schema-attributes.yaml b/static/api-specs/idn/v3/paths/non-employee-sources-schema-attributes.yaml index ce9d0fa5a..31e589f3a 100644 --- a/static/api-specs/idn/v3/paths/non-employee-sources-schema-attributes.yaml +++ b/static/api-specs/idn/v3/paths/non-employee-sources-schema-attributes.yaml @@ -17,6 +17,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listNonEmployeeSources example: ef38f94347e94562b5bb8424a56397d8 description: The Source id responses: @@ -61,6 +62,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listNonEmployeeSources description: The Source id example: ef38f94347e94562b5bb8424a56397d8 requestBody: @@ -103,6 +105,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: listNonEmployeeSources description: The Source id example: ef38f94347e94562b5bb8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/oauth-client.yaml b/static/api-specs/idn/v3/paths/oauth-client.yaml index bda19e4e6..2a7e282b4 100644 --- a/static/api-specs/idn/v3/paths/oauth-client.yaml +++ b/static/api-specs/idn/v3/paths/oauth-client.yaml @@ -14,6 +14,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listOauthClients description: The OAuth client id example: ef38f94347e94562b5bb8424a56397d8 responses: @@ -50,6 +51,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: listOauthClients description: The OAuth client id example: ef38f94347e94562b5bb8424a56397d8 responses: @@ -83,6 +85,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: listOauthClients description: The OAuth client id example: ef38f94347e94562b5bb8424a56397d8 requestBody: diff --git a/static/api-specs/idn/v3/paths/password-change-status.yaml b/static/api-specs/idn/v3/paths/password-change-status.yaml index 06e1fcd1f..163bc2d51 100644 --- a/static/api-specs/idn/v3/paths/password-change-status.yaml +++ b/static/api-specs/idn/v3/paths/password-change-status.yaml @@ -16,6 +16,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: setPassword example: 089899f13a8f4da7824996191587bab9 description: >- Password change request ID diff --git a/static/api-specs/idn/v3/paths/password-policy.yaml b/static/api-specs/idn/v3/paths/password-policy.yaml index 988f7464d..b112440cb 100644 --- a/static/api-specs/idn/v3/paths/password-policy.yaml +++ b/static/api-specs/idn/v3/paths/password-policy.yaml @@ -15,6 +15,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listPasswordPolicies description: The ID of password policy to retrieve. example: ff808081838d9e9d01838da6a03e0005 responses: @@ -85,6 +86,7 @@ put: schema: type: string required: true + x-sailpoint-resource-operation-id: listPasswordPolicies description: The ID of password policy to update. example: ff808081838d9e9d01838da6a03e0007 requestBody: @@ -193,6 +195,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: listPasswordPolicies description: The ID of password policy to delete. example: ff808081838d9e9d01838da6a03e0002 responses: diff --git a/static/api-specs/idn/v3/paths/password-sync-group.yaml b/static/api-specs/idn/v3/paths/password-sync-group.yaml index b0758b192..675c89322 100644 --- a/static/api-specs/idn/v3/paths/password-sync-group.yaml +++ b/static/api-specs/idn/v3/paths/password-sync-group.yaml @@ -15,6 +15,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getPasswordSyncGroups description: The ID of password sync group to retrieve. example: 6881f631-3bd5-4213-9c75-8e05cc3e35dd responses: @@ -60,6 +61,7 @@ put: schema: type: string required: true + x-sailpoint-resource-operation-id: getPasswordSyncGroups description: The ID of password sync group to update. example: 6881f631-3bd5-4213-9c75-8e05cc3e35dd requestBody: @@ -118,6 +120,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: getPasswordSyncGroups description: The ID of password sync group to delete. example: 6881f631-3bd5-4213-9c75-8e05cc3e35dd responses: diff --git a/static/api-specs/idn/v3/paths/personal-access-token.yaml b/static/api-specs/idn/v3/paths/personal-access-token.yaml index 571241505..6121c6296 100644 --- a/static/api-specs/idn/v3/paths/personal-access-token.yaml +++ b/static/api-specs/idn/v3/paths/personal-access-token.yaml @@ -15,6 +15,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: listPersonalAccessTokens description: The Personal Access Token id example: ef38f94347e94562b5bb8424a56397d8 requestBody: @@ -74,6 +75,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: listPersonalAccessTokens description: The personal access token id example: ef38f94347e94562b5bb8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/provisioning-policies-bulk-update.yaml b/static/api-specs/idn/v3/paths/provisioning-policies-bulk-update.yaml index c1dae3fac..f9a150c2b 100644 --- a/static/api-specs/idn/v3/paths/provisioning-policies-bulk-update.yaml +++ b/static/api-specs/idn/v3/paths/provisioning-policies-bulk-update.yaml @@ -14,6 +14,7 @@ post: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source id. diff --git a/static/api-specs/idn/v3/paths/provisioning-policies.yaml b/static/api-specs/idn/v3/paths/provisioning-policies.yaml index b7fedad7b..827fd9782 100644 --- a/static/api-specs/idn/v3/paths/provisioning-policies.yaml +++ b/static/api-specs/idn/v3/paths/provisioning-policies.yaml @@ -14,6 +14,7 @@ get: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source id @@ -59,6 +60,7 @@ post: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source id diff --git a/static/api-specs/idn/v3/paths/provisioning-policy.yaml b/static/api-specs/idn/v3/paths/provisioning-policy.yaml index 7e0deb348..c7adb775b 100644 --- a/static/api-specs/idn/v3/paths/provisioning-policy.yaml +++ b/static/api-specs/idn/v3/paths/provisioning-policy.yaml @@ -16,6 +16,7 @@ get: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source ID. @@ -85,6 +86,7 @@ put: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source ID. @@ -160,6 +162,7 @@ patch: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source id. @@ -254,6 +257,7 @@ delete: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source ID. diff --git a/static/api-specs/idn/v3/paths/reject-access-request-approval.yaml b/static/api-specs/idn/v3/paths/reject-access-request-approval.yaml index aa6f585b1..931183149 100644 --- a/static/api-specs/idn/v3/paths/reject-access-request-approval.yaml +++ b/static/api-specs/idn/v3/paths/reject-access-request-approval.yaml @@ -11,6 +11,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listPendingApprovals description: Approval ID. example: 2c91808b7294bea301729568c68c002e requestBody: diff --git a/static/api-specs/idn/v3/paths/reports-cancel.yaml b/static/api-specs/idn/v3/paths/reports-cancel.yaml index 3fee0e9b4..606a130ac 100644 --- a/static/api-specs/idn/v3/paths/reports-cancel.yaml +++ b/static/api-specs/idn/v3/paths/reports-cancel.yaml @@ -12,6 +12,7 @@ post: in: path description: ID of the running Report to cancel required: true + x-sailpoint-resource-operation-id: startReport style: simple explode: false schema: diff --git a/static/api-specs/idn/v3/paths/reports-get-file.yaml b/static/api-specs/idn/v3/paths/reports-get-file.yaml index 96dd6a7c5..6f5d8c02f 100644 --- a/static/api-specs/idn/v3/paths/reports-get-file.yaml +++ b/static/api-specs/idn/v3/paths/reports-get-file.yaml @@ -13,6 +13,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: startReport description: Unique identifier of the task result which handled report example: ef38f94347e94562b5bb8424a56397d8 - in: query diff --git a/static/api-specs/idn/v3/paths/reports-result.yaml b/static/api-specs/idn/v3/paths/reports-result.yaml index 61c11ea6d..cce9377b9 100644 --- a/static/api-specs/idn/v3/paths/reports-result.yaml +++ b/static/api-specs/idn/v3/paths/reports-result.yaml @@ -14,6 +14,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: startReport description: Unique identifier of the task result which handled report example: ef38f94347e94562b5bb8424a56397d8 - in: query diff --git a/static/api-specs/idn/v3/paths/role-assigned-identities.yaml b/static/api-specs/idn/v3/paths/role-assigned-identities.yaml index 6626f448d..3381762b1 100644 --- a/static/api-specs/idn/v3/paths/role-assigned-identities.yaml +++ b/static/api-specs/idn/v3/paths/role-assigned-identities.yaml @@ -12,6 +12,7 @@ get: ID of the Role for which the assigned Identities are to be listed example: 2c91808a7813090a017814121e121518 required: true + x-sailpoint-resource-operation-id: listRoles - $ref: '../../v3/parameters/limit.yaml' - $ref: '../../v3/parameters/offset.yaml' - $ref: '../../v3/parameters/count.yaml' diff --git a/static/api-specs/idn/v3/paths/role.yaml b/static/api-specs/idn/v3/paths/role.yaml index 8f0656fad..cc70f27a9 100644 --- a/static/api-specs/idn/v3/paths/role.yaml +++ b/static/api-specs/idn/v3/paths/role.yaml @@ -12,6 +12,7 @@ get: - in: path name: id required: true + x-sailpoint-resource-operation-id: listRoles schema: type: string description: >- @@ -89,6 +90,7 @@ patch: in: path description: ID of the Role to patch required: true + x-sailpoint-resource-operation-id: listRoles schema: type: string example: 2c91808a7813090a017814121e121518 @@ -284,6 +286,7 @@ delete: - in: path name: id required: true + x-sailpoint-resource-operation-id: listRoles schema: type: string description: >- diff --git a/static/api-specs/idn/v3/paths/schema.yaml b/static/api-specs/idn/v3/paths/schema.yaml index 225f6d293..31664635d 100644 --- a/static/api-specs/idn/v3/paths/schema.yaml +++ b/static/api-specs/idn/v3/paths/schema.yaml @@ -10,6 +10,7 @@ get: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source id. @@ -19,6 +20,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getSourceSchemas description: The Schema id. example: 2c9180835d191a86015d28455b4a2329 responses: @@ -60,6 +62,7 @@ put: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source id. @@ -69,6 +72,7 @@ put: schema: type: string required: true + x-sailpoint-resource-operation-id: getSourceSchemas description: The Schema id. example: 2c9180835d191a86015d28455b4a2329 requestBody: @@ -135,6 +139,7 @@ patch: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source id. @@ -144,6 +149,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: getSourceSchemas description: The Schema id. example: 2c9180835d191a86015d28455b4a2329 requestBody: @@ -201,6 +207,7 @@ delete: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source id. @@ -210,6 +217,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: getSourceSchemas description: The Schema id. example: 2c9180835d191a86015d28455b4a2329 responses: diff --git a/static/api-specs/idn/v3/paths/schemas.yaml b/static/api-specs/idn/v3/paths/schemas.yaml index 0d5967061..468ca9524 100644 --- a/static/api-specs/idn/v3/paths/schemas.yaml +++ b/static/api-specs/idn/v3/paths/schemas.yaml @@ -15,6 +15,7 @@ get: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: Source ID. @@ -79,6 +80,7 @@ post: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: Source ID. diff --git a/static/api-specs/idn/v3/paths/searchAttributeConfig-get-patch-delete.yaml b/static/api-specs/idn/v3/paths/searchAttributeConfig-get-patch-delete.yaml index 643376028..1b2374483 100644 --- a/static/api-specs/idn/v3/paths/searchAttributeConfig-get-patch-delete.yaml +++ b/static/api-specs/idn/v3/paths/searchAttributeConfig-get-patch-delete.yaml @@ -14,6 +14,7 @@ get: in: path description: Name of the extended search attribute configuration to retrieve. required: true + x-sailpoint-resource-operation-id: getSearchAttributeConfig schema: type: string example: "newMailAttribute" @@ -57,6 +58,7 @@ delete: in: path description: Name of the extended search attribute configuration to delete. required: true + x-sailpoint-resource-operation-id: getSearchAttributeConfig schema: type: string example: "newMailAttribute" @@ -98,6 +100,7 @@ patch: in: path description: Name of the search attribute configuration to patch. required: true + x-sailpoint-resource-operation-id: getSearchAttributeConfig schema: type: string example: promotedMailAttribute diff --git a/static/api-specs/idn/v3/paths/segment.yaml b/static/api-specs/idn/v3/paths/segment.yaml index 5555aa277..47e1b1d99 100644 --- a/static/api-specs/idn/v3/paths/segment.yaml +++ b/static/api-specs/idn/v3/paths/segment.yaml @@ -16,6 +16,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listSegments description: The segment ID to retrieve. example: ef38f94347e94562b5bb8424a56397d8 responses: @@ -57,6 +58,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: listSegments description: The segment ID to delete. example: ef38f94347e94562b5bb8424a56397d8 responses: @@ -94,6 +96,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: listSegments description: The segment ID to modify. example: ef38f94347e94562b5bb8424a56397d8 requestBody: diff --git a/static/api-specs/idn/v3/paths/service-desk-integration-template.yaml b/static/api-specs/idn/v3/paths/service-desk-integration-template.yaml index 4af539133..d53039784 100644 --- a/static/api-specs/idn/v3/paths/service-desk-integration-template.yaml +++ b/static/api-specs/idn/v3/paths/service-desk-integration-template.yaml @@ -9,6 +9,7 @@ get: in: path description: The scriptName value of the Service Desk integration template to get required: true + x-sailpoint-resource-operation-id: getServiceDeskIntegrations style: simple explode: false schema: diff --git a/static/api-specs/idn/v3/paths/service-desk-integration.yaml b/static/api-specs/idn/v3/paths/service-desk-integration.yaml index 8fc2e9327..b443fdb00 100644 --- a/static/api-specs/idn/v3/paths/service-desk-integration.yaml +++ b/static/api-specs/idn/v3/paths/service-desk-integration.yaml @@ -9,6 +9,7 @@ get: in: path description: ID of the Service Desk integration to get required: true + x-sailpoint-resource-operation-id: getServiceDeskIntegrations style: simple explode: false schema: @@ -49,6 +50,7 @@ put: in: path description: ID of the Service Desk integration to update required: true + x-sailpoint-resource-operation-id: getServiceDeskIntegrations style: simple explode: false schema: @@ -96,6 +98,7 @@ delete: in: path description: ID of Service Desk integration to delete required: true + x-sailpoint-resource-operation-id: getServiceDeskIntegrations style: simple explode: false schema: @@ -132,6 +135,7 @@ patch: in: path description: ID of the Service Desk integration to update required: true + x-sailpoint-resource-operation-id: getServiceDeskIntegrations style: simple explode: false schema: diff --git a/static/api-specs/idn/v3/paths/sod-download-custom-report.yaml b/static/api-specs/idn/v3/paths/sod-download-custom-report.yaml index 93c21b752..e3b0401d6 100644 --- a/static/api-specs/idn/v3/paths/sod-download-custom-report.yaml +++ b/static/api-specs/idn/v3/paths/sod-download-custom-report.yaml @@ -13,6 +13,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: startSodPolicy description: The ID of the report reference to download. example: ef38f94347e94562b5bb8424a56397d8 - in: path diff --git a/static/api-specs/idn/v3/paths/sod-download-default-report.yaml b/static/api-specs/idn/v3/paths/sod-download-default-report.yaml index 4ec28190a..c7b7a7eab 100644 --- a/static/api-specs/idn/v3/paths/sod-download-default-report.yaml +++ b/static/api-specs/idn/v3/paths/sod-download-default-report.yaml @@ -13,6 +13,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: startSodPolicy description: The ID of the report reference to download. example: ef38f94347e94562b5bb8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/sod-policy-evaluate.yaml b/static/api-specs/idn/v3/paths/sod-policy-evaluate.yaml index 04a5482b8..8122baff7 100644 --- a/static/api-specs/idn/v3/paths/sod-policy-evaluate.yaml +++ b/static/api-specs/idn/v3/paths/sod-policy-evaluate.yaml @@ -14,6 +14,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listSodPolicies description: The SOD policy ID to run. example: ef38f943-47e9-4562-b5bb-8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/sod-policy.yaml b/static/api-specs/idn/v3/paths/sod-policy.yaml index 130274577..91c4d4ecd 100644 --- a/static/api-specs/idn/v3/paths/sod-policy.yaml +++ b/static/api-specs/idn/v3/paths/sod-policy.yaml @@ -15,6 +15,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listSodPolicies description: The ID of the SOD Policy to retrieve. example: ef38f943-47e9-4562-b5bb-8424a56397d8 responses: @@ -142,6 +143,7 @@ put: schema: type: string required: true + x-sailpoint-resource-operation-id: listSodPolicies description: The ID of the SOD policy to update. example: ef38f943-47e9-4562-b5bb-8424a56397d8 requestBody: @@ -354,6 +356,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: listSodPolicies description: The ID of the SOD Policy to delete. example: ef38f943-47e9-4562-b5bb-8424a56397d8 - in: query @@ -402,6 +405,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: listSodPolicies description: The ID of the SOD policy being modified. example: 2c918083-5d19-1a86-015d-28455b4a2329 requestBody: diff --git a/static/api-specs/idn/v3/paths/sod-report-run.yaml b/static/api-specs/idn/v3/paths/sod-report-run.yaml index 1636038d2..b3f126f3b 100644 --- a/static/api-specs/idn/v3/paths/sod-report-run.yaml +++ b/static/api-specs/idn/v3/paths/sod-report-run.yaml @@ -14,6 +14,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listSodPolicies description: The SOD policy ID to run. example: ef38f943-47e9-4562-b5bb-8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/sod-schedule.yaml b/static/api-specs/idn/v3/paths/sod-schedule.yaml index e09139c6e..8bb190f7f 100644 --- a/static/api-specs/idn/v3/paths/sod-schedule.yaml +++ b/static/api-specs/idn/v3/paths/sod-schedule.yaml @@ -13,6 +13,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listSodPolicies description: The ID of the SOD policy schedule to retrieve. example: ef38f943-47e9-4562-b5bb-8424a56397d8 responses: @@ -47,6 +48,7 @@ put: schema: type: string required: true + x-sailpoint-resource-operation-id: listSodPolicies description: The ID of the SOD policy to update its schedule. example: ef38f943-47e9-4562-b5bb-8424a56397d8 requestBody: @@ -87,6 +89,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: listSodPolicies description: The ID of the SOD policy the schedule must be deleted for. example: ef38f943-47e9-4562-b5bb-8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/sod-violation-report-status.yaml b/static/api-specs/idn/v3/paths/sod-violation-report-status.yaml index 86480f0db..83578b0b8 100644 --- a/static/api-specs/idn/v3/paths/sod-violation-report-status.yaml +++ b/static/api-specs/idn/v3/paths/sod-violation-report-status.yaml @@ -13,6 +13,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: getSodAllReportRunStatus description: The ID of the report reference to retrieve. example: 2e8d8180-24bc-4d21-91c6-7affdb473b0d responses: diff --git a/static/api-specs/idn/v3/paths/sod-violation-report.yaml b/static/api-specs/idn/v3/paths/sod-violation-report.yaml index 63f87a969..06c7223d5 100644 --- a/static/api-specs/idn/v3/paths/sod-violation-report.yaml +++ b/static/api-specs/idn/v3/paths/sod-violation-report.yaml @@ -13,6 +13,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: startSodPolicy description: The ID of the violation report to retrieve status for. example: ef38f943-47e9-4562-b5bb-8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/source-accounts-schema.yaml b/static/api-specs/idn/v3/paths/source-accounts-schema.yaml index 63a298950..cc295962e 100644 --- a/static/api-specs/idn/v3/paths/source-accounts-schema.yaml +++ b/static/api-specs/idn/v3/paths/source-accounts-schema.yaml @@ -11,6 +11,7 @@ get: - in: path name: id required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source id @@ -55,6 +56,7 @@ post: - in: path name: id required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source id diff --git a/static/api-specs/idn/v3/paths/source-connections.yaml b/static/api-specs/idn/v3/paths/source-connections.yaml index 73e82de96..f1f0f3d73 100644 --- a/static/api-specs/idn/v3/paths/source-connections.yaml +++ b/static/api-specs/idn/v3/paths/source-connections.yaml @@ -17,6 +17,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: Source ID. example: 2c9180835d191a86015d28455b4a2329 responses: diff --git a/static/api-specs/idn/v3/paths/source-entitlements-schema.yaml b/static/api-specs/idn/v3/paths/source-entitlements-schema.yaml index 4c684c7f2..8c3d42730 100644 --- a/static/api-specs/idn/v3/paths/source-entitlements-schema.yaml +++ b/static/api-specs/idn/v3/paths/source-entitlements-schema.yaml @@ -12,6 +12,7 @@ get: - in: path name: id required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source id @@ -62,6 +63,7 @@ post: - in: path name: id required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source id diff --git a/static/api-specs/idn/v3/paths/source-health.yaml b/static/api-specs/idn/v3/paths/source-health.yaml index 4ede73308..29c102c27 100644 --- a/static/api-specs/idn/v3/paths/source-health.yaml +++ b/static/api-specs/idn/v3/paths/source-health.yaml @@ -12,6 +12,7 @@ get: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source id. diff --git a/static/api-specs/idn/v3/paths/source-upload-connector-file.yaml b/static/api-specs/idn/v3/paths/source-upload-connector-file.yaml index c0e06dd13..7e557beb7 100644 --- a/static/api-specs/idn/v3/paths/source-upload-connector-file.yaml +++ b/static/api-specs/idn/v3/paths/source-upload-connector-file.yaml @@ -11,6 +11,7 @@ post: - in: path name: sourceId required: true + x-sailpoint-resource-operation-id: listSources schema: type: string description: The Source id. diff --git a/static/api-specs/idn/v3/paths/source-usage-status.yaml b/static/api-specs/idn/v3/paths/source-usage-status.yaml index 72732f2df..e13d7c253 100644 --- a/static/api-specs/idn/v3/paths/source-usage-status.yaml +++ b/static/api-specs/idn/v3/paths/source-usage-status.yaml @@ -10,6 +10,7 @@ get: in: path description: ID of IDN source required: true + x-sailpoint-resource-operation-id: listSources schema: type: string example: '2c9180835d191a86015d28455b4a2329' diff --git a/static/api-specs/idn/v3/paths/source-usages.yaml b/static/api-specs/idn/v3/paths/source-usages.yaml index e42587a0d..edb2c596f 100644 --- a/static/api-specs/idn/v3/paths/source-usages.yaml +++ b/static/api-specs/idn/v3/paths/source-usages.yaml @@ -10,6 +10,7 @@ get: in: path description: ID of IDN source required: true + x-sailpoint-resource-operation-id: listSources schema: type: string example: '2c9180835d191a86015d28455b4a2329' diff --git a/static/api-specs/idn/v3/paths/source.yaml b/static/api-specs/idn/v3/paths/source.yaml index 415bf7197..b433d0076 100644 --- a/static/api-specs/idn/v3/paths/source.yaml +++ b/static/api-specs/idn/v3/paths/source.yaml @@ -17,6 +17,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: Source ID. example: 2c9180835d191a86015d28455b4a2329 responses: @@ -68,6 +69,7 @@ put: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: Source ID. example: 2c9180835d191a86015d28455b4a2329 requestBody: @@ -130,6 +132,7 @@ patch: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: Source ID. example: 2c9180835d191a86015d28455b4a2329 requestBody: @@ -275,6 +278,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: listSources description: Source ID. example: 2c9180835d191a86015d28455b4a2329 responses: diff --git a/static/api-specs/idn/v3/paths/tagged-object.yaml b/static/api-specs/idn/v3/paths/tagged-object.yaml index 608fea61b..b8d557952 100644 --- a/static/api-specs/idn/v3/paths/tagged-object.yaml +++ b/static/api-specs/idn/v3/paths/tagged-object.yaml @@ -29,6 +29,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listTaggedObjects description: The ID of the object reference to retrieve. example: ef38f94347e94562b5bb8424a56397d8 responses: @@ -79,6 +80,7 @@ put: schema: type: string required: true + x-sailpoint-resource-operation-id: listTaggedObjects description: The ID of the object reference to update. example: ef38f94347e94562b5bb8424a56397d8 requestBody: @@ -135,6 +137,7 @@ delete: schema: type: string required: true + x-sailpoint-resource-operation-id: listTaggedObjects description: The ID of the object to delete tags from. example: ef38f94347e94562b5bb8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/transform.yaml b/static/api-specs/idn/v3/paths/transform.yaml index edcf998ba..a4df98351 100644 --- a/static/api-specs/idn/v3/paths/transform.yaml +++ b/static/api-specs/idn/v3/paths/transform.yaml @@ -10,6 +10,7 @@ get: in: path description: ID of the transform to retrieve required: true + x-sailpoint-resource-operation-id: listTransforms style: simple explode: false example: 2cd78adghjkja34jh2b1hkjhasuecd @@ -51,6 +52,7 @@ put: in: path description: ID of the transform to update required: true + x-sailpoint-resource-operation-id: listTransforms style: simple explode: false schema: @@ -110,6 +112,7 @@ delete: in: path description: ID of the transform to delete required: true + x-sailpoint-resource-operation-id: listTransforms style: simple explode: false schema: diff --git a/static/api-specs/idn/v3/paths/work-item-forward.yaml b/static/api-specs/idn/v3/paths/work-item-forward.yaml index 4bed9b723..078ce3842 100644 --- a/static/api-specs/idn/v3/paths/work-item-forward.yaml +++ b/static/api-specs/idn/v3/paths/work-item-forward.yaml @@ -14,6 +14,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listWorkItems description: The ID of the work item example: ef38f94347e94562b5bb8424a56397d8 requestBody: diff --git a/static/api-specs/idn/v3/paths/work-item.yaml b/static/api-specs/idn/v3/paths/work-item.yaml index 356d077cc..0766daa0e 100644 --- a/static/api-specs/idn/v3/paths/work-item.yaml +++ b/static/api-specs/idn/v3/paths/work-item.yaml @@ -11,6 +11,7 @@ get: schema: type: string required: true + x-sailpoint-resource-operation-id: listWorkItems description: ID of the work item. example: 2c9180835d191a86015d28455b4a2329 responses: @@ -43,6 +44,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listWorkItems description: The ID of the work item example: ef38f94347e94562b5bb8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/work-items-account-selection.yaml b/static/api-specs/idn/v3/paths/work-items-account-selection.yaml index b557c5570..c13a6284a 100644 --- a/static/api-specs/idn/v3/paths/work-items-account-selection.yaml +++ b/static/api-specs/idn/v3/paths/work-items-account-selection.yaml @@ -11,6 +11,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listWorkItems description: The ID of the work item example: ef38f94347e94562b5bb8424a56397d8 requestBody: diff --git a/static/api-specs/idn/v3/paths/work-items-approve-approval-item.yaml b/static/api-specs/idn/v3/paths/work-items-approve-approval-item.yaml index c59a6e5bd..443ad777e 100644 --- a/static/api-specs/idn/v3/paths/work-items-approve-approval-item.yaml +++ b/static/api-specs/idn/v3/paths/work-items-approve-approval-item.yaml @@ -11,6 +11,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listWorkItems description: The ID of the work item example: ef38f94347e94562b5bb8424a56397d8 - in: path diff --git a/static/api-specs/idn/v3/paths/work-items-bulk-approve-approval-item.yaml b/static/api-specs/idn/v3/paths/work-items-bulk-approve-approval-item.yaml index 42373d8b2..5cd74a496 100644 --- a/static/api-specs/idn/v3/paths/work-items-bulk-approve-approval-item.yaml +++ b/static/api-specs/idn/v3/paths/work-items-bulk-approve-approval-item.yaml @@ -11,6 +11,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listWorkItems description: The ID of the work item example: ef38f94347e94562b5bb8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/work-items-bulk-reject-approval-item.yaml b/static/api-specs/idn/v3/paths/work-items-bulk-reject-approval-item.yaml index a5cff5317..4212c5b84 100644 --- a/static/api-specs/idn/v3/paths/work-items-bulk-reject-approval-item.yaml +++ b/static/api-specs/idn/v3/paths/work-items-bulk-reject-approval-item.yaml @@ -11,6 +11,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listWorkItems description: The ID of the work item example: ef38f94347e94562b5bb8424a56397d8 responses: diff --git a/static/api-specs/idn/v3/paths/work-items-reject-approval-item.yaml b/static/api-specs/idn/v3/paths/work-items-reject-approval-item.yaml index 308cb3926..b37f36bb0 100644 --- a/static/api-specs/idn/v3/paths/work-items-reject-approval-item.yaml +++ b/static/api-specs/idn/v3/paths/work-items-reject-approval-item.yaml @@ -11,6 +11,7 @@ post: schema: type: string required: true + x-sailpoint-resource-operation-id: listWorkItems description: The ID of the work item example: ef38f94347e94562b5bb8424a56397d8 - in: path