Skip to content

Commit

Permalink
Automated commit 'SAASTRIAGE-5491 Add document for Tags API (#1893)
Browse files Browse the repository at this point in the history
* SAASTRIAGE-5491 Add document for Tags API

* Add alphabetically new APIs

* Correct sorting issue' by github action: 11858230765
  • Loading branch information
tyler-mairose-sp committed Nov 15, 2024
1 parent ff472e2 commit dba940f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions idn/sailpoint-api.beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@ tags:
Administrators can select the source account to view its attributes, entitlements, and the last time the account's password was changed.
Refer to [Managing User Accounts](https://documentation.sailpoint.com/saas/help/common/users/user_access.html#managing-user-accounts) for more information about accounts.
- name: Apps
description: |
Use this API to implement source application functionality. With this functionality in place, you can create, customize, and manage applications within sources.
- name: Application Discovery
description: |
Use this API to discover applications within your Okta connector and receive connector recommendations by manually uploading application names.
Expand All @@ -206,6 +203,9 @@ tags:
Use this API to implement approval functionality. With this functionality in place, you can get generic approvals and modify them.
The main advantages this API has vs [Access Request Approvals](https://developer.sailpoint.com/docs/api/beta/access-request-approvals) are that you can use it to get generic approvals individually or in batches and make changes to those approvals.
- name: Apps
description: |
Use this API to implement source application functionality. With this functionality in place, you can create, customize, and manage applications within sources.
- name: Auth Profile
description: |
Auth Profile - Represents authentication configuration for an Identity Profile. This object gets created when an Identity Profile is created.
Expand Down Expand Up @@ -977,6 +977,7 @@ tags:
- Risk levels
Refer to [Tagging Items in Search](https://documentation.sailpoint.com/saas/help/search/index.html?h=tags#tagging-items-in-search) for more information about tagging objects in Identity Security Cloud.
- name: Tags
- name: Task Management
- name: Tenant
description: API for reading tenant details.
Expand Down Expand Up @@ -1746,6 +1747,10 @@ paths:
$ref: './beta/paths/bulk-add-tagged-objects.yaml'
/tagged-objects/bulk-remove:
$ref: './beta/paths/bulk-remove-tagged-objects.yaml'
/tags:
$ref: "./beta/paths/tags.yaml"
/tags/{id}:
$ref: "./beta/paths/tag.yaml"
/tenant:
$ref: './beta/paths/tenant.yaml'
/transforms:
Expand Down

0 comments on commit dba940f

Please sign in to comment.