Skip to content

Commit

Permalink
Automated commit by github action: 13166969705
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-relations-sp committed Feb 5, 2025
1 parent 49212df commit ca0588a
Show file tree
Hide file tree
Showing 21 changed files with 81 additions and 45 deletions.
4 changes: 2 additions & 2 deletions static/api-specs/idn/beta/paths/correlation-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ get:
given ID.
parameters:
- in: path
name: id
name: sourceId
required: true
schema:
type: string
Expand Down Expand Up @@ -57,7 +57,7 @@ put:
configuration provided in the request body.
parameters:
- in: path
name: id
name: sourceId
required: true
schema:
type: string
Expand Down
2 changes: 1 addition & 1 deletion static/api-specs/idn/beta/paths/load-accounts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ post:
- userAuth: [idn:sources:manage]
parameters:
- in: path
name: id
name: sourceId
schema:
type: string
required: true
Expand Down
2 changes: 1 addition & 1 deletion static/api-specs/idn/beta/paths/load-entitlements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ post:
A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
parameters:
- in: path
name: id
name: sourceId
schema:
type: string
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ post:
- userAuth: [ idn:sources:manage ]
parameters:
- in: path
name: id
name: sourceId
schema:
type: string
required: true
Expand Down
4 changes: 2 additions & 2 deletions static/api-specs/idn/beta/paths/mail-from-attribute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ get:
description: >-
Retrieve MAIL FROM attributes for a given AWS SES identity.
parameters:
- in: query
name: id
- name: identityId
in: path
required: true
schema:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ get:
A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
operationId: getAcctAggregationGroups
parameters:
- name: multiHostId
- name: multihostId
in: path
description: ID of the Multi-Host Integration to update
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ get:
A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
operationId: getSourcesWithinMultiHost
parameters:
- name: multihostId
in: path
description: ID of the Multi-Host Integration to update
required: true
x-sailpoint-resource-operation-id: getMultiHostIntegrations
style: simple
explode: false
schema:
type: string
example: aMultiHostId
- $ref: '../../v3/parameters/offset.yaml'
- $ref: '../../v3/parameters/limit.yaml'
- name: sorters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ get:
A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
operationId: testSourceConnectionMultihost
parameters:
- name: multihost_id
- name: multihostId
in: path
description: ID of the Multi-Host Integration
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ post:
A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
operationId: testConnectionMultiHostSources
parameters:
- name: multihost_id
- name: multihostId
in: path
description: ID of the Multi-Host Integration
required: true
Expand Down
8 changes: 4 additions & 4 deletions static/api-specs/idn/beta/paths/multi-host-integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ post:
A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
operationId: createSourcesWithinMultiHost
parameters:
- name: id
- name: multihostId
in: path
description: ID of the Multi-Host Integration.
required: true
Expand Down Expand Up @@ -57,7 +57,7 @@ get:
A token with Org Admin or Multi-Host Integration Admin authority is required to access this endpoint.
operationId: getMultiHostIntegrations
parameters:
- name: id
- name: multihostId
in: path
description: ID of the Multi-Host Integration.
required: true
Expand Down Expand Up @@ -100,7 +100,7 @@ delete:
A token with Org Admin or Multi Host Admin authority is required to access this endpoint.
operationId: deleteMultiHost
parameters:
- name: id
- name: multihostId
in: path
description: ID of Multi-Host Integration to delete.
required: true
Expand Down Expand Up @@ -139,7 +139,7 @@ patch:
A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.
parameters:
- name: multihost_id
- name: multihostId
in: path
description: ID of the Multi-Host Integration to update.
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ get:
A token with ORG_ADMIN authority is required to call this API.
parameters:
- in: path
name: id
name: sourceId
required: true
x-sailpoint-resource-operation-id: listSources
schema:
Expand Down Expand Up @@ -53,7 +53,7 @@ put:
A token with ORG_ADMIN authority is required to call this API.
parameters:
- in: path
name: id
name: sourceId
required: true
x-sailpoint-resource-operation-id: listSources
schema:
Expand Down Expand Up @@ -99,7 +99,7 @@ delete:
- userAuth: [idn:sources:update]
parameters:
- in: path
name: id
name: sourceId
required: true
x-sailpoint-resource-operation-id: listSources
schema:
Expand Down
9 changes: 9 additions & 0 deletions static/api-specs/idn/beta/paths/notification-preferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ get:
Returns a list of notification preferences for tenant.
security:
- userAuth: [ idn:notification-preferences:read ]
parameters:
- in: path
name: key
required: true
x-sailpoint-resource-operation-id: listNotificationPreferences
example: cloud_manual_work_item_summary
schema:
type: string
description: The notification key.
responses:
'200':
description: Return preference for the given notification key.
Expand Down
3 changes: 1 addition & 2 deletions static/api-specs/idn/beta/paths/remove-accounts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ post:
* Removing accounts that no longer exist on the source.
* Removing accounts that won't be aggregated following updates to the source configuration.
* Forcing accounts to be re-created following the next aggregation to re-run account processing, support testing, etc.
parameters:
- in: path
name: id
name: sourceId
schema:
type: string
required: true
Expand Down
2 changes: 1 addition & 1 deletion static/api-specs/idn/beta/paths/reset-entitlements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ post:
To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation.
To do so, use [Import Accounts](https://developer.sailpoint.com/docs/api/beta/import-accounts/) with `disableOptimization` = `true`.
parameters:
- name: id
- name: sourceId
in: path
description: ID of source for the entitlement reset
required: true
Expand Down
4 changes: 2 additions & 2 deletions static/api-specs/idn/beta/paths/source-accounts-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ get:
operationId: getSourceAccountsSchema
parameters:
- in: path
name: id
name: sourceId
required: true
x-sailpoint-resource-operation-id: listSources
schema:
Expand Down Expand Up @@ -41,7 +41,7 @@ post:
operationId: importSourceAccountsSchema
parameters:
- in: path
name: id
name: sourceId
required: true
x-sailpoint-resource-operation-id: listSources
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ get:
operationId: getSourceEntitlementsSchema
parameters:
- in: path
name: id
name: sourceId
required: true
x-sailpoint-resource-operation-id: listSources
schema:
Expand Down Expand Up @@ -49,7 +49,7 @@ post:
operationId: importSourceEntitlementsSchema
parameters:
- in: path
name: id
name: sourceId
required: true
x-sailpoint-resource-operation-id: listSources
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ post:
A token with ORG_ADMIN or SOURCE_ADMIN authority is required to call this API.
parameters:
- in: path
name: id
name: sourceId
schema:
type: string
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ get:
A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
parameters:
- in: path
name: sourceId
required: true
x-sailpoint-resource-operation-id: listSources
schema:
type: string
description: The Source id
example: '8c190e6787aa4ed9a90bd9d5344523fb'
responses:
'200':
description: Source Entitlement Request Configuration Details.
Expand Down Expand Up @@ -110,6 +119,15 @@ put:
A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
parameters:
- in: path
name: sourceId
required: true
x-sailpoint-resource-operation-id: listSources
schema:
type: string
description: The Source id
example: '8c190e6787aa4ed9a90bd9d5344523fb'
requestBody:
required: true
content:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ allOf:
- type: object
description: Multi-Host Integration's aggregation schedule specification.
required:
- multihost_id
- multihostId
- aggregation_grp_id
- aggregation_grp_name
- aggregation_cron_schedule
- enableSchedule
- source_id_list
properties:
multihost_id:
multihostId:
description: Multi-Host Integration ID. The ID must be unique
type: string
example: 004091cb79b04636b88662afa50a4456
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type: object
properties:
multihost_id:
multihostId:
type: string
readOnly: true
description: Multi-Host Integration ID.
Expand Down
34 changes: 17 additions & 17 deletions static/api-specs/idn/sailpoint-api.beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ paths:
$ref: './beta/paths/ears-entitlement-bulk-update.yaml'
/entitlements/{id}/entitlement-request-config:
$ref: "./beta/paths/entitlement-request-config.yaml"
/entitlements/reset/sources/{id}:
/entitlements/reset/sources/{sourceId}:
$ref: './beta/paths/reset-entitlements.yaml'
/entitlements/{id}/access-model-metadata/{attributeKey}/values/{attributeValue}:
$ref: './beta/paths/entitlement-access-model-metadata.yaml'
Expand Down Expand Up @@ -1361,7 +1361,7 @@ paths:
$ref: './beta/paths/historical-identity-start-date.yaml'
/historical-identities/{id}/compare:
$ref: './beta/paths/historical-identity-compare.yaml'
/historical-identities/{id}/compare/{access-type}:
/historical-identities/{id}/compare/{accessType}:
$ref: './beta/paths/historical-identity-compare-type.yaml'
/identities/{identityId}/synchronize-attributes:
$ref: './beta/paths/identity-synchronize-attributes.yaml'
Expand All @@ -1377,7 +1377,7 @@ paths:
$ref: './beta/paths/identity-send-account-verification.yaml'
/identities/process:
$ref: './beta/paths/identities-process.yaml'
/identities/{id}/reset:
/identities/{identityId}/reset:
$ref: './beta/paths/identity-reset.yaml'
/identities/{identityId}/role-assignments:
$ref: './beta/paths/identities-role-assignments.yaml'
Expand Down Expand Up @@ -1411,13 +1411,13 @@ paths:
$ref: './beta/paths/multi-host-integration.yaml'
/multihosts/types:
$ref: './beta/paths/multi-host-integration-types.yaml'
/multihosts/{id}:
/multihosts/{multihostId}:
$ref: './beta/paths/multi-host-integrations.yaml'
/multihosts/{multihost_id}/sources/testConnection:
/multihosts/{multihostId}/sources/testConnection:
$ref: './beta/paths/multi-host-integration-test-connection.yaml'
/multihosts/{multihost_id}/sources/{sourceId}/testConnection:
/multihosts/{multihostId}/sources/{sourceId}/testConnection:
$ref: './beta/paths/multi-host-integration-test-connection-source.yaml'
/multihosts/{id}/sources:
/multihosts/{multihostId}/sources:
$ref: './beta/paths/multi-host-integration-list-sources.yaml'
/multihosts/{multiHostId}/sources/errors:
$ref: './beta/paths/multi-host-integration-sources-creation-error.yaml'
Expand Down Expand Up @@ -1473,7 +1473,7 @@ paths:
$ref: './beta/paths/managed-clusters.yaml'
/mail-from-attributes:
$ref: './beta/paths/mail-from-attributes.yaml'
/mail-from-attributes/{identity}:
/mail-from-attributes/{identityId}:
$ref: './beta/paths/mail-from-attribute.yaml'
/generic-approvals:
$ref: './beta/paths/approvals.yaml'
Expand Down Expand Up @@ -1715,29 +1715,29 @@ paths:
$ref: './v3/paths/provisioning-policy.yaml'
/sources/{sourceId}/provisioning-policies/bulk-update:
$ref: './v3/paths/provisioning-policies-bulk-update.yaml'
/sources/{id}/remove-accounts:
/sources/{sourceId}/remove-accounts:
$ref: './beta/paths/remove-accounts.yaml'
/sources/{sourceId}/schemas:
$ref: './beta/paths/schemas.yaml'
/sources/{sourceId}/schemas/{schemaId}:
$ref: './beta/paths/schema.yaml'
/sources/{id}/schemas/accounts:
/sources/{sourceId}/schemas/accounts:
$ref: './beta/paths/source-accounts-schema.yaml'
/sources/{id}/schemas/entitlements:
/sources/{sourceId}/schemas/entitlements:
$ref: './beta/paths/source-entitlements-schema.yaml'
/sources/{sourceId}/upload-connector-file:
$ref: './beta/paths/source-upload-connector-file.yaml'
/sources/{id}/synchronize-attributes:
/sources/{sourceId}/synchronize-attributes:
$ref: './beta/paths/source-synchronize-attributes.yaml'
/sources/{id}/entitlement-request-config:
/sources/{sourceId}/entitlement-request-config:
$ref: './beta/paths/sources-entitlement-request-config.yaml'
/sources/{id}/load-accounts:
/sources/{sourceId}/load-accounts:
$ref: './beta/paths/load-accounts.yaml'
/sources/{id}/load-entitlements:
/sources/{sourceId}/load-entitlements:
$ref: './beta/paths/load-entitlements.yaml'
/sources/{id}/load-uncorrelated-accounts:
/sources/{sourceId}/load-uncorrelated-accounts:
$ref: './beta/paths/load-uncorrelated-accounts.yaml'
/sources/{id}/correlation-config:
/sources/{sourceId}/correlation-config:
$ref: './beta/paths/correlation-config.yaml'
/source-apps/{id}:
$ref: './beta/paths/ears-source-app.yaml'
Expand Down

0 comments on commit ca0588a

Please sign in to comment.