mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
Apply automatic changes
This commit is contained in:
committed by
github-actions[bot]
parent
2e12377390
commit
3b62db16c9
@@ -6101,7 +6101,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"Access Profiles"
|
"Access Profiles"
|
||||||
],
|
],
|
||||||
"description": "This API initiates a bulk deletion of one or more Access Profiles.\n\nBy default, if any of the indicated Access Profiles are in use, no deletions will be performed and the **inUse** field of the response indicates the usages that must be removed first. If the request field **bestEffortOnly** is **true**, however, usages are reported in the **inUse** response field but all other indicated Access Profiles will be deleted.\n\nA token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API. In addition, a SOURCE_SUBADMIN may only use this API to delete Access Profiles which are associated with Sources they are able to administer.",
|
"description": "This endpoint initiates a bulk deletion of one or more access profiles.\nWhen the request is successful, the endpoint returns the bulk delete's task result ID. To follow the task, you can use [Get Task Status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status), which will return the task result's status and information. \nThis endpoint can only bulk delete up to a limit of 50 access profiles per request. \nBy default, if any of the indicated access profiles are in use, no deletions will be performed and the **inUse** field of the response indicates the usages that must be removed first. If the request field **bestEffortOnly** is **true**, however, usages are reported in the **inUse** response field but all other indicated access profiles will be deleted.\nA token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this endpoint. In addition, a SOURCE_SUBADMIN can only use this endpoint to delete access profiles associated with sources they're able to administer.",
|
||||||
"requestBody": {
|
"requestBody": {
|
||||||
"required": true,
|
"required": true,
|
||||||
"content": {
|
"content": {
|
||||||
@@ -163098,12 +163098,12 @@
|
|||||||
},
|
},
|
||||||
"/roles/bulk-delete": {
|
"/roles/bulk-delete": {
|
||||||
"post": {
|
"post": {
|
||||||
"operationId": "bulkDeleteRoles",
|
"operationId": "deleteBulkRoles",
|
||||||
"summary": "Delete Role(s)",
|
"summary": "Delete Role(s)",
|
||||||
"tags": [
|
"tags": [
|
||||||
"Roles"
|
"Roles"
|
||||||
],
|
],
|
||||||
"description": "This API initiates a bulk deletion of one or more Roles.\n\nA token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all Roles included in the request are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member.",
|
"description": "This endpoint initiates a bulk deletion of one or more roles.\nWhen the request is successful, the endpoint returns the bulk delete's task result ID. To follow the task, you can use [Get Task Status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status), which will return the task result's status and information. \nThis endpoint can only bulk delete up to a limit of 50 roles per request. \nA token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this endpoint. In addition, a token with ROLE_SUBADMIN authority can only call this endpoint if all roles included in the request are associated with sources with management workgroups the ROLE_SUBADMIN is a member of.",
|
||||||
"requestBody": {
|
"requestBody": {
|
||||||
"required": true,
|
"required": true,
|
||||||
"content": {
|
"content": {
|
||||||
@@ -232183,7 +232183,7 @@
|
|||||||
"post": {
|
"post": {
|
||||||
"operationId": "createSodPolicy",
|
"operationId": "createSodPolicy",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Create SOD policy",
|
"summary": "Create SOD policy",
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
@@ -233282,7 +233282,7 @@
|
|||||||
"get": {
|
"get": {
|
||||||
"operationId": "listSodPolicies",
|
"operationId": "listSodPolicies",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "List SOD policies",
|
"summary": "List SOD policies",
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
@@ -234054,7 +234054,7 @@
|
|||||||
"get": {
|
"get": {
|
||||||
"operationId": "getSodPolicy",
|
"operationId": "getSodPolicy",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Get SOD policy by ID",
|
"summary": "Get SOD policy by ID",
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
@@ -234887,7 +234887,7 @@
|
|||||||
"put": {
|
"put": {
|
||||||
"operationId": "putSodPolicy",
|
"operationId": "putSodPolicy",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Update SOD policy by ID",
|
"summary": "Update SOD policy by ID",
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
@@ -236106,7 +236106,7 @@
|
|||||||
"delete": {
|
"delete": {
|
||||||
"operationId": "deleteSodPolicy",
|
"operationId": "deleteSodPolicy",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Delete SOD policy by ID",
|
"summary": "Delete SOD policy by ID",
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
@@ -236566,7 +236566,7 @@
|
|||||||
"patch": {
|
"patch": {
|
||||||
"operationId": "patchSodPolicy",
|
"operationId": "patchSodPolicy",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Patch a SOD policy",
|
"summary": "Patch a SOD policy",
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
@@ -237449,7 +237449,7 @@
|
|||||||
"get": {
|
"get": {
|
||||||
"operationId": "getSodPolicySchedule",
|
"operationId": "getSodPolicySchedule",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Get SOD policy schedule",
|
"summary": "Get SOD policy schedule",
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
@@ -238062,7 +238062,7 @@
|
|||||||
"put": {
|
"put": {
|
||||||
"operationId": "putPolicySchedule",
|
"operationId": "putPolicySchedule",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Update SOD Policy schedule",
|
"summary": "Update SOD Policy schedule",
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
@@ -238942,7 +238942,7 @@
|
|||||||
"delete": {
|
"delete": {
|
||||||
"operationId": "deleteSodPolicySchedule",
|
"operationId": "deleteSodPolicySchedule",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Delete SOD policy schedule",
|
"summary": "Delete SOD policy schedule",
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
@@ -239393,7 +239393,7 @@
|
|||||||
"post": {
|
"post": {
|
||||||
"operationId": "startSodPolicy",
|
"operationId": "startSodPolicy",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Runs SOD policy violation report",
|
"summary": "Runs SOD policy violation report",
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
@@ -239900,7 +239900,7 @@
|
|||||||
"get": {
|
"get": {
|
||||||
"operationId": "getSodViolationReportStatus",
|
"operationId": "getSodViolationReportStatus",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Get SOD violation report status",
|
"summary": "Get SOD violation report status",
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
|
|||||||
@@ -5505,11 +5505,11 @@ paths:
|
|||||||
tags:
|
tags:
|
||||||
- Access Profiles
|
- Access Profiles
|
||||||
description: |-
|
description: |-
|
||||||
This API initiates a bulk deletion of one or more Access Profiles.
|
This endpoint initiates a bulk deletion of one or more access profiles.
|
||||||
|
When the request is successful, the endpoint returns the bulk delete's task result ID. To follow the task, you can use [Get Task Status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status), which will return the task result's status and information.
|
||||||
By default, if any of the indicated Access Profiles are in use, no deletions will be performed and the **inUse** field of the response indicates the usages that must be removed first. If the request field **bestEffortOnly** is **true**, however, usages are reported in the **inUse** response field but all other indicated Access Profiles will be deleted.
|
This endpoint can only bulk delete up to a limit of 50 access profiles per request.
|
||||||
|
By default, if any of the indicated access profiles are in use, no deletions will be performed and the **inUse** field of the response indicates the usages that must be removed first. If the request field **bestEffortOnly** is **true**, however, usages are reported in the **inUse** response field but all other indicated access profiles will be deleted.
|
||||||
A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API. In addition, a SOURCE_SUBADMIN may only use this API to delete Access Profiles which are associated with Sources they are able to administer.
|
A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this endpoint. In addition, a SOURCE_SUBADMIN can only use this endpoint to delete access profiles associated with sources they're able to administer.
|
||||||
requestBody:
|
requestBody:
|
||||||
required: true
|
required: true
|
||||||
content:
|
content:
|
||||||
@@ -121853,14 +121853,15 @@ paths:
|
|||||||
- 'idn:role-checked:manage'
|
- 'idn:role-checked:manage'
|
||||||
/roles/bulk-delete:
|
/roles/bulk-delete:
|
||||||
post:
|
post:
|
||||||
operationId: bulkDeleteRoles
|
operationId: deleteBulkRoles
|
||||||
summary: Delete Role(s)
|
summary: Delete Role(s)
|
||||||
tags:
|
tags:
|
||||||
- Roles
|
- Roles
|
||||||
description: |-
|
description: |-
|
||||||
This API initiates a bulk deletion of one or more Roles.
|
This endpoint initiates a bulk deletion of one or more roles.
|
||||||
|
When the request is successful, the endpoint returns the bulk delete's task result ID. To follow the task, you can use [Get Task Status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status), which will return the task result's status and information.
|
||||||
A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all Roles included in the request are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member.
|
This endpoint can only bulk delete up to a limit of 50 roles per request.
|
||||||
|
A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this endpoint. In addition, a token with ROLE_SUBADMIN authority can only call this endpoint if all roles included in the request are associated with sources with management workgroups the ROLE_SUBADMIN is a member of.
|
||||||
requestBody:
|
requestBody:
|
||||||
required: true
|
required: true
|
||||||
content:
|
content:
|
||||||
@@ -175314,7 +175315,7 @@ paths:
|
|||||||
post:
|
post:
|
||||||
operationId: createSodPolicy
|
operationId: createSodPolicy
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Create SOD policy
|
summary: Create SOD policy
|
||||||
deprecated: true
|
deprecated: true
|
||||||
security:
|
security:
|
||||||
@@ -176117,7 +176118,7 @@ paths:
|
|||||||
get:
|
get:
|
||||||
operationId: listSodPolicies
|
operationId: listSodPolicies
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: List SOD policies
|
summary: List SOD policies
|
||||||
deprecated: true
|
deprecated: true
|
||||||
security:
|
security:
|
||||||
@@ -176698,7 +176699,7 @@ paths:
|
|||||||
get:
|
get:
|
||||||
operationId: getSodPolicy
|
operationId: getSodPolicy
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Get SOD policy by ID
|
summary: Get SOD policy by ID
|
||||||
deprecated: true
|
deprecated: true
|
||||||
security:
|
security:
|
||||||
@@ -177306,7 +177307,7 @@ paths:
|
|||||||
put:
|
put:
|
||||||
operationId: putSodPolicy
|
operationId: putSodPolicy
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Update SOD policy by ID
|
summary: Update SOD policy by ID
|
||||||
deprecated: true
|
deprecated: true
|
||||||
security:
|
security:
|
||||||
@@ -178198,7 +178199,7 @@ paths:
|
|||||||
delete:
|
delete:
|
||||||
operationId: deleteSodPolicy
|
operationId: deleteSodPolicy
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Delete SOD policy by ID
|
summary: Delete SOD policy by ID
|
||||||
deprecated: true
|
deprecated: true
|
||||||
security:
|
security:
|
||||||
@@ -178531,7 +178532,7 @@ paths:
|
|||||||
patch:
|
patch:
|
||||||
operationId: patchSodPolicy
|
operationId: patchSodPolicy
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Patch a SOD policy
|
summary: Patch a SOD policy
|
||||||
deprecated: true
|
deprecated: true
|
||||||
security:
|
security:
|
||||||
@@ -179183,7 +179184,7 @@ paths:
|
|||||||
get:
|
get:
|
||||||
operationId: getSodPolicySchedule
|
operationId: getSodPolicySchedule
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Get SOD policy schedule
|
summary: Get SOD policy schedule
|
||||||
deprecated: true
|
deprecated: true
|
||||||
security:
|
security:
|
||||||
@@ -179662,7 +179663,7 @@ paths:
|
|||||||
put:
|
put:
|
||||||
operationId: putPolicySchedule
|
operationId: putPolicySchedule
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Update SOD Policy schedule
|
summary: Update SOD Policy schedule
|
||||||
deprecated: true
|
deprecated: true
|
||||||
security:
|
security:
|
||||||
@@ -180370,7 +180371,7 @@ paths:
|
|||||||
delete:
|
delete:
|
||||||
operationId: deleteSodPolicySchedule
|
operationId: deleteSodPolicySchedule
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Delete SOD policy schedule
|
summary: Delete SOD policy schedule
|
||||||
deprecated: true
|
deprecated: true
|
||||||
security:
|
security:
|
||||||
@@ -180696,7 +180697,7 @@ paths:
|
|||||||
post:
|
post:
|
||||||
operationId: startSodPolicy
|
operationId: startSodPolicy
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Runs SOD policy violation report
|
summary: Runs SOD policy violation report
|
||||||
deprecated: true
|
deprecated: true
|
||||||
security:
|
security:
|
||||||
@@ -181061,7 +181062,7 @@ paths:
|
|||||||
get:
|
get:
|
||||||
operationId: getSodViolationReportStatus
|
operationId: getSodViolationReportStatus
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Get SOD violation report status
|
summary: Get SOD violation report status
|
||||||
deprecated: true
|
deprecated: true
|
||||||
security:
|
security:
|
||||||
|
|||||||
@@ -4106,7 +4106,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"Access Profiles"
|
"Access Profiles"
|
||||||
],
|
],
|
||||||
"description": "This API initiates a bulk deletion of one or more Access Profiles.\n\nBy default, if any of the indicated Access Profiles are in use, no deletions will be performed and the **inUse** field of the response indicates the usages that must be removed first. If the request field **bestEffortOnly** is **true**, however, usages are reported in the **inUse** response field but all other indicated Access Profiles will be deleted.\n\nA token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API. In addition, a SOURCE_SUBADMIN may only use this API to delete Access Profiles which are associated with Sources they are able to administer.",
|
"description": "This endpoint initiates a bulk deletion of one or more access profiles.\nWhen the request is successful, the endpoint returns the bulk delete's task result ID. To follow the task, you can use [Get Task Status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status), which will return the task result's status and information. \nThis endpoint can only bulk delete up to a limit of 50 access profiles per request. \nBy default, if any of the indicated access profiles are in use, no deletions will be performed and the **inUse** field of the response indicates the usages that must be removed first. If the request field **bestEffortOnly** is **true**, however, usages are reported in the **inUse** response field but all other indicated access profiles will be deleted.\nA token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this endpoint. In addition, a SOURCE_SUBADMIN can only use this endpoint to delete access profiles associated with sources they're able to administer.",
|
||||||
"requestBody": {
|
"requestBody": {
|
||||||
"required": true,
|
"required": true,
|
||||||
"content": {
|
"content": {
|
||||||
@@ -21611,7 +21611,7 @@
|
|||||||
"get": {
|
"get": {
|
||||||
"operationId": "getAuthUser",
|
"operationId": "getAuthUser",
|
||||||
"tags": [
|
"tags": [
|
||||||
"Auth User"
|
"Auth Users"
|
||||||
],
|
],
|
||||||
"summary": "Auth User Details",
|
"summary": "Auth User Details",
|
||||||
"description": "Return the specified user's authentication system details.",
|
"description": "Return the specified user's authentication system details.",
|
||||||
@@ -22181,7 +22181,7 @@
|
|||||||
"patch": {
|
"patch": {
|
||||||
"operationId": "patchAuthUser",
|
"operationId": "patchAuthUser",
|
||||||
"tags": [
|
"tags": [
|
||||||
"Auth User"
|
"Auth Users"
|
||||||
],
|
],
|
||||||
"summary": "Auth User Update",
|
"summary": "Auth User Update",
|
||||||
"description": "Use a PATCH request to update an existing user in the authentication system.\nUse this endpoint to modify these fields: \n * `capabilities`\n\nA '400.1.1 Illegal update attempt' detail code indicates that you attempted to PATCH a field that is not allowed.",
|
"description": "Use a PATCH request to update an existing user in the authentication system.\nUse this endpoint to modify these fields: \n * `capabilities`\n\nA '400.1.1 Illegal update attempt' detail code indicates that you attempted to PATCH a field that is not allowed.",
|
||||||
@@ -103257,7 +103257,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"Roles"
|
"Roles"
|
||||||
],
|
],
|
||||||
"description": "This API initiates a bulk deletion of one or more Roles.\n\nA token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all Roles included in the request are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member.",
|
"description": "This endpoint initiates a bulk deletion of one or more roles.\nWhen the request is successful, the endpoint returns the bulk delete's task result ID. To follow the task, you can use [Get Task Status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status), which will return the task result's status and information. \nThis endpoint can only bulk delete up to a limit of 50 roles per request. \nA token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this endpoint. In addition, a token with ROLE_SUBADMIN authority can only call this endpoint if all roles included in the request are associated with sources with management workgroups the ROLE_SUBADMIN is a member of.",
|
||||||
"requestBody": {
|
"requestBody": {
|
||||||
"required": true,
|
"required": true,
|
||||||
"content": {
|
"content": {
|
||||||
@@ -140670,7 +140670,7 @@
|
|||||||
],
|
],
|
||||||
"operationId": "createSodPolicy",
|
"operationId": "createSodPolicy",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Create SOD policy",
|
"summary": "Create SOD policy",
|
||||||
"description": "This creates both General and Conflicting Access Based policy, with a limit of 50 entitlements for each (left & right) criteria for Conflicting Access Based SOD policy.\nRequires role of ORG_ADMIN.",
|
"description": "This creates both General and Conflicting Access Based policy, with a limit of 50 entitlements for each (left & right) criteria for Conflicting Access Based SOD policy.\nRequires role of ORG_ADMIN.",
|
||||||
@@ -141776,7 +141776,7 @@
|
|||||||
],
|
],
|
||||||
"operationId": "listSodPolicies",
|
"operationId": "listSodPolicies",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "List SOD policies",
|
"summary": "List SOD policies",
|
||||||
"description": "This gets list of all SOD policies.\nRequires role of ORG_ADMIN",
|
"description": "This gets list of all SOD policies.\nRequires role of ORG_ADMIN",
|
||||||
@@ -142551,7 +142551,7 @@
|
|||||||
],
|
],
|
||||||
"operationId": "getSodPolicy",
|
"operationId": "getSodPolicy",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Get SOD policy by ID",
|
"summary": "Get SOD policy by ID",
|
||||||
"description": "This gets specified SOD policy.\nRequires role of ORG_ADMIN.",
|
"description": "This gets specified SOD policy.\nRequires role of ORG_ADMIN.",
|
||||||
@@ -143387,7 +143387,7 @@
|
|||||||
],
|
],
|
||||||
"operationId": "putSodPolicy",
|
"operationId": "putSodPolicy",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Update SOD policy by ID",
|
"summary": "Update SOD policy by ID",
|
||||||
"description": "This updates a specified SOD policy.\nRequires role of ORG_ADMIN.",
|
"description": "This updates a specified SOD policy.\nRequires role of ORG_ADMIN.",
|
||||||
@@ -144603,7 +144603,7 @@
|
|||||||
],
|
],
|
||||||
"operationId": "deleteSodPolicy",
|
"operationId": "deleteSodPolicy",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Delete SOD policy by ID",
|
"summary": "Delete SOD policy by ID",
|
||||||
"description": "This deletes a specified SOD policy.\nRequires role of ORG_ADMIN.",
|
"description": "This deletes a specified SOD policy.\nRequires role of ORG_ADMIN.",
|
||||||
@@ -145062,7 +145062,7 @@
|
|||||||
],
|
],
|
||||||
"operationId": "patchSodPolicy",
|
"operationId": "patchSodPolicy",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Patch SOD policy by ID",
|
"summary": "Patch SOD policy by ID",
|
||||||
"description": "Allows updating SOD Policy fields other than [\"id\",\"created\",\"creatorId\",\"policyQuery\",\"type\"] using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.\nRequires role of ORG_ADMIN.\nThis endpoint can only patch CONFLICTING_ACCESS_BASED type policies. Do not use this endpoint to patch general policies - doing so will build an API exception. ",
|
"description": "Allows updating SOD Policy fields other than [\"id\",\"created\",\"creatorId\",\"policyQuery\",\"type\"] using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.\nRequires role of ORG_ADMIN.\nThis endpoint can only patch CONFLICTING_ACCESS_BASED type policies. Do not use this endpoint to patch general policies - doing so will build an API exception. ",
|
||||||
@@ -146020,7 +146020,7 @@
|
|||||||
],
|
],
|
||||||
"operationId": "startEvaluateSodPolicy",
|
"operationId": "startEvaluateSodPolicy",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Evaluate one policy by ID",
|
"summary": "Evaluate one policy by ID",
|
||||||
"description": "Runs the scheduled report for the policy retrieved by passed policy ID. The report schedule is fetched from the policy retrieved by ID.",
|
"description": "Runs the scheduled report for the policy retrieved by passed policy ID. The report schedule is fetched from the policy retrieved by ID.",
|
||||||
@@ -146426,7 +146426,7 @@
|
|||||||
],
|
],
|
||||||
"operationId": "getSodPolicySchedule",
|
"operationId": "getSodPolicySchedule",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Get SOD policy schedule",
|
"summary": "Get SOD policy schedule",
|
||||||
"description": "This endpoint gets a specified SOD policy's schedule.",
|
"description": "This endpoint gets a specified SOD policy's schedule.",
|
||||||
@@ -147043,7 +147043,7 @@
|
|||||||
],
|
],
|
||||||
"operationId": "putPolicySchedule",
|
"operationId": "putPolicySchedule",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Update SOD Policy schedule",
|
"summary": "Update SOD Policy schedule",
|
||||||
"description": "This updates schedule for a specified SOD policy.",
|
"description": "This updates schedule for a specified SOD policy.",
|
||||||
@@ -147932,7 +147932,7 @@
|
|||||||
],
|
],
|
||||||
"operationId": "deleteSodPolicySchedule",
|
"operationId": "deleteSodPolicySchedule",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Delete SOD policy schedule",
|
"summary": "Delete SOD policy schedule",
|
||||||
"description": "This deletes schedule for a specified SOD policy by ID.",
|
"description": "This deletes schedule for a specified SOD policy by ID.",
|
||||||
@@ -148382,7 +148382,7 @@
|
|||||||
],
|
],
|
||||||
"operationId": "startSodPolicy",
|
"operationId": "startSodPolicy",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Runs SOD policy violation report",
|
"summary": "Runs SOD policy violation report",
|
||||||
"description": "This invokes processing of violation report for given SOD policy. If the policy reports more than 5000 violations, the report returns with violation limit exceeded message.",
|
"description": "This invokes processing of violation report for given SOD policy. If the policy reports more than 5000 violations, the report returns with violation limit exceeded message.",
|
||||||
@@ -148888,7 +148888,7 @@
|
|||||||
],
|
],
|
||||||
"operationId": "getSodViolationReportStatus",
|
"operationId": "getSodViolationReportStatus",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Get SOD violation report status",
|
"summary": "Get SOD violation report status",
|
||||||
"description": "This gets the status for a violation report run task that has already been invoked.",
|
"description": "This gets the status for a violation report run task that has already been invoked.",
|
||||||
@@ -149394,7 +149394,7 @@
|
|||||||
],
|
],
|
||||||
"operationId": "getSodViolationReportRunStatus",
|
"operationId": "getSodViolationReportRunStatus",
|
||||||
"tags": [
|
"tags": [
|
||||||
"SOD Policy"
|
"SOD Policies"
|
||||||
],
|
],
|
||||||
"summary": "Get violation report run status",
|
"summary": "Get violation report run status",
|
||||||
"description": "This gets the status for a violation report run task that has already been invoked.",
|
"description": "This gets the status for a violation report run task that has already been invoked.",
|
||||||
|
|||||||
@@ -3980,11 +3980,11 @@ paths:
|
|||||||
tags:
|
tags:
|
||||||
- Access Profiles
|
- Access Profiles
|
||||||
description: |-
|
description: |-
|
||||||
This API initiates a bulk deletion of one or more Access Profiles.
|
This endpoint initiates a bulk deletion of one or more access profiles.
|
||||||
|
When the request is successful, the endpoint returns the bulk delete's task result ID. To follow the task, you can use [Get Task Status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status), which will return the task result's status and information.
|
||||||
By default, if any of the indicated Access Profiles are in use, no deletions will be performed and the **inUse** field of the response indicates the usages that must be removed first. If the request field **bestEffortOnly** is **true**, however, usages are reported in the **inUse** response field but all other indicated Access Profiles will be deleted.
|
This endpoint can only bulk delete up to a limit of 50 access profiles per request.
|
||||||
|
By default, if any of the indicated access profiles are in use, no deletions will be performed and the **inUse** field of the response indicates the usages that must be removed first. If the request field **bestEffortOnly** is **true**, however, usages are reported in the **inUse** response field but all other indicated access profiles will be deleted.
|
||||||
A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API. In addition, a SOURCE_SUBADMIN may only use this API to delete Access Profiles which are associated with Sources they are able to administer.
|
A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this endpoint. In addition, a SOURCE_SUBADMIN can only use this endpoint to delete access profiles associated with sources they're able to administer.
|
||||||
requestBody:
|
requestBody:
|
||||||
required: true
|
required: true
|
||||||
content:
|
content:
|
||||||
@@ -17101,7 +17101,7 @@ paths:
|
|||||||
get:
|
get:
|
||||||
operationId: getAuthUser
|
operationId: getAuthUser
|
||||||
tags:
|
tags:
|
||||||
- Auth User
|
- Auth Users
|
||||||
summary: Auth User Details
|
summary: Auth User Details
|
||||||
description: Return the specified user's authentication system details.
|
description: Return the specified user's authentication system details.
|
||||||
parameters:
|
parameters:
|
||||||
@@ -17522,7 +17522,7 @@ paths:
|
|||||||
patch:
|
patch:
|
||||||
operationId: patchAuthUser
|
operationId: patchAuthUser
|
||||||
tags:
|
tags:
|
||||||
- Auth User
|
- Auth Users
|
||||||
summary: Auth User Update
|
summary: Auth User Update
|
||||||
description: |-
|
description: |-
|
||||||
Use a PATCH request to update an existing user in the authentication system.
|
Use a PATCH request to update an existing user in the authentication system.
|
||||||
@@ -78109,9 +78109,10 @@ paths:
|
|||||||
tags:
|
tags:
|
||||||
- Roles
|
- Roles
|
||||||
description: |-
|
description: |-
|
||||||
This API initiates a bulk deletion of one or more Roles.
|
This endpoint initiates a bulk deletion of one or more roles.
|
||||||
|
When the request is successful, the endpoint returns the bulk delete's task result ID. To follow the task, you can use [Get Task Status by ID](https://developer.sailpoint.com/docs/api/beta/get-task-status), which will return the task result's status and information.
|
||||||
A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all Roles included in the request are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member.
|
This endpoint can only bulk delete up to a limit of 50 roles per request.
|
||||||
|
A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this endpoint. In addition, a token with ROLE_SUBADMIN authority can only call this endpoint if all roles included in the request are associated with sources with management workgroups the ROLE_SUBADMIN is a member of.
|
||||||
requestBody:
|
requestBody:
|
||||||
required: true
|
required: true
|
||||||
content:
|
content:
|
||||||
@@ -106262,7 +106263,7 @@ paths:
|
|||||||
- 'idn:sod-policy:write'
|
- 'idn:sod-policy:write'
|
||||||
operationId: createSodPolicy
|
operationId: createSodPolicy
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Create SOD policy
|
summary: Create SOD policy
|
||||||
description: |-
|
description: |-
|
||||||
This creates both General and Conflicting Access Based policy, with a limit of 50 entitlements for each (left & right) criteria for Conflicting Access Based SOD policy.
|
This creates both General and Conflicting Access Based policy, with a limit of 50 entitlements for each (left & right) criteria for Conflicting Access Based SOD policy.
|
||||||
@@ -107072,7 +107073,7 @@ paths:
|
|||||||
- 'idn:sod-policy:read'
|
- 'idn:sod-policy:read'
|
||||||
operationId: listSodPolicies
|
operationId: listSodPolicies
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: List SOD policies
|
summary: List SOD policies
|
||||||
description: |-
|
description: |-
|
||||||
This gets list of all SOD policies.
|
This gets list of all SOD policies.
|
||||||
@@ -107656,7 +107657,7 @@ paths:
|
|||||||
- 'idn:sod-policy:read'
|
- 'idn:sod-policy:read'
|
||||||
operationId: getSodPolicy
|
operationId: getSodPolicy
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Get SOD policy by ID
|
summary: Get SOD policy by ID
|
||||||
description: |-
|
description: |-
|
||||||
This gets specified SOD policy.
|
This gets specified SOD policy.
|
||||||
@@ -108267,7 +108268,7 @@ paths:
|
|||||||
- 'idn:sod-policy:write'
|
- 'idn:sod-policy:write'
|
||||||
operationId: putSodPolicy
|
operationId: putSodPolicy
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Update SOD policy by ID
|
summary: Update SOD policy by ID
|
||||||
description: |-
|
description: |-
|
||||||
This updates a specified SOD policy.
|
This updates a specified SOD policy.
|
||||||
@@ -109157,7 +109158,7 @@ paths:
|
|||||||
- 'idn:sod-policy:write'
|
- 'idn:sod-policy:write'
|
||||||
operationId: deleteSodPolicy
|
operationId: deleteSodPolicy
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Delete SOD policy by ID
|
summary: Delete SOD policy by ID
|
||||||
description: |-
|
description: |-
|
||||||
This deletes a specified SOD policy.
|
This deletes a specified SOD policy.
|
||||||
@@ -109489,7 +109490,7 @@ paths:
|
|||||||
- 'idn:sod-policy:write'
|
- 'idn:sod-policy:write'
|
||||||
operationId: patchSodPolicy
|
operationId: patchSodPolicy
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Patch SOD policy by ID
|
summary: Patch SOD policy by ID
|
||||||
description: |-
|
description: |-
|
||||||
Allows updating SOD Policy fields other than ["id","created","creatorId","policyQuery","type"] using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
Allows updating SOD Policy fields other than ["id","created","creatorId","policyQuery","type"] using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
||||||
@@ -110190,7 +110191,7 @@ paths:
|
|||||||
- 'idn:sod-violation:write'
|
- 'idn:sod-violation:write'
|
||||||
operationId: startEvaluateSodPolicy
|
operationId: startEvaluateSodPolicy
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Evaluate one policy by ID
|
summary: Evaluate one policy by ID
|
||||||
description: Runs the scheduled report for the policy retrieved by passed policy ID. The report schedule is fetched from the policy retrieved by ID.
|
description: Runs the scheduled report for the policy retrieved by passed policy ID. The report schedule is fetched from the policy retrieved by ID.
|
||||||
parameters:
|
parameters:
|
||||||
@@ -110479,7 +110480,7 @@ paths:
|
|||||||
- 'idn:sod-policy:read'
|
- 'idn:sod-policy:read'
|
||||||
operationId: getSodPolicySchedule
|
operationId: getSodPolicySchedule
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Get SOD policy schedule
|
summary: Get SOD policy schedule
|
||||||
description: This endpoint gets a specified SOD policy's schedule.
|
description: This endpoint gets a specified SOD policy's schedule.
|
||||||
parameters:
|
parameters:
|
||||||
@@ -110960,7 +110961,7 @@ paths:
|
|||||||
- 'idn:sod-policy:write'
|
- 'idn:sod-policy:write'
|
||||||
operationId: putPolicySchedule
|
operationId: putPolicySchedule
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Update SOD Policy schedule
|
summary: Update SOD Policy schedule
|
||||||
description: This updates schedule for a specified SOD policy.
|
description: This updates schedule for a specified SOD policy.
|
||||||
parameters:
|
parameters:
|
||||||
@@ -111675,7 +111676,7 @@ paths:
|
|||||||
- 'idn:sod-policy:write'
|
- 'idn:sod-policy:write'
|
||||||
operationId: deleteSodPolicySchedule
|
operationId: deleteSodPolicySchedule
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Delete SOD policy schedule
|
summary: Delete SOD policy schedule
|
||||||
description: This deletes schedule for a specified SOD policy by ID.
|
description: This deletes schedule for a specified SOD policy by ID.
|
||||||
parameters:
|
parameters:
|
||||||
@@ -111998,7 +111999,7 @@ paths:
|
|||||||
- 'idn:sod-violation:write'
|
- 'idn:sod-violation:write'
|
||||||
operationId: startSodPolicy
|
operationId: startSodPolicy
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Runs SOD policy violation report
|
summary: Runs SOD policy violation report
|
||||||
description: 'This invokes processing of violation report for given SOD policy. If the policy reports more than 5000 violations, the report returns with violation limit exceeded message.'
|
description: 'This invokes processing of violation report for given SOD policy. If the policy reports more than 5000 violations, the report returns with violation limit exceeded message.'
|
||||||
parameters:
|
parameters:
|
||||||
@@ -112360,7 +112361,7 @@ paths:
|
|||||||
- 'idn:sod-violation:read'
|
- 'idn:sod-violation:read'
|
||||||
operationId: getSodViolationReportStatus
|
operationId: getSodViolationReportStatus
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Get SOD violation report status
|
summary: Get SOD violation report status
|
||||||
description: This gets the status for a violation report run task that has already been invoked.
|
description: This gets the status for a violation report run task that has already been invoked.
|
||||||
parameters:
|
parameters:
|
||||||
@@ -112722,7 +112723,7 @@ paths:
|
|||||||
- 'idn:sod-violation:read'
|
- 'idn:sod-violation:read'
|
||||||
operationId: getSodViolationReportRunStatus
|
operationId: getSodViolationReportRunStatus
|
||||||
tags:
|
tags:
|
||||||
- SOD Policy
|
- SOD Policies
|
||||||
summary: Get violation report run status
|
summary: Get violation report run status
|
||||||
description: This gets the status for a violation report run task that has already been invoked.
|
description: This gets the status for a violation report run task that has already been invoked.
|
||||||
parameters:
|
parameters:
|
||||||
|
|||||||
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