Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-ellis-sp authored and github-actions[bot] committed Dec 9, 2024
1 parent c8ae9f4 commit d107e21
Show file tree
Hide file tree
Showing 10 changed files with 421,604 additions and 14,836 deletions.
8 changes: 4 additions & 4 deletions dereferenced/deref-sailpoint-api.beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,19 @@
},
{
"name": "Application Discovery",
"description": "Use this API to discover applications within your Okta connector and receive connector recommendations by manually uploading application names.\n"
"description": "Use this API to implement application discovery functionality. \nWith this functionality in place, you can discover applications within your Okta connector and receive connector recommendations by manually uploading application names.\n"
},
{
"name": "Approvals",
"description": "Use this API to implement approval functionality. With this functionality in place, you can get generic approvals and modify them. \n\nThe 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.\n"
},
{
"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.\n"
"description": "Use this API to implement source application functionality. \nWith this functionality in place, you can create, customize, and manage applications within sources.\n"
},
{
"name": "Auth Profile",
"description": "Auth Profile - Represents authentication configuration for an Identity Profile. This object gets created when an Identity Profile is created.\n\nAPIs can be used to retrieve and update Auth Profiles.\n"
"description": "Use this API to implement Auth Profile functionality. \nWith this functionality in place, users can read authentication profiles and make changes to them. \n\nAn authentication profile represents an identity profile's authentication configuration. \nWhen the identity profile is created, its authentication profile is also created. \nAn authentication profile includes information like its authentication profile type (`BLOCK`, `MFA`, `NON_PTA`, PTA`) and settings controlling whether or not it blocks access from off network or untrusted geographies. \n"
},
{
"name": "Certification Campaigns",
Expand Down Expand Up @@ -279,7 +279,7 @@
},
{
"name": "Suggested Entitlement Description",
"description": "Use this API to leverage power of LLM to generate suggested entitlement description.\n"
"description": "Use this API to implement Suggested Entitlement Description (SED) functionality. \nSED functionality leverages the power of LLM to generate suggested entitlement descriptions. \nRefer to [GenAI Entitlement Descriptions](https://documentation.sailpoint.com/saas/help/access/entitlements.html#genai-entitlement-descriptions) to learn more about SED in Identity Security Cloud (ISC). \n"
},
{
"name": "Tagged Objects",
Expand Down
17 changes: 12 additions & 5 deletions dereferenced/deref-sailpoint-api.beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,20 +197,25 @@ tags:
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: Application Discovery
description: |
Use this API to discover applications within your Okta connector and receive connector recommendations by manually uploading application names.
Use this API to implement application discovery functionality.
With this functionality in place, you can discover applications within your Okta connector and receive connector recommendations by manually uploading application names.
- name: Approvals
description: |
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.
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.
Use this API to implement Auth Profile functionality.
With this functionality in place, users can read authentication profiles and make changes to them.

APIs can be used to retrieve and update Auth Profiles.
An authentication profile represents an identity profile's authentication configuration.
When the identity profile is created, its authentication profile is also created.
An authentication profile includes information like its authentication profile type (`BLOCK`, `MFA`, `NON_PTA`, PTA`) and settings controlling whether or not it blocks access from off network or untrusted geographies.
- name: Certification Campaigns
description: |
Use this API to implement certification campaign functionality.
Expand Down Expand Up @@ -921,7 +926,9 @@ tags:
description: Import and export configuration for some objects between tenants.
- name: Suggested Entitlement Description
description: |
Use this API to leverage power of LLM to generate suggested entitlement description.
Use this API to implement Suggested Entitlement Description (SED) functionality.
SED functionality leverages the power of LLM to generate suggested entitlement descriptions.
Refer to [GenAI Entitlement Descriptions](https://documentation.sailpoint.com/saas/help/access/entitlements.html#genai-entitlement-descriptions) to learn more about SED in Identity Security Cloud (ISC).
- name: Tagged Objects
description: |
Use this API to implement object tagging functionality.
Expand Down
Loading

0 comments on commit d107e21

Please sign in to comment.