update to replae IdentityNow with Identity Security Cloud

This commit is contained in:
darrell-thobe-sp
2024-04-12 10:37:34 -04:00
parent 91445a3019
commit 318115c7d1
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ slug: /tools/sdk/python
tags: ['SDK', 'Software Development Kit'] tags: ['SDK', 'Software Development Kit']
--- ---
Read this guide to learn how to use the Python SDK. The Python SDK has some pre-built code examples you can use to learn how to build tools that can interact with IdentityNow. Read this guide to learn how to use the Python SDK. The Python SDK has some pre-built code examples you can use to learn how to build tools that can interact with Identity Security Cloud.
## Requirements ## Requirements
@@ -19,9 +19,9 @@ You need the following to use the Python SDK:
- Python version 3.7 or above. You can download it [here](https://www.python.org/downloads/). You can use `python --version` to check your version. - Python version 3.7 or above. You can download it [here](https://www.python.org/downloads/). You can use `python --version` to check your version.
- Your tenant name in IdentityNow. To learn how to find it, refer to [Getting Started](/idn/api/getting-started#find-your-tenant-name). The SDK will use this tenant name to connect to your IdentityNow instance. - Your tenant name in Identity Security Cloud. To learn how to find it, refer to [Getting Started](/idn/api/getting-started#find-your-tenant-name). The SDK will use this tenant name to connect to your Identity Security Cloud instance.
- A PAT with a client secret and ID. To learn how to create one in IdentityNow, refer to [Personal Access Tokens](https://documentation.sailpoint.com/saas/help/common/api_keys.html#generating-a-personal-access-token). The SDK will use this PAT to authenticate with the SailPoint APIs. - A PAT with a client secret and ID. To learn how to create one in Identity Security Cloud, refer to [Personal Access Tokens](https://documentation.sailpoint.com/saas/help/common/api_keys.html#generating-a-personal-access-token). The SDK will use this PAT to authenticate with the SailPoint APIs.
## Setup ## Setup
@@ -186,7 +186,7 @@ To get your environment variables to persist across PowerShell sessions, run the
## Discuss ## Discuss
You can use this SDK to build new tools that extend your IdentityNow platform and improve experiences across your organization. Use this guide to get started, and if you have questions, don't hesitate to reach out on the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss! You can use this SDK to build new tools that extend your Identity Security Cloud platform and improve experiences across your organization. Use this guide to get started, and if you have questions, don't hesitate to reach out on the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss!
## Getting Started ## Getting Started

View File

@@ -11,7 +11,7 @@ slug: /tools/sdk/python/search
tags: ['SDK'] tags: ['SDK']
--- ---
One of the most useful functionalities you can access with the Python SDK is IdentityNow's [search functionality](/idn/api/v3/search-post). One of the most useful functionalities you can access with the Python SDK is Identity Security Cloud's [search functionality](/idn/api/v3/search-post).
Here is an example of how you can implement Search, along with pagination. Copy this code into your "sdk.py" file to try it out: Here is an example of how you can implement Search, along with pagination. Copy this code into your "sdk.py" file to try it out: