Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mairose-sp authored and github-actions[bot] committed Apr 12, 2024
1 parent 2e12377 commit 3b62db1
Show file tree
Hide file tree
Showing 7 changed files with 35,373 additions and 35,374 deletions.
28 changes: 14 additions & 14 deletions dereferenced/deref-sailpoint-api.beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6101,7 +6101,7 @@
"tags": [
"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": {
"required": true,
"content": {
Expand Down Expand Up @@ -163098,12 +163098,12 @@
},
"/roles/bulk-delete": {
"post": {
"operationId": "bulkDeleteRoles",
"operationId": "deleteBulkRoles",
"summary": "Delete Role(s)",
"tags": [
"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": {
"required": true,
"content": {
Expand Down Expand Up @@ -232183,7 +232183,7 @@
"post": {
"operationId": "createSodPolicy",
"tags": [
"SOD Policy"
"SOD Policies"
],
"summary": "Create SOD policy",
"deprecated": true,
Expand Down Expand Up @@ -233282,7 +233282,7 @@
"get": {
"operationId": "listSodPolicies",
"tags": [
"SOD Policy"
"SOD Policies"
],
"summary": "List SOD policies",
"deprecated": true,
Expand Down Expand Up @@ -234054,7 +234054,7 @@
"get": {
"operationId": "getSodPolicy",
"tags": [
"SOD Policy"
"SOD Policies"
],
"summary": "Get SOD policy by ID",
"deprecated": true,
Expand Down Expand Up @@ -234887,7 +234887,7 @@
"put": {
"operationId": "putSodPolicy",
"tags": [
"SOD Policy"
"SOD Policies"
],
"summary": "Update SOD policy by ID",
"deprecated": true,
Expand Down Expand Up @@ -236106,7 +236106,7 @@
"delete": {
"operationId": "deleteSodPolicy",
"tags": [
"SOD Policy"
"SOD Policies"
],
"summary": "Delete SOD policy by ID",
"deprecated": true,
Expand Down Expand Up @@ -236566,7 +236566,7 @@
"patch": {
"operationId": "patchSodPolicy",
"tags": [
"SOD Policy"
"SOD Policies"
],
"summary": "Patch a SOD policy",
"deprecated": true,
Expand Down Expand Up @@ -237449,7 +237449,7 @@
"get": {
"operationId": "getSodPolicySchedule",
"tags": [
"SOD Policy"
"SOD Policies"
],
"summary": "Get SOD policy schedule",
"deprecated": true,
Expand Down Expand Up @@ -238062,7 +238062,7 @@
"put": {
"operationId": "putPolicySchedule",
"tags": [
"SOD Policy"
"SOD Policies"
],
"summary": "Update SOD Policy schedule",
"deprecated": true,
Expand Down Expand Up @@ -238942,7 +238942,7 @@
"delete": {
"operationId": "deleteSodPolicySchedule",
"tags": [
"SOD Policy"
"SOD Policies"
],
"summary": "Delete SOD policy schedule",
"deprecated": true,
Expand Down Expand Up @@ -239393,7 +239393,7 @@
"post": {
"operationId": "startSodPolicy",
"tags": [
"SOD Policy"
"SOD Policies"
],
"summary": "Runs SOD policy violation report",
"deprecated": true,
Expand Down Expand Up @@ -239900,7 +239900,7 @@
"get": {
"operationId": "getSodViolationReportStatus",
"tags": [
"SOD Policy"
"SOD Policies"
],
"summary": "Get SOD violation report status",
"deprecated": true,
Expand Down
41 changes: 21 additions & 20 deletions dereferenced/deref-sailpoint-api.beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5505,11 +5505,11 @@ paths:
tags:
- Access Profiles
description: |-
This API initiates a bulk deletion of one or more Access Profiles.

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.
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.
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 endpoint. In addition, a SOURCE_SUBADMIN can only use this endpoint to delete access profiles associated with sources they're able to administer.
requestBody:
required: true
content:
Expand Down Expand Up @@ -121853,14 +121853,15 @@ paths:
- 'idn:role-checked:manage'
/roles/bulk-delete:
post:
operationId: bulkDeleteRoles
operationId: deleteBulkRoles
summary: Delete Role(s)
tags:
- Roles
description: |-
This API initiates a bulk deletion of one or more Roles.

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 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.
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:
required: true
content:
Expand Down Expand Up @@ -175314,7 +175315,7 @@ paths:
post:
operationId: createSodPolicy
tags:
- SOD Policy
- SOD Policies
summary: Create SOD policy
deprecated: true
security:
Expand Down Expand Up @@ -176117,7 +176118,7 @@ paths:
get:
operationId: listSodPolicies
tags:
- SOD Policy
- SOD Policies
summary: List SOD policies
deprecated: true
security:
Expand Down Expand Up @@ -176698,7 +176699,7 @@ paths:
get:
operationId: getSodPolicy
tags:
- SOD Policy
- SOD Policies
summary: Get SOD policy by ID
deprecated: true
security:
Expand Down Expand Up @@ -177306,7 +177307,7 @@ paths:
put:
operationId: putSodPolicy
tags:
- SOD Policy
- SOD Policies
summary: Update SOD policy by ID
deprecated: true
security:
Expand Down Expand Up @@ -178198,7 +178199,7 @@ paths:
delete:
operationId: deleteSodPolicy
tags:
- SOD Policy
- SOD Policies
summary: Delete SOD policy by ID
deprecated: true
security:
Expand Down Expand Up @@ -178531,7 +178532,7 @@ paths:
patch:
operationId: patchSodPolicy
tags:
- SOD Policy
- SOD Policies
summary: Patch a SOD policy
deprecated: true
security:
Expand Down Expand Up @@ -179183,7 +179184,7 @@ paths:
get:
operationId: getSodPolicySchedule
tags:
- SOD Policy
- SOD Policies
summary: Get SOD policy schedule
deprecated: true
security:
Expand Down Expand Up @@ -179662,7 +179663,7 @@ paths:
put:
operationId: putPolicySchedule
tags:
- SOD Policy
- SOD Policies
summary: Update SOD Policy schedule
deprecated: true
security:
Expand Down Expand Up @@ -180370,7 +180371,7 @@ paths:
delete:
operationId: deleteSodPolicySchedule
tags:
- SOD Policy
- SOD Policies
summary: Delete SOD policy schedule
deprecated: true
security:
Expand Down Expand Up @@ -180696,7 +180697,7 @@ paths:
post:
operationId: startSodPolicy
tags:
- SOD Policy
- SOD Policies
summary: Runs SOD policy violation report
deprecated: true
security:
Expand Down Expand Up @@ -181061,7 +181062,7 @@ paths:
get:
operationId: getSodViolationReportStatus
tags:
- SOD Policy
- SOD Policies
summary: Get SOD violation report status
deprecated: true
security:
Expand Down
Loading

0 comments on commit 3b62db1

Please sign in to comment.