Add more redirects, update docs with Identity Security Cloud

This commit is contained in:
Tyler Mairose
2024-02-28 22:27:50 -05:00
parent 200cb92542
commit dcb0bcbcd2
94 changed files with 764 additions and 342 deletions

View File

@@ -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) {