Resolve merge conflict
@@ -6,7 +6,7 @@ sidebar_label: Connectivity
|
||||
sidebar_position: 1
|
||||
sidebar_class_name: connectivity
|
||||
keywords: ['connectivity']
|
||||
description: Building extensibility in IdentityNow
|
||||
description: Build and expand ISC connectivity.
|
||||
slug: /connectivity
|
||||
tags: ['connectivity']
|
||||
---
|
||||
|
||||
@@ -6,7 +6,7 @@ sidebar_label: SaaS Connectivity
|
||||
sidebar_position: 4
|
||||
sidebar_class_name: saasConnectivity
|
||||
keywords: ['connectivity', 'connectors']
|
||||
description: SaaS Connectivity is a cloud based connector runtime that makes developing and deploying web service connectors easy.
|
||||
description: Cloud-based connectivity without VAs.
|
||||
slug: /connectivity/saas-connectivity
|
||||
tags: ['Connectivity']
|
||||
---
|
||||
|
||||
@@ -6,14 +6,20 @@ sidebar_label: Extensibility
|
||||
sidebar_position: 1
|
||||
sidebar_class_name: extensibility
|
||||
keywords: ['extensibility']
|
||||
description: Building extensibility in IdentityNow
|
||||
description: Extend your ISC platform.
|
||||
slug: /extensibility
|
||||
tags: ['extensibility']
|
||||
---
|
||||
|
||||
## Overview
|
||||
The Identity Security Cloud (ISC) platform is designed for extensibility, which means that it's designed to allow the addition of new capabilities or functionalities. In addition to the APIs, SailPoint provides a number of extensibility options you can use to build custom solutions and integrations that meet your organization's needs.
|
||||
|
||||
```mdx-code-block
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
|
||||
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||
```
|
||||
|
||||
## Discuss
|
||||
To learn more about the ISC extensibility and discuss the different extensibility options with SailPoint Developer Community members, go to the [Forum](https://developer.sailpoint.com/discuss/tags/c/isc/6).
|
||||
@@ -12,14 +12,23 @@ keywords:
|
||||
'docs',
|
||||
'documentation',
|
||||
]
|
||||
description: This is the intoduction documentation regarding SailPoint's configuration management.
|
||||
description: Export and import tenant configurations.
|
||||
slug: /extensibility/configuration-management
|
||||
tags: ['Introduction', 'Getting Started']
|
||||
---
|
||||
|
||||
## Overview
|
||||
Configuration Management provides you with a form of version control for your tenant configurations.
|
||||
With Configuration Management, you can export snapshots of your current tenant configurations, downloading them in a JSON.
|
||||
These configurations can serve as different versions of your tenant configuration.
|
||||
You can then import those configurations into tenants to update, resore, or migrate tenant configurations.
|
||||
|
||||
```mdx-code-block
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
|
||||
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||
```
|
||||
|
||||
## Discuss
|
||||
To learn more about configuration management and discuss it with SailPoint Developer Community members, go to the [Forum](https://developer.sailpoint.com/discuss/tags/c/isc/6).
|
||||
@@ -6,7 +6,7 @@ sidebar_label: Event Triggers
|
||||
sidebar_position: 3
|
||||
sidebar_class_name: eventTriggers
|
||||
keywords: ['event', 'triggers', 'webhooks']
|
||||
description: The result of any action performed in a service is called an event. Services like IdentityNow constantly generate events like an update to a setting or the completion of an account aggregation.
|
||||
description: Actions triggered by specific events.
|
||||
slug: /extensibility/event-triggers
|
||||
tags: ['Event Triggers']
|
||||
---
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
---
|
||||
id: global-platform-resources
|
||||
title: Global Platform Resources
|
||||
pagination_label: Global Platform Resources
|
||||
sidebar_label: Global Platform Resources
|
||||
sidebar_position: 1
|
||||
sidebar_class_name: globalResources
|
||||
keywords: ['IdentityNow', 'resources', 'configuration']
|
||||
description: Our global platform resource documentation provides comprehensive insights applicable to multiple features or the entire platform, complementing our feature-specific resources.
|
||||
slug: /global-platform-resources
|
||||
tags: ['Connectivity']
|
||||
---
|
||||
|
||||
Within other areas of our documentation, you will find resources that are tailored to specific features of our platform, providing in-depth information and guidance on each individual aspect. However, our Global Platform Resources section includes documents that are applicable to multiple features or sometimes the entire platform. These resources offer valuable insights that are relevant across different areas of the platform, ensuring you have a comprehensive understanding of our platform as a whole.
|
||||
|
||||
```mdx-code-block
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
|
||||
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||
```
|
||||
@@ -1,23 +0,0 @@
|
||||
---
|
||||
id: identitynow-guides
|
||||
title: IdentityNow Guides
|
||||
pagination_label: IdentityNow Guides
|
||||
sidebar_label: IdentityNow Guides
|
||||
sidebar_position: 7
|
||||
sidebar_class_name: identitynowGuides
|
||||
keywords: ['guides', 'tips', 'tricks']
|
||||
description: Follow these guides to improve your IdentityNow platform experience.
|
||||
slug: /identitynow-guides
|
||||
tags: ['IdentityNowGuides', 'Guides']
|
||||
hide_table_of_contents: true
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
When you're using the IdentityNow UI, the [User Help](https://documentation.sailpoint.com/saas/user-help/) and [Admin Help](https://documentation.sailpoint.com/saas/help/) are invaluable resources.
|
||||
|
||||
However, you may encounter situations that require you to use the UI, the APIs, or both to achieve your desired identity governance solution.
|
||||
|
||||
This section includes guides you can follow to learn how to leverage the IdentityNow APIs and UI itself to improve your platform experience and satisfy your organization's unique identity governance requirements.
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ sidebar_label: Rules
|
||||
sidebar_position: 2
|
||||
sidebar_class_name: rules
|
||||
keywords: ['rules']
|
||||
description: Documentation for rule development in IdentityNow.
|
||||
description: Advanced configurations with custom logic.
|
||||
slug: /extensibility/rules
|
||||
tags: ['Rules']
|
||||
---
|
||||
|
||||
@@ -6,7 +6,7 @@ sidebar_label: Transforms
|
||||
sidebar_position: 1
|
||||
sidebar_class_name: transforms
|
||||
keywords: ['transforms']
|
||||
description: Building Transforms in IdentityNow
|
||||
description: Modify attribute data without code.
|
||||
slug: /extensibility/transforms
|
||||
tags: ['Transforms']
|
||||
---
|
||||
|
||||
@@ -6,7 +6,20 @@ sidebar_label: Guides
|
||||
sidebar_position: 1
|
||||
sidebar_class_name: guides
|
||||
keywords: ['guides']
|
||||
description: Building guides in IdentityNow
|
||||
description: ISC guides.
|
||||
slug: /guides
|
||||
tags: ['guides']
|
||||
---
|
||||
|
||||
## Overview
|
||||
Identity Security Cloud (ISC) has all sorts of potential specific solutions you can implement as long as you know how. These specific solutions may either not fall into one of the extensibility, connectivity, tools, or reporting categories, or they may fall into multiple categories. Read these guides to learn how to implement these specific solutions.
|
||||
|
||||
```mdx-code-block
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
|
||||
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||
```
|
||||
|
||||
## Discuss
|
||||
To learn more about these ISC topics and discuss them with SailPoint Developer Community members, go to the [Forum](https://developer.sailpoint.com/discuss/tags/c/isc/6).
|
||||
@@ -6,8 +6,8 @@ sidebar_label: Disable Access Profile Requests
|
||||
sidebar_position: 1
|
||||
sidebar_class_name: disableAccessProfileRequests
|
||||
keywords: ['access', 'request', 'access profile', 'request center', 'disable']
|
||||
description: Read this guide to learn how to disable access requests for access profiles.
|
||||
slug: /disable-access-profile-requests
|
||||
description: Bulk disable access profile requests.
|
||||
slug: /guides/disable-access-profile-requests
|
||||
tags: ['AccessProfileRequestManagement']
|
||||
---
|
||||
|
||||
|
Before Width: | Height: | Size: 317 KiB After Width: | Height: | Size: 317 KiB |
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 113 KiB |
@@ -1,13 +0,0 @@
|
||||
---
|
||||
id: guides-test
|
||||
title: Example Guide
|
||||
pagination_label: Example Guide
|
||||
sidebar_label: Example Guide
|
||||
sidebar_position: 1
|
||||
sidebar_class_name: guides
|
||||
keywords: ['guides']
|
||||
description: Building guides in IdentityNow
|
||||
slug: /guides-test
|
||||
tags: ['guides']
|
||||
---
|
||||
|
||||
@@ -3,16 +3,14 @@ id: ip-address-allow-list
|
||||
title: IP Address Allow List
|
||||
pagination_label: IP Address Allow List
|
||||
sidebar_label: IP Address Allow List
|
||||
sidebar_position: 8
|
||||
sidebar_position: 2
|
||||
sidebar_class_name: allowList
|
||||
keywords: ['connectivity', 'connectors', 'workflows', 'allowlist','ip address']
|
||||
description: This document outlines how to create an IP Address Allow List for secure access to internal resources by certain IdentityNow services, and how to find your tenant's hosting region to set up this list.
|
||||
slug: /global-platform-resources/ip-address-allow-list
|
||||
description: Create an IP Address Allow List.
|
||||
slug: /guides/ip-address-allow-list
|
||||
tags: ['Connectivity', 'connectors', 'workflows', 'allowlist','ip address']
|
||||
---
|
||||
|
||||
# IP Address Allow List
|
||||
|
||||
## Overview
|
||||
|
||||
Some SaaS services like Workflows and SaaS Connectivity might need to reach out to internal resources to perform operations inside a customer environment. Instead of opening up those internal resources to the entire internet, you can create an IP Address Allow List so that you can be sure that all SaaS resources can access them while restricting the IP Address range to only allow what is required
|
||||
@@ -6,7 +6,8 @@ sidebar_label: Service Accounts
|
||||
sidebar_position: 4
|
||||
sidebar_class_name: serviceAccounts
|
||||
keywords: ['service account']
|
||||
description: Read this guide to learn how to create service accounts that can generate API tokens to be used in integrations.
|
||||
description: Create and implement service accounts.
|
||||
slug: /guides/service-accounts
|
||||
tags: ['Service Account', 'Authentication']
|
||||
---
|
||||
|
||||
@@ -78,6 +79,6 @@ If you have not received the invite, check your junk folder or deleted folder be
|
||||
|
||||
### Permissions and access tokens
|
||||
|
||||
New service accounts are given the basic "user" level. Depending on what you need your service account to do, you will need to modify the user level appropriately. For more information about user levels and how to set them, refer to [user level permissions](./authorization.md#user-level-permissions).
|
||||
New service accounts are given the basic "user" level. Depending on what you need your service account to do, you will need to modify the user level appropriately. For more information about user levels and how to set them, refer to [user level permissions](../api/authorization.md#user-level-permissions).
|
||||
|
||||
Once your service account has the appropriate user level, you can generate [personal access tokens](./authentication.md#personal-access-tokens) (PATs) from the service account to fulfill the needs of your integrations. You can further refine your PATs' access by applying [scopes](./authorization.md#scopes) to each PAT you create.
|
||||
Once your service account has the appropriate user level, you can generate [personal access tokens](../api/authentication.md#personal-access-tokens) (PATs) from the service account to fulfill the needs of your integrations. You can further refine your PATs' access by applying [scopes](../api/authorization.md#scopes) to each PAT you create.
|
||||
@@ -6,7 +6,7 @@ sidebar_label: Plugin Developer Guide
|
||||
sidebar_position: 1
|
||||
sidebar_class_name: plugin_developer_guide
|
||||
keywords: ['plugin']
|
||||
description: Plugin Developer Guide in IdentityIQ
|
||||
description: IdentityIQ Plugin Developer Guide.
|
||||
slug: /plugin-developer-guide
|
||||
tags: ['plugin','guide','identityiq']
|
||||
---
|
||||
|
||||
@@ -6,14 +6,14 @@ sidebar_label: Reporting
|
||||
sidebar_position: 1
|
||||
sidebar_class_name: reporting
|
||||
keywords: ['reporting']
|
||||
description: Building reporting in IdentityNow
|
||||
description: Collect data reports from ISC.
|
||||
slug: /reporting
|
||||
tags: ['reporting']
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
Data reporting refers to the process of collecting and presenting data in a structured format that makes the data easily understandable and accessible, which facilitates an organization's data-driven decisions. Identity Security Cloud (ISC) provides different data reporting options you can use to extract data from your tenant and make it presentable.
|
||||
Data reporting refers to the process of collecting and presenting data in a structured format that makes the data accessible and easy to understand, which facilitates an organization's data-driven decisions. Identity Security Cloud (ISC) provides different data reporting options you can use to extract data from your tenant and make it presentable.
|
||||
|
||||
```mdx-code-block
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
@@ -22,18 +22,6 @@ import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||
```
|
||||
|
||||
## Access Intelligence Center
|
||||
|
||||
The ISC [Access Intelligence Center (AIC)](https://documentation.sailpoint.com/saas/help/ai/access_insights/access_intelligence.html) provides you with a dashboard you can use to view your data and customize the data you want to view. This can help you discover key insights into your identity and administration program. The AIC dashboard provides an identity program overview focusing on identity relationships. The AIC Audit dashboard focuses on more tangible audit events, containing data from the last 3 months or 5 million events. an identity program overview that focuses on identity relationships. To learn more about AIC, refer to [Access Intelligence Center](https://developer.sailpoint.com/docs/reporting/access-intelligence-center).
|
||||
|
||||
## Secure Data Share
|
||||
|
||||
The ISC [Secure Data Share (SDS)](https://documentation.sailpoint.com/saas/help/secure_data_share/secure_data_share.html) provides you with a way to view your ISC data directly from [Snowflake](https://www.snowflake.com/en/). This allows you to access your data in Snowflake and then use Snowflake to analyze your data. To learn more about SDS, refer to [Secure Data Share](https://developer.sailpoint.com/docs/reporting/secure-data-share).
|
||||
|
||||
## Guides
|
||||
|
||||
There are a number of other ways to collect reports from ISC. These guides will teach you how to do so. To learn these other ways of collecting reports from ISC, refer to [Guides](https://developer.sailpoint.com/reporting/guides).
|
||||
|
||||
## Discuss
|
||||
|
||||
To learn more about ISC data reporting and discuss the different options with SailPoint Developer Community members, go to the [Forum](https://developer.sailpoint.com/discuss/tags/c/isc/6).
|
||||
|
||||
@@ -6,7 +6,7 @@ sidebar_label: Access Intelligence Center
|
||||
sidebar_position: 5
|
||||
sidebar_class_name: AccessIntelligenceCenter
|
||||
keywords: ['data listing', 'data share', 'secure data sharing']
|
||||
description: Access Intelligence Center is an easy way to get IDN data of your organization in a structured format.
|
||||
description: Custom dashboards for data analysis.
|
||||
slug: /reporting/access-intelligence-center
|
||||
tags: ['AccessIntelligenceCenter', 'AIC']
|
||||
hide_table_of_contents: true
|
||||
|
||||
@@ -6,7 +6,7 @@ sidebar_label: Secure Data Share
|
||||
sidebar_position: 6
|
||||
sidebar_class_name: secureDataShare
|
||||
keywords: ['data listing', 'data share', 'secure data sharing']
|
||||
description: Secure Data Share is an easy way to get IDN data of your organization in a structured format.
|
||||
description: Share ISC data with Snowflake.
|
||||
slug: /reporting/secure-data-share
|
||||
tags: ['SecureDataShare']
|
||||
hide_table_of_contents: true
|
||||
|
||||
@@ -6,7 +6,7 @@ sidebar_label: Tools
|
||||
sidebar_position: 1
|
||||
sidebar_class_name: tools
|
||||
keywords: ['tools']
|
||||
description: Building tools in IdentityNow
|
||||
description: ISC developer tools.
|
||||
slug: /tools
|
||||
tags: ['tools']
|
||||
---
|
||||
@@ -22,26 +22,6 @@ import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||
```
|
||||
|
||||
<!-- ## CLI
|
||||
|
||||
The SailPoint command line interface (CLI) is a terminal-based tool you can use to interact with your ISC tenant. The CLI provides a text-based environment you can use to run operations known as "commands" to interact with your tenant however you want. You can use the CLI to perform many functions you would have otherwise used Postman or custom scripts to perform before. To learn more about the SailPoint CLI, refer to [CLI](./tools/cli).
|
||||
|
||||
## SDK
|
||||
|
||||
The SailPoint software development kits (SDKs) make it easier for developers to leverage the ISC APIs, extensibility options, and connectivity while they build with their preferred coding languages. To see the available SDK language options and find more information about those SDKs, refer to [SDK](https://developer.sailpoint.com/docs/tools/sdk).
|
||||
|
||||
## Rule Development Kit
|
||||
|
||||
The SailPoint rule development kit (RDK) is a project that makes rule development much easier. The RDK provides you with the available classes and methods when you're developing a rule. With the RDK, you can mock out these classes and run your rule locally to test your logic before submitting it for review. To learn more about the RDK, refer to [RDK](https://developer.sailpoint.com/docs/tools/rdk).
|
||||
|
||||
## UI Development Kit
|
||||
|
||||
The SailPoint ISC UI development kit provides developers with a way to quickly develop custom UIs that integrate with ISC. To learn more about the UI development kit, refer to [UI Development Kit](https://developer.sailpoint/tools/ui-development-kit).
|
||||
|
||||
## Admin Console
|
||||
|
||||
The ISC admin console is a desktop application you can use to administer and troubleshoot ISC. The admin console provides a single place you can use to perform common administrative tasks and troubleshoot issues in your ISC tenant. To learn more about the ISC admin console, refer to [Admin Console](https://developer.sailpoint/docs/tools/admin-console). -->
|
||||
|
||||
## Discuss
|
||||
|
||||
To learn more about the ISC tools and discuss them with SailPoint Developer Community members, go to the [Forum](https://developer.sailpoint.com/discuss/tags/c/isc/6).
|
||||
|
||||
@@ -6,7 +6,7 @@ sidebar_label: CLI
|
||||
sidebar_position: 1
|
||||
sidebar_class_name: cli
|
||||
keywords: ['cli']
|
||||
description: The SailPoint CLI is a terminal-based tool you can use to interact with your IDN tenant.
|
||||
description: Terminal-based tool for interaction with ISC.
|
||||
slug: /tools/cli
|
||||
tags: ['CLI']
|
||||
---
|
||||
|
||||
@@ -6,7 +6,7 @@ sidebar_label: Golang
|
||||
sidebar_position: 2
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'golang', 'sdk']
|
||||
description: Learn how to use the Golang SDK in this guide.
|
||||
description: Easy ISC development in Golang SDK.
|
||||
slug: /tools/sdk/go
|
||||
tags: ['SDK', 'Software Development Kit']
|
||||
---
|
||||
|
||||
@@ -6,18 +6,22 @@ sidebar_label: SDKs
|
||||
sidebar_position: 2
|
||||
sidebar_class_name: sdk
|
||||
keywords: ['sdk']
|
||||
description: A SailPoint SDK makes it easy to access the SailPoint API and extend your IDN platform.
|
||||
description: Easy ISC development in your preferred coding language.
|
||||
slug: /tools/sdk
|
||||
tags: ['SDK']
|
||||
---
|
||||
|
||||
## SDKs
|
||||
## Overview
|
||||
|
||||
A SailPoint software development kit (SDK) makes it easy to access the SailPoint APIs and extend your IDN platform.
|
||||
The SailPoint software development kits (SDKs) make it easier for developers to leverage the Identity Security Cloud (ISC) APIs, extensibility options, and connectivity while they build with their preferred coding languages.
|
||||
|
||||
In addition to the APIs, each SDK includes SaaS connector, IDN search, and transform functionality. Each SDK also includes prebuilt examples you can use to learn how to get started.
|
||||
```mdx-code-block
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
|
||||
Try one of these SDKs to get started:
|
||||
- [Go SDK](./go/index.mdx)
|
||||
- [Powershell SDK](./powershell/index.mdx)
|
||||
- [TypeScript SDK](./typescript/index.mdx)
|
||||
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||
```
|
||||
|
||||
## Discuss
|
||||
|
||||
To learn more about the ISC SDKs and discuss them with SailPoint Developer Community members, go to the [Forum](https://developer.sailpoint.com/discuss/tags/c/isc/6).
|
||||
@@ -6,7 +6,7 @@ sidebar_label: PowerShell
|
||||
sidebar_position: 3
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'sdk']
|
||||
description: Learn how to use the PowerShell SDK in this guide.
|
||||
description: Easy ISC development in PowerShell.
|
||||
slug: /tools/sdk/powershell
|
||||
tags: ['SDK']
|
||||
---
|
||||
|
||||
@@ -6,7 +6,7 @@ sidebar_label: TypeScript
|
||||
sidebar_position: 4
|
||||
sidebar_class_name: typescriptsdk
|
||||
keywords: ['tsc', 'typescript', 'sdk']
|
||||
description: Learn how to use the TypeScript SDK in this guide.
|
||||
description: Easy ISC development in TypeScript.
|
||||
slug: /tools/sdk/typescript
|
||||
tags: ['SDK']
|
||||
---
|
||||
|
||||
@@ -31,10 +31,6 @@ const sidebars = {
|
||||
type: 'doc',
|
||||
id: 'api/authorization',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'api/service-accounts',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'api/standard-collection-parameters',
|
||||
|
||||