mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Add more redirects, update docs with Identity Security Cloud
This commit is contained in:
@@ -11,7 +11,7 @@ slug: /tools/sdk/go/search
|
||||
tags: ['SDK', 'Software Development Kit']
|
||||
---
|
||||
|
||||
To try using the IDN [search functionality](/docs/api/v3/search-post) along with pagination, copy this code into your "sdk.go" file, following the main code:
|
||||
To try using the ISC [search functionality](/docs/api/v3/search-post) along with pagination, copy this code into your "sdk.go" file, following the main code:
|
||||
|
||||
```go
|
||||
func getSearchResults(ctx context.Context, apiClient *sailpoint.APIClient) {
|
||||
|
||||
@@ -11,7 +11,7 @@ slug: /tools/sdk/powershell/search
|
||||
tags: ['SDK']
|
||||
---
|
||||
|
||||
The PowerShell SDK provides you access to IdentityNow's [Search](https://documentation.sailpoint.com/saas/help/search/index.html) functionality.
|
||||
The PowerShell SDK provides you access to Identity Security Cloud's [Search](https://documentation.sailpoint.com/saas/help/search/index.html) functionality.
|
||||
|
||||
Here is an example search you can copy into your PowerShell instance to try it out:
|
||||
|
||||
@@ -79,7 +79,7 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
This example searches your IdentityNow tenant for all identities and sorts them by their `displayName` in descending order. The search returns a maximum of 150000 records (the `Limit`) and 5000 records per page (the `Increment`).
|
||||
This example searches your Identity Security Cloud tenant for all identities and sorts them by their `displayName` in descending order. The search returns a maximum of 150000 records (the `Limit`) and 5000 records per page (the `Increment`).
|
||||
|
||||
To paginate the search results, you can specify these parameters:
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ slug: /tools/sdk/typescript/search
|
||||
tags: ['SDK']
|
||||
---
|
||||
|
||||
To try using the IDN [search functionality](/docs/api/v3/search-post) along with pagination, copy this code into your "index.ts" file:
|
||||
To try using the ISC [search functionality](/docs/api/v3/search-post) along with pagination, copy this code into your "index.ts" file:
|
||||
|
||||
```typescript
|
||||
const search = async () => {
|
||||
|
||||
Reference in New Issue
Block a user