mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 12:27:48 +00:00
Apply automatic changes
This commit is contained in:
committed by
github-actions[bot]
parent
9670e1f4ee
commit
44780f0d8e
@@ -18691,7 +18691,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"example": "identityId eq \"2c9180858082150f0180893dbaf44201\"",
|
||||
"description": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in*\n\n**identityId**: *eq*\n\n**name**: *eq, in*\n\n**nativeIdentity**: *eq, in*\n\n**sourceId**: *eq, in*\n\n**uncorrelated**: *eq*"
|
||||
"description": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
@@ -18702,7 +18702,7 @@
|
||||
"format": "comma-separated"
|
||||
},
|
||||
"example": "id,name",
|
||||
"description": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified**"
|
||||
"description": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, identity.id, nativeIdentity, uuid, manuallyCorrelated, identity.name**"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
@@ -19269,7 +19269,7 @@
|
||||
"Accounts"
|
||||
],
|
||||
"summary": "Create Account",
|
||||
"description": "This API submits an account creation task and returns the task ID. \nThe `sourceId` where this account will be created must be included in the `attributes` object.\n>**Note: This API only supports account creation for file based sources.**\nA token with ORG_ADMIN authority is required to call this API.",
|
||||
"description": "This API submits an account creation task and returns the task ID. \nThe `sourceId` where this account will be created must be included in the `attributes` object.\nThis endpoint creates an account on the source record in your ISC tenant. This is useful for Flat File (`DelimitedFile`) type sources because it allows you to aggregate new accounts without needing to import a new CSV file every time. \nHowever, if you use this endpoint to create an account for a Direct Connection type source, you must ensure that the account also exists on the target source. The endpoint doesn't actually provision the account on the target source, which means that if the account doesn't also exist on the target source, an aggregation between the source and your tenant will remove it from your tenant. \nA token with ORG_ADMIN authority is required to call this API.",
|
||||
"security": [
|
||||
{
|
||||
"UserContextAuth": [
|
||||
|
||||
@@ -15012,15 +15012,15 @@ paths:
|
||||
|
||||
Filtering is supported for the following fields and operators:
|
||||
|
||||
**id**: *eq, in*
|
||||
**id**: *eq, in, sw*
|
||||
|
||||
**identityId**: *eq*
|
||||
**identityId**: *eq, in, sw*
|
||||
|
||||
**name**: *eq, in*
|
||||
**name**: *eq, in, sw*
|
||||
|
||||
**nativeIdentity**: *eq, in*
|
||||
**nativeIdentity**: *eq, in, sw*
|
||||
|
||||
**sourceId**: *eq, in*
|
||||
**sourceId**: *eq, in, sw*
|
||||
|
||||
**uncorrelated**: *eq*
|
||||
- in: query
|
||||
@@ -15033,7 +15033,7 @@ paths:
|
||||
description: |-
|
||||
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
|
||||
|
||||
Sorting is supported for the following fields: **id, name, created, modified**
|
||||
Sorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, identity.id, nativeIdentity, uuid, manuallyCorrelated, identity.name**
|
||||
responses:
|
||||
'200':
|
||||
description: List of account objects
|
||||
@@ -15458,7 +15458,8 @@ paths:
|
||||
description: |-
|
||||
This API submits an account creation task and returns the task ID.
|
||||
The `sourceId` where this account will be created must be included in the `attributes` object.
|
||||
>**Note: This API only supports account creation for file based sources.**
|
||||
This endpoint creates an account on the source record in your ISC tenant. This is useful for Flat File (`DelimitedFile`) type sources because it allows you to aggregate new accounts without needing to import a new CSV file every time.
|
||||
However, if you use this endpoint to create an account for a Direct Connection type source, you must ensure that the account also exists on the target source. The endpoint doesn't actually provision the account on the target source, which means that if the account doesn't also exist on the target source, an aggregation between the source and your tenant will remove it from your tenant.
|
||||
A token with ORG_ADMIN authority is required to call this API.
|
||||
security:
|
||||
- UserContextAuth:
|
||||
|
||||
@@ -13219,7 +13219,7 @@
|
||||
"Accounts"
|
||||
],
|
||||
"summary": "Create Account",
|
||||
"description": "This API submits an account creation task and returns the task ID. \nThe `sourceId` where this account will be created must be included in the `attributes` object.\n>**Note: This API only supports account creation for file based sources.**\nA token with ORG_ADMIN authority is required to call this API.",
|
||||
"description": "This API submits an account creation task and returns the task ID. \nYou must include the `sourceId` where the account will be created in the `attributes` object.\nThis endpoint creates an account on the source record in your ISC tenant. This is useful for Flat File (`DelimitedFile`) type sources because it allows you to aggregate new accounts without needing to import a new CSV file every time. \nHowever, if you use this endpoint to create an account for a Direct Connection type source, you must ensure that the account also exists on the target source. The endpoint doesn't actually provision the account on the target source, which means that if the account doesn't also exist on the target source, an aggregation between the source and your tenant will remove it from your tenant. \nA token with ORG_ADMIN authority is required to call this API.",
|
||||
"security": [
|
||||
{
|
||||
"UserContextAuth": [
|
||||
|
||||
@@ -10926,8 +10926,9 @@ paths:
|
||||
summary: Create Account
|
||||
description: |-
|
||||
This API submits an account creation task and returns the task ID.
|
||||
The `sourceId` where this account will be created must be included in the `attributes` object.
|
||||
>**Note: This API only supports account creation for file based sources.**
|
||||
You must include the `sourceId` where the account will be created in the `attributes` object.
|
||||
This endpoint creates an account on the source record in your ISC tenant. This is useful for Flat File (`DelimitedFile`) type sources because it allows you to aggregate new accounts without needing to import a new CSV file every time.
|
||||
However, if you use this endpoint to create an account for a Direct Connection type source, you must ensure that the account also exists on the target source. The endpoint doesn't actually provision the account on the target source, which means that if the account doesn't also exist on the target source, an aggregation between the source and your tenant will remove it from your tenant.
|
||||
A token with ORG_ADMIN authority is required to call this API.
|
||||
security:
|
||||
- UserContextAuth:
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user