mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Merge branch 'main' into devrel-1887
This commit is contained in:
2
.github/workflows/infra-deploy.yml
vendored
2
.github/workflows/infra-deploy.yml
vendored
@@ -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
|
||||
|
||||
@@ -72,3 +72,4 @@ return returnMap;
|
||||
]]></Source>
|
||||
</Rule>
|
||||
```
|
||||
**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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -14,6 +14,7 @@ get:
|
||||
name: accessRequestId
|
||||
description: Access Request ID.
|
||||
required: true
|
||||
x-sailpoint-resource-operation-id: listPendingApprovals
|
||||
schema:
|
||||
type: string
|
||||
example: 2c91808568c529c60168cca6f90c1313
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -16,6 +16,7 @@ get:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
x-sailpoint-resource-operation-id: listEntitlements
|
||||
description: Entitlement Id
|
||||
example: 2c91808874ff91550175097daaec161c
|
||||
- in: query
|
||||
|
||||
@@ -17,6 +17,7 @@ get:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
x-sailpoint-resource-operation-id: listEntitlements
|
||||
description: Entitlement Id
|
||||
example: 2c91808c74ff913f0175097daa9d59cd
|
||||
- in: query
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -17,6 +17,7 @@ get:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
x-sailpoint-resource-operation-id: listHistoricalIdentities
|
||||
description: The identity id
|
||||
example: 8c190e6787aa4ed9a90bd9d5344523fb
|
||||
- in: query
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -12,6 +12,7 @@ get:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
x-sailpoint-resource-operation-id: listHistoricalIdentities
|
||||
description: The identity id
|
||||
example: 8c190e6787aa4ed9a90bd9d5344523fb
|
||||
- in: query
|
||||
|
||||
@@ -11,6 +11,7 @@ get:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
x-sailpoint-resource-operation-id: listHistoricalIdentities
|
||||
description: The identity id
|
||||
example: 8c190e6787aa4ed9a90bd9d5344523fb
|
||||
- in: query
|
||||
|
||||
@@ -12,6 +12,7 @@ get:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
x-sailpoint-resource-operation-id: listHistoricalIdentities
|
||||
description: The identity id
|
||||
example: 8c190e6787aa4ed9a90bd9d5344523fb
|
||||
- in: path
|
||||
|
||||
@@ -11,6 +11,7 @@ get:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
x-sailpoint-resource-operation-id: listHistoricalIdentities
|
||||
description: The identity id
|
||||
example: 8c190e6787aa4ed9a90bd9d5344523fb
|
||||
- in: path
|
||||
|
||||
@@ -11,6 +11,7 @@ get:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
x-sailpoint-resource-operation-id: listHistoricalIdentities
|
||||
description: The identity id
|
||||
example: 8c190e6787aa4ed9a90bd9d5344523fb
|
||||
- in: query
|
||||
|
||||
@@ -11,6 +11,7 @@ get:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
x-sailpoint-resource-operation-id: listHistoricalIdentities
|
||||
description: The identity id
|
||||
example: 8c190e6787aa4ed9a90bd9d5344523fb
|
||||
- in: query
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -23,6 +23,7 @@ post:
|
||||
type: string
|
||||
format: uuid
|
||||
required: true
|
||||
x-sailpoint-resource-operation-id: listIdentities
|
||||
description: Identity ID
|
||||
example: ef38f94347e94562b5bb8424a56397d8
|
||||
requestBody:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -16,6 +16,7 @@ get:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
x-sailpoint-resource-operation-id: getIdentityOutliers
|
||||
description: The outlier id
|
||||
example: 2c918085842e69ae018432d22ccb212f
|
||||
- in: path
|
||||
|
||||
@@ -24,6 +24,7 @@ get:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
x-sailpoint-resource-operation-id: getIdentityOutliers
|
||||
description: The outlier id
|
||||
- in: query
|
||||
name: sorters
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -19,6 +19,7 @@ get:
|
||||
- in: path
|
||||
name: identityId
|
||||
required: true
|
||||
x-sailpoint-resource-operation-id: listIdentities
|
||||
schema:
|
||||
type: string
|
||||
description: unique identity id
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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: >-
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user