Refactor docusaurus site for Identity Security Cloud
44
.github/bot.yml
vendored
@@ -2,42 +2,46 @@
|
|||||||
# Enable "labeler" for your PR that would add labels to PRs based on the paths that are modified in the PR.
|
# Enable "labeler" for your PR that would add labels to PRs based on the paths that are modified in the PR.
|
||||||
labelPRBasedOnFilePath:
|
labelPRBasedOnFilePath:
|
||||||
Images:
|
Images:
|
||||||
- products/**/*.png
|
- docs/**/*.png
|
||||||
- products/**/*.svg
|
- docs/**/*.svg
|
||||||
- products/**/*.jpg
|
- docs/**/*.jpg
|
||||||
- products/**/*.jpeg
|
- docs/**/*.jpeg
|
||||||
Docs:
|
Docs:
|
||||||
- products/**/*.md*
|
- docs/**/*.md*
|
||||||
Tools:
|
Tools:
|
||||||
- products/idn/docs/identity-now/tools/**/*
|
- docs/tools/**/*
|
||||||
CLI Docs:
|
CLI Docs:
|
||||||
- products/idn/docs/identity-now/tools/cli/**/*
|
- docs/tools/cli/**/*
|
||||||
SDK Docs:
|
SDK Docs:
|
||||||
- products/idn/docs/identity-now/tools/sdk/**/*
|
- docs/tools/sdk/**/*
|
||||||
Rule Development Kit Docs:
|
Rule Development Kit Docs:
|
||||||
- products/idn/docs/identity-now/tools/rule-development-kit/**/*
|
- docs/tools/rule-development-kit/**/*
|
||||||
IdentityNow:
|
IdentityNow:
|
||||||
- products/idn/**/*
|
- docs/extensibility/**/*
|
||||||
|
- docs/connectivity/**/*
|
||||||
|
- docs/api/**/*
|
||||||
|
- docs/guides/**/*
|
||||||
|
- docs/reporting/**/*
|
||||||
NERM:
|
NERM:
|
||||||
- products/nerm/**/*
|
- docs/nerm/**/*
|
||||||
IdentityIQ:
|
IdentityIQ:
|
||||||
- products/iiq/**/*
|
- docs/iiq/**/*
|
||||||
Event Trigger Docs:
|
Event Trigger Docs:
|
||||||
- products/idn/docs/identity-now/event-triggers/**/*
|
- docs/extensibility/event-triggers/**/*
|
||||||
SaaS Connectivity Docs:
|
SaaS Connectivity Docs:
|
||||||
- products/idn/docs/identity-now/saas-connectivity/**/*
|
- docs/connectivity/saas-connectivity/**/*
|
||||||
Secure Data Share (SDS):
|
Secure Data Share (SDS):
|
||||||
- products/idn/docs/identity-now/secure-data-share/**/*
|
- docs/reporting/secure-data-share/**/*
|
||||||
Access Intelligence Center (AIC):
|
Access Intelligence Center (AIC):
|
||||||
- products/idn/docs/identity-now/access-intelligence-center/**/*
|
- docs/reporting/access-intelligence-center/**/*
|
||||||
Transform Docs:
|
Transform Docs:
|
||||||
- products/idn/docs/identity-now/transforms/**/*
|
- docs/extensibility/transforms/**/*
|
||||||
Rules Docs:
|
Rules Docs:
|
||||||
- products/idn/docs/identity-now/rules/**/*
|
- docs/extensibility/rules/**/*
|
||||||
SaaS Configuration Docs:
|
SaaS Configuration Docs:
|
||||||
- products/idn/docs/identity-now/saas-configuration.md*
|
- docs/extensibility/configuration-management/saas-configuration.md*
|
||||||
Introduction Doc:
|
Introduction Doc:
|
||||||
- products/idn/docs/identity-now/index.md*
|
- docs/index.md*
|
||||||
Pages:
|
Pages:
|
||||||
- src/pages/**/*
|
- src/pages/**/*
|
||||||
Static Files:
|
Static Files:
|
||||||
|
|||||||
2
.gitignore
vendored
@@ -28,6 +28,8 @@ yarn.lock
|
|||||||
/products/iiq/api
|
/products/iiq/api
|
||||||
/products/nerm/api
|
/products/nerm/api
|
||||||
|
|
||||||
|
/docs/api
|
||||||
|
|
||||||
#Alogolia env file
|
#Alogolia env file
|
||||||
/algolia/.env
|
/algolia/.env
|
||||||
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
# Developer Relations main
|
|
||||||
27
docs/connectivity.md
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
id: connectivity
|
||||||
|
title: Connectivity
|
||||||
|
pagination_label: Connectivity
|
||||||
|
sidebar_label: Connectivity
|
||||||
|
sidebar_position: 1
|
||||||
|
sidebar_class_name: connectivity
|
||||||
|
keywords: ['connectivity']
|
||||||
|
description: Building extensibility in IdentityNow
|
||||||
|
slug: /connectivity
|
||||||
|
tags: ['connectivity']
|
||||||
|
---
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
Connectivity refers to Identity Security Cloud's (ISC) ability to connect to many different [sources](https://documentation.sailpoint.com/saas/help/sources/index.html) of many different types. Organizations can then manage access to the different sources and ensure that the access is secure.
|
||||||
|
|
||||||
|
```mdx-code-block
|
||||||
|
import DocCardList from '@theme/DocCardList';
|
||||||
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||||
|
|
||||||
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||||
|
```
|
||||||
|
|
||||||
|
## Discuss
|
||||||
|
|
||||||
|
To learn more about ISC connectivity and discuss it with SailPoint Developer Community members, go to the [Forum](https://developer.sailpoint.com/discuss/tags/c/isc/6).
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 3
|
|||||||
sidebar_class_name: commonCliCommands
|
sidebar_class_name: commonCliCommands
|
||||||
keywords: ['connectivity', 'connectors', 'commands', 'cli']
|
keywords: ['connectivity', 'connectors', 'commands', 'cli']
|
||||||
description: These are the CLI commands most commonly used when building SaaS Connectors.
|
description: These are the CLI commands most commonly used when building SaaS Connectors.
|
||||||
slug: /docs/saas-connectivity/common-cli-commands
|
slug: /saas-connectivity/common-cli-commands
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Account Create
|
|||||||
sidebar_label: Account Create
|
sidebar_label: Account Create
|
||||||
keywords: ['connectivity', 'connectors', 'account create']
|
keywords: ['connectivity', 'connectors', 'account create']
|
||||||
description: Create account on the source.
|
description: Create account on the source.
|
||||||
slug: /docs/saas-connectivity/commands/account-create
|
slug: /saas-connectivity/commands/account-create
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Account Delete
|
|||||||
sidebar_label: Account Delete
|
sidebar_label: Account Delete
|
||||||
keywords: ['connectivity', 'connectors', 'account delete']
|
keywords: ['connectivity', 'connectors', 'account delete']
|
||||||
description: Remove account from a source.
|
description: Remove account from a source.
|
||||||
slug: /docs/saas-connectivity/commands/account-delete
|
slug: /saas-connectivity/commands/account-delete
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Account Disable
|
|||||||
sidebar_label: Account Disable
|
sidebar_label: Account Disable
|
||||||
keywords: ['connectivity', 'connectors', 'account disable']
|
keywords: ['connectivity', 'connectors', 'account disable']
|
||||||
description: Disable an account on the source.
|
description: Disable an account on the source.
|
||||||
slug: /docs/saas-connectivity/commands/account-disable
|
slug: /saas-connectivity/commands/account-disable
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Account Discover
|
|||||||
sidebar_label: Account Discover
|
sidebar_label: Account Discover
|
||||||
keywords: ['connectivity', 'connectors', 'account discover']
|
keywords: ['connectivity', 'connectors', 'account discover']
|
||||||
description: Dynamically determine account schema from the source.
|
description: Dynamically determine account schema from the source.
|
||||||
slug: /docs/saas-connectivity/commands/account-discover
|
slug: /saas-connectivity/commands/account-discover
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Account Enable
|
|||||||
sidebar_label: Account Enable
|
sidebar_label: Account Enable
|
||||||
keywords: ['connectivity', 'connectors', 'account enable']
|
keywords: ['connectivity', 'connectors', 'account enable']
|
||||||
description: Enable an account on the source.
|
description: Enable an account on the source.
|
||||||
slug: /docs/saas-connectivity/commands/account-enable
|
slug: /saas-connectivity/commands/account-enable
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Account List
|
|||||||
sidebar_label: Account List
|
sidebar_label: Account List
|
||||||
keywords: ['connectivity', 'connectors', 'account list']
|
keywords: ['connectivity', 'connectors', 'account list']
|
||||||
description: Aggregate all accounts from the source into IdentityNow.
|
description: Aggregate all accounts from the source into IdentityNow.
|
||||||
slug: /docs/saas-connectivity/commands/account-list
|
slug: /saas-connectivity/commands/account-list
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Account Read
|
|||||||
sidebar_label: Account Read
|
sidebar_label: Account Read
|
||||||
keywords: ['connectivity', 'connectors', 'account read']
|
keywords: ['connectivity', 'connectors', 'account read']
|
||||||
description: Aggregate a single account from the source into IdentityNow.
|
description: Aggregate a single account from the source into IdentityNow.
|
||||||
slug: /docs/saas-connectivity/commands/account-read
|
slug: /saas-connectivity/commands/account-read
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Account Unlock
|
|||||||
sidebar_label: Account Unlock
|
sidebar_label: Account Unlock
|
||||||
keywords: ['connectivity', 'connectors', 'account unlock']
|
keywords: ['connectivity', 'connectors', 'account unlock']
|
||||||
description: Lock and unlock an account on the source.
|
description: Lock and unlock an account on the source.
|
||||||
slug: /docs/saas-connectivity/commands/account-unlock
|
slug: /saas-connectivity/commands/account-unlock
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Account Update
|
|||||||
sidebar_label: Account Update
|
sidebar_label: Account Update
|
||||||
keywords: ['connectivity', 'connectors', 'account update']
|
keywords: ['connectivity', 'connectors', 'account update']
|
||||||
description: Update an account on the source.
|
description: Update an account on the source.
|
||||||
slug: /docs/saas-connectivity/commands/account-update
|
slug: /saas-connectivity/commands/account-update
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Change Password
|
|||||||
sidebar_label: Change Password
|
sidebar_label: Change Password
|
||||||
keywords: ['connectivity', 'connectors', 'change password']
|
keywords: ['connectivity', 'connectors', 'change password']
|
||||||
description: Change password for an account on the source.
|
description: Change password for an account on the source.
|
||||||
slug: /docs/saas-connectivity/commands/change-password
|
slug: /saas-connectivity/commands/change-password
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Entitlement List
|
|||||||
sidebar_label: Entitlement List
|
sidebar_label: Entitlement List
|
||||||
keywords: ['connectivity', 'connectors', 'entitlement list']
|
keywords: ['connectivity', 'connectors', 'entitlement list']
|
||||||
description: Gather a list of all entitlements available on the source.
|
description: Gather a list of all entitlements available on the source.
|
||||||
slug: /docs/saas-connectivity/commands/entitlement-list
|
slug: /saas-connectivity/commands/entitlement-list
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Entitlement Read
|
|||||||
sidebar_label: Entitlement Read
|
sidebar_label: Entitlement Read
|
||||||
keywords: ['connectivity', 'connectors', 'entitlement read']
|
keywords: ['connectivity', 'connectors', 'entitlement read']
|
||||||
description: Fetch a single entitlement’s attributes from the source.
|
description: Fetch a single entitlement’s attributes from the source.
|
||||||
slug: /docs/saas-connectivity/commands/entitlement-read
|
slug: /saas-connectivity/commands/entitlement-read
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 129 KiB |
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 121 KiB |
|
Before Width: | Height: | Size: 484 KiB After Width: | Height: | Size: 484 KiB |
|
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 132 KiB |
|
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
@@ -7,7 +7,7 @@ sidebar_position: 7
|
|||||||
sidebar_class_name: connectorCommands
|
sidebar_class_name: connectorCommands
|
||||||
keywords: ['connectivity', 'connector', 'commands']
|
keywords: ['connectivity', 'connector', 'commands']
|
||||||
description: All commands available to implement in a SaaS Connector.
|
description: All commands available to implement in a SaaS Connector.
|
||||||
slug: /docs/saas-connectivity/connector-commands
|
slug: /saas-connectivity/connector-commands
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Source Data Discover
|
|||||||
sidebar_label: Source Data Discover
|
sidebar_label: Source Data Discover
|
||||||
keywords: ['connectivity', 'connectors', 'Source Data Discover']
|
keywords: ['connectivity', 'connectors', 'Source Data Discover']
|
||||||
description: Discover potential source data types.
|
description: Discover potential source data types.
|
||||||
slug: /docs/saas-connectivity/commands/source-data-discover
|
slug: /saas-connectivity/commands/source-data-discover
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Source Data Read
|
|||||||
sidebar_label: Source Data Read
|
sidebar_label: Source Data Read
|
||||||
keywords: ['connectivity', 'connectors', 'Source Data Read']
|
keywords: ['connectivity', 'connectors', 'Source Data Read']
|
||||||
description: Read source data.
|
description: Read source data.
|
||||||
slug: /docs/saas-connectivity/commands/source-data-read
|
slug: /saas-connectivity/commands/source-data-read
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Test Connection
|
|||||||
sidebar_label: Test Connection
|
sidebar_label: Test Connection
|
||||||
keywords: ['connectivity', 'connectors', 'test connection']
|
keywords: ['connectivity', 'connectors', 'test connection']
|
||||||
description: Ensure the connector can communicate with the source.
|
description: Ensure the connector can communicate with the source.
|
||||||
slug: /docs/saas-connectivity/commands/test-connection
|
slug: /saas-connectivity/commands/test-connection
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Account Create
|
|||||||
sidebar_label: Account Create
|
sidebar_label: Account Create
|
||||||
keywords: ['connectivity', 'connectors', 'Account Create']
|
keywords: ['connectivity', 'connectors', 'Account Create']
|
||||||
description: Intercept the account create command.
|
description: Intercept the account create command.
|
||||||
slug: /docs/saas-connectivity/customizers/commands/account-create
|
slug: /saas-connectivity/customizers/commands/account-create
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Account Delete
|
|||||||
sidebar_label: Account Delete
|
sidebar_label: Account Delete
|
||||||
keywords: ['connectivity', 'connectors', 'Account Delete']
|
keywords: ['connectivity', 'connectors', 'Account Delete']
|
||||||
description: Intercept the account delete command.
|
description: Intercept the account delete command.
|
||||||
slug: /docs/saas-connectivity/customizers/commands/account-delete
|
slug: /saas-connectivity/customizers/commands/account-delete
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Account Disable
|
|||||||
sidebar_label: Account Disable
|
sidebar_label: Account Disable
|
||||||
keywords: ['connectivity', 'connectors', 'Account Disable']
|
keywords: ['connectivity', 'connectors', 'Account Disable']
|
||||||
description: Intercept the account disable command.
|
description: Intercept the account disable command.
|
||||||
slug: /docs/saas-connectivity/customizers/commands/account-disable
|
slug: /saas-connectivity/customizers/commands/account-disable
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Account Enable
|
|||||||
sidebar_label: Account Enable
|
sidebar_label: Account Enable
|
||||||
keywords: ['connectivity', 'connectors', 'Account Enable']
|
keywords: ['connectivity', 'connectors', 'Account Enable']
|
||||||
description: Intercept the account enable command.
|
description: Intercept the account enable command.
|
||||||
slug: /docs/saas-connectivity/customizers/commands/account-enable
|
slug: /saas-connectivity/customizers/commands/account-enable
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Account List
|
|||||||
sidebar_label: Account List
|
sidebar_label: Account List
|
||||||
keywords: ['connectivity', 'connectors', 'Account List']
|
keywords: ['connectivity', 'connectors', 'Account List']
|
||||||
description: Intercept the account list command.
|
description: Intercept the account list command.
|
||||||
slug: /docs/saas-connectivity/customizers/commands/account-list
|
slug: /saas-connectivity/customizers/commands/account-list
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Account Read
|
|||||||
sidebar_label: Account Read
|
sidebar_label: Account Read
|
||||||
keywords: ['connectivity', 'connectors', 'Account Read']
|
keywords: ['connectivity', 'connectors', 'Account Read']
|
||||||
description: Intercept the account read command.
|
description: Intercept the account read command.
|
||||||
slug: /docs/saas-connectivity/customizers/commands/account-read
|
slug: /saas-connectivity/customizers/commands/account-read
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Account Unlock
|
|||||||
sidebar_label: Account Unlock
|
sidebar_label: Account Unlock
|
||||||
keywords: ['connectivity', 'connectors', 'Account Unlock']
|
keywords: ['connectivity', 'connectors', 'Account Unlock']
|
||||||
description: Intercept the account unlock command.
|
description: Intercept the account unlock command.
|
||||||
slug: /docs/saas-connectivity/customizers/commands/account-unlock
|
slug: /saas-connectivity/customizers/commands/account-unlock
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Account Update
|
|||||||
sidebar_label: Account Update
|
sidebar_label: Account Update
|
||||||
keywords: ['connectivity', 'connectors', 'Account Update']
|
keywords: ['connectivity', 'connectors', 'Account Update']
|
||||||
description: Intercept the account update command.
|
description: Intercept the account update command.
|
||||||
slug: /docs/saas-connectivity/customizers/commands/account-update
|
slug: /saas-connectivity/customizers/commands/account-update
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Change Password
|
|||||||
sidebar_label: Change Password
|
sidebar_label: Change Password
|
||||||
keywords: ['connectivity', 'connectors', 'Change Password']
|
keywords: ['connectivity', 'connectors', 'Change Password']
|
||||||
description: Intercept the change password command.
|
description: Intercept the change password command.
|
||||||
slug: /docs/saas-connectivity/customizers/commands/change-password
|
slug: /saas-connectivity/customizers/commands/change-password
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Entitlement List
|
|||||||
sidebar_label: Entitlement List
|
sidebar_label: Entitlement List
|
||||||
keywords: ['connectivity', 'connectors', 'Entitlement List']
|
keywords: ['connectivity', 'connectors', 'Entitlement List']
|
||||||
description: Intercept the entitlement list command.
|
description: Intercept the entitlement list command.
|
||||||
slug: /docs/saas-connectivity/customizers/commands/entitlement-list
|
slug: /saas-connectivity/customizers/commands/entitlement-list
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Entitlement Read
|
|||||||
sidebar_label: Entitlement Read
|
sidebar_label: Entitlement Read
|
||||||
keywords: ['connectivity', 'connectors', 'Entitlement Read']
|
keywords: ['connectivity', 'connectors', 'Entitlement Read']
|
||||||
description: Intercept the entitlement read command.
|
description: Intercept the entitlement read command.
|
||||||
slug: /docs/saas-connectivity/customizers/commands/entitlement-read
|
slug: /saas-connectivity/customizers/commands/entitlement-read
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 7
|
|||||||
sidebar_class_name: connectorCommands
|
sidebar_class_name: connectorCommands
|
||||||
keywords: ['connectivity', 'connector', 'commands']
|
keywords: ['connectivity', 'connector', 'commands']
|
||||||
description: Available connectivity customizer commands.
|
description: Available connectivity customizer commands.
|
||||||
slug: /docs/saas-connectivity/customizers/commands
|
slug: /saas-connectivity/customizers/commands
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Source Data Discover
|
|||||||
sidebar_label: Source Data Discover
|
sidebar_label: Source Data Discover
|
||||||
keywords: ['connectivity', 'connectors', 'Source Data Discover']
|
keywords: ['connectivity', 'connectors', 'Source Data Discover']
|
||||||
description: Intercept the source data discover command.
|
description: Intercept the source data discover command.
|
||||||
slug: /docs/saas-connectivity/customizers/commands/source-data-discover
|
slug: /saas-connectivity/customizers/commands/source-data-discover
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Source Data Read
|
|||||||
sidebar_label: Source Data Read
|
sidebar_label: Source Data Read
|
||||||
keywords: ['connectivity', 'connectors', 'Source Data Read']
|
keywords: ['connectivity', 'connectors', 'Source Data Read']
|
||||||
description: Intercept the source data read command.
|
description: Intercept the source data read command.
|
||||||
slug: /docs/saas-connectivity/customizers/commands/source-data-read
|
slug: /saas-connectivity/customizers/commands/source-data-read
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Test Connection
|
|||||||
sidebar_label: Test Connection
|
sidebar_label: Test Connection
|
||||||
keywords: ['connectivity', 'connectors', 'test connection']
|
keywords: ['connectivity', 'connectors', 'test connection']
|
||||||
description: Intercept the test connection command.
|
description: Intercept the test connection command.
|
||||||
slug: /docs/saas-connectivity/customizers/commands/test-connection
|
slug: /saas-connectivity/customizers/commands/test-connection
|
||||||
tags: ['Connectivity', 'Connector Command']
|
tags: ['Connectivity', 'Connector Command']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 7
|
|||||||
sidebar_class_name: saasConnectivity
|
sidebar_class_name: saasConnectivity
|
||||||
keywords: ['connectivity', 'connectors', customizers]
|
keywords: ['connectivity', 'connectors', customizers]
|
||||||
description: Full connectivity customizer example.
|
description: Full connectivity customizer example.
|
||||||
slug: /docs/saas-connectivity/customizers/example
|
slug: /saas-connectivity/customizers/example
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 4
|
|||||||
sidebar_class_name: saasConnectivity
|
sidebar_class_name: saasConnectivity
|
||||||
keywords: ['connectivity', 'connectors', customizers]
|
keywords: ['connectivity', 'connectors', customizers]
|
||||||
description: Get started with connectivity customizers.
|
description: Get started with connectivity customizers.
|
||||||
slug: /docs/saas-connectivity/customizers/getting-started
|
slug: /saas-connectivity/customizers/getting-started
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 7.1
|
|||||||
sidebar_class_name: saasConnectivity
|
sidebar_class_name: saasConnectivity
|
||||||
keywords: ['connectivity', 'connectors', customizers]
|
keywords: ['connectivity', 'connectors', customizers]
|
||||||
description: Connectivity customizers can customize out of the box SaaS connectors.
|
description: Connectivity customizers can customize out of the box SaaS connectors.
|
||||||
slug: /docs/saas-connectivity/customizers
|
slug: /saas-connectivity/customizers
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 6
|
|||||||
sidebar_class_name: saasConnectivity
|
sidebar_class_name: saasConnectivity
|
||||||
keywords: ['connectivity', 'connectors', customizers]
|
keywords: ['connectivity', 'connectors', customizers]
|
||||||
description: Link connectivity customizers to sources.
|
description: Link connectivity customizers to sources.
|
||||||
slug: /docs/saas-connectivity/customizers/linking
|
slug: /saas-connectivity/customizers/linking
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 6
|
|||||||
sidebar_class_name: saasConnectivity
|
sidebar_class_name: saasConnectivity
|
||||||
keywords: ['connectivity', 'connectors', customizers]
|
keywords: ['connectivity', 'connectors', customizers]
|
||||||
description: Test and debug connectors with customizers.
|
description: Test and debug connectors with customizers.
|
||||||
slug: /docs/saas-connectivity/customizers/testing
|
slug: /saas-connectivity/customizers/testing
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 5
|
|||||||
sidebar_class_name: saasConnectivity
|
sidebar_class_name: saasConnectivity
|
||||||
keywords: ['connectivity', 'connectors', customizers]
|
keywords: ['connectivity', 'connectors', customizers]
|
||||||
description: Build and upload connectivity customizers.
|
description: Build and upload connectivity customizers.
|
||||||
slug: /docs/saas-connectivity/customizers/upload
|
slug: /saas-connectivity/customizers/upload
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Card
|
|||||||
sidebar_label: Card
|
sidebar_label: Card
|
||||||
keywords: ['connectivity', 'connectors','connector-spec', 'card']
|
keywords: ['connectivity', 'connectors','connector-spec', 'card']
|
||||||
description: Details on using the card item
|
description: Details on using the card item
|
||||||
slug: /docs/saas-connectivity/connector-spec/card
|
slug: /saas-connectivity/connector-spec/card
|
||||||
tags: ['Connectivity', 'Connector Spec']
|
tags: ['Connectivity', 'Connector Spec']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 4
|
|||||||
sidebar_class_name: connectorSpecFile
|
sidebar_class_name: connectorSpecFile
|
||||||
keywords: ['connectivity', 'connectors', 'spec', 'specification']
|
keywords: ['connectivity', 'connectors', 'spec', 'specification']
|
||||||
description: The connector spec file tells IDN how the connector should interact between IDN and the custom connector. It is the glue between IDN and the connector, so understanding the different sections are key to understanding how to build a custom connectors.
|
description: The connector spec file tells IDN how the connector should interact between IDN and the custom connector. It is the glue between IDN and the connector, so understanding the different sections are key to understanding how to build a custom connectors.
|
||||||
slug: /docs/saas-connectivity/connector-spec
|
slug: /saas-connectivity/connector-spec
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Initial Value
|
|||||||
sidebar_label: Initial Value
|
sidebar_label: Initial Value
|
||||||
keywords: ['connectivity', 'connectors','connector-spec', 'sourceConfigInitialValues']
|
keywords: ['connectivity', 'connectors','connector-spec', 'sourceConfigInitialValues']
|
||||||
description: How to use the sourceConfigInitialValues field
|
description: How to use the sourceConfigInitialValues field
|
||||||
slug: /docs/saas-connectivity/connector-spec/initial-value
|
slug: /saas-connectivity/connector-spec/initial-value
|
||||||
tags: ['Connectivity', 'Connector Spec']
|
tags: ['Connectivity', 'Connector Spec']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Key Value
|
|||||||
sidebar_label: Key Value
|
sidebar_label: Key Value
|
||||||
keywords: ['connectivity', 'connectors','connector-spec', 'keyValue']
|
keywords: ['connectivity', 'connectors','connector-spec', 'keyValue']
|
||||||
description: Details on using the key value item
|
description: Details on using the key value item
|
||||||
slug: /docs/saas-connectivity/connector-spec/key-value
|
slug: /saas-connectivity/connector-spec/key-value
|
||||||
tags: ['Connectivity', 'Connector Spec']
|
tags: ['Connectivity', 'Connector Spec']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: List
|
|||||||
sidebar_label: List
|
sidebar_label: List
|
||||||
keywords: ['connectivity', 'connectors','connector-spec', 'list']
|
keywords: ['connectivity', 'connectors','connector-spec', 'list']
|
||||||
description: Details on using the list item
|
description: Details on using the list item
|
||||||
slug: /docs/saas-connectivity/connector-spec/list
|
slug: /saas-connectivity/connector-spec/list
|
||||||
tags: ['Connectivity', 'Connector Spec']
|
tags: ['Connectivity', 'Connector Spec']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Radio
|
|||||||
sidebar_label: Radio
|
sidebar_label: Radio
|
||||||
keywords: ['connectivity', 'connectors','connector-spec', 'radio']
|
keywords: ['connectivity', 'connectors','connector-spec', 'radio']
|
||||||
description: Details on using the Radio item
|
description: Details on using the Radio item
|
||||||
slug: /docs/saas-connectivity/connector-spec/radio
|
slug: /saas-connectivity/connector-spec/radio
|
||||||
tags: ['Connectivity', 'Connector Spec']
|
tags: ['Connectivity', 'Connector Spec']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -5,7 +5,7 @@ pagination_label: Select
|
|||||||
sidebar_label: Select
|
sidebar_label: Select
|
||||||
keywords: ['connectivity', 'connectors','connector-spec', 'select']
|
keywords: ['connectivity', 'connectors','connector-spec', 'select']
|
||||||
description: Details on using the select item
|
description: Details on using the select item
|
||||||
slug: /docs/saas-connectivity/connector-spec/select
|
slug: /saas-connectivity/connector-spec/select
|
||||||
tags: ['Connectivity', 'Connector Spec']
|
tags: ['Connectivity', 'Connector Spec']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 5
|
|||||||
sidebar_class_name: exampleConnectors
|
sidebar_class_name: exampleConnectors
|
||||||
keywords: ['connectivity', 'connectors', 'example']
|
keywords: ['connectivity', 'connectors', 'example']
|
||||||
description: Here are a few example connectors that were built for you to download and learn from.
|
description: Here are a few example connectors that were built for you to download and learn from.
|
||||||
slug: /docs/saas-connectivity/example-connectors
|
slug: /saas-connectivity/example-connectors
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
@@ -7,7 +7,7 @@ sidebar_position: 1
|
|||||||
sidebar_class_name: apiCalls
|
sidebar_class_name: apiCalls
|
||||||
keywords: ['connectivity', 'connectors', 'api calls']
|
keywords: ['connectivity', 'connectors', 'api calls']
|
||||||
description: Calling API endpoints sequentially for hundreds or thousands of accounts is slow. If several API calls are required to build a user’s account, then it is recommended that you use asynchronous functions to speed up this task.
|
description: Calling API endpoints sequentially for hundreds or thousands of accounts is slow. If several API calls are required to build a user’s account, then it is recommended that you use asynchronous functions to speed up this task.
|
||||||
slug: /docs/saas-connectivity/in-depth/api-calls
|
slug: /saas-connectivity/in-depth/api-calls
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 1
|
|||||||
sidebar_class_name: cliAdvanced
|
sidebar_class_name: cliAdvanced
|
||||||
keywords: ['connectivity', 'connectors', 'cli']
|
keywords: ['connectivity', 'connectors', 'cli']
|
||||||
description: Using the CLI to properly test and debug your connector in IdentityNow
|
description: Using the CLI to properly test and debug your connector in IdentityNow
|
||||||
slug: /docs/saas-connectivity/in-depth/cli-advanced
|
slug: /saas-connectivity/in-depth/cli-advanced
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 1.2
|
|||||||
sidebar_class_name: connectorTimeouts
|
sidebar_class_name: connectorTimeouts
|
||||||
keywords: ['connectivity', 'connectors', 'timeout']
|
keywords: ['connectivity', 'connectors', 'timeout']
|
||||||
description: IdentityNow will throw an error if your connector does not send a response in 3 minutes. For connector commands that might take longer than 3 minutes, make sure to send data at regular intervals to prevent a timeout.
|
description: IdentityNow will throw an error if your connector does not send a response in 3 minutes. For connector commands that might take longer than 3 minutes, make sure to send data at regular intervals to prevent a timeout.
|
||||||
slug: /docs/saas-connectivity/in-depth/connector-timeouts
|
slug: /saas-connectivity/in-depth/connector-timeouts
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 2
|
|||||||
sidebar_class_name: debugging
|
sidebar_class_name: debugging
|
||||||
keywords: ['connectivity', 'connectors', 'debugging']
|
keywords: ['connectivity', 'connectors', 'debugging']
|
||||||
description: An easy way to debug locally is to use console.log() to print debug information to your console.
|
description: An easy way to debug locally is to use console.log() to print debug information to your console.
|
||||||
slug: /docs/saas-connectivity/in-depth/debugging
|
slug: /saas-connectivity/in-depth/debugging
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 3
|
|||||||
sidebar_class_name: errorHandling
|
sidebar_class_name: errorHandling
|
||||||
keywords: ['connectivity', 'connectors', 'error handling']
|
keywords: ['connectivity', 'connectors', 'error handling']
|
||||||
description: If the code fails due to validation issues, connectivity, or configuration errors, you can handle the error and provide the user with information about what went wrong.
|
description: If the code fails due to validation issues, connectivity, or configuration errors, you can handle the error and provide the user with information about what went wrong.
|
||||||
slug: /docs/saas-connectivity/in-depth/error-handling
|
slug: /saas-connectivity/in-depth/error-handling
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -7,7 +7,7 @@ sidebar_position: 4
|
|||||||
sidebar_class_name: linting
|
sidebar_class_name: linting
|
||||||
keywords: ['connectivity', 'connectors', 'linting']
|
keywords: ['connectivity', 'connectors', 'linting']
|
||||||
description: Automatically check your connector source code for programmatic and stylistic errors.
|
description: Automatically check your connector source code for programmatic and stylistic errors.
|
||||||
slug: /docs/saas-connectivity/in-depth/linting
|
slug: /saas-connectivity/in-depth/linting
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 5
|
|||||||
sidebar_class_name: logging
|
sidebar_class_name: logging
|
||||||
keywords: ['connectivity', 'connectors', 'logging']
|
keywords: ['connectivity', 'connectors', 'logging']
|
||||||
description: You can use this feature to read the logs of your connectors.
|
description: You can use this feature to read the logs of your connectors.
|
||||||
slug: /docs/saas-connectivity/in-depth/logging
|
slug: /saas-connectivity/in-depth/logging
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 6
|
|||||||
sidebar_class_name: handlingRateLimits
|
sidebar_class_name: handlingRateLimits
|
||||||
keywords: ['connectivity', 'connectors', 'rate limits']
|
keywords: ['connectivity', 'connectors', 'rate limits']
|
||||||
description: Rate limiting for SaaS Connectivity.
|
description: Rate limiting for SaaS Connectivity.
|
||||||
slug: /docs/saas-connectivity/in-depth/handling-rate-limits
|
slug: /saas-connectivity/in-depth/handling-rate-limits
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 7
|
|||||||
sidebar_class_name: testing
|
sidebar_class_name: testing
|
||||||
keywords: ['connectivity', 'connectors', 'testing']
|
keywords: ['connectivity', 'connectors', 'testing']
|
||||||
description: Testing SaaS Connectivity.
|
description: Testing SaaS Connectivity.
|
||||||
slug: /docs/saas-connectivity/in-depth/testing
|
slug: /saas-connectivity/in-depth/testing
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 4
|
|||||||
sidebar_class_name: saasConnectivity
|
sidebar_class_name: saasConnectivity
|
||||||
keywords: ['connectivity', 'connectors']
|
keywords: ['connectivity', 'connectors']
|
||||||
description: SaaS Connectivity is a cloud based connector runtime that makes developing and deploying web service connectors easy.
|
description: SaaS Connectivity is a cloud based connector runtime that makes developing and deploying web service connectors easy.
|
||||||
slug: /docs/saas-connectivity
|
slug: /saas-connectivity
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 6.8
|
|||||||
sidebar_class_name: limits
|
sidebar_class_name: limits
|
||||||
keywords: ['connectivity', 'connectors', 'commands', 'cli']
|
keywords: ['connectivity', 'connectors', 'commands', 'cli']
|
||||||
description: This describes certain limits that are in place when running a SaaS Connector
|
description: This describes certain limits that are in place when running a SaaS Connector
|
||||||
slug: /docs/saas-connectivity/limits
|
slug: /saas-connectivity/limits
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 6
|
|||||||
sidebar_class_name: postmanCollection
|
sidebar_class_name: postmanCollection
|
||||||
keywords: ['connectivity', 'connectors', 'postman']
|
keywords: ['connectivity', 'connectors', 'postman']
|
||||||
description: Use the following Postman Collection file to run tests for each of the commands locally.
|
description: Use the following Postman Collection file to run tests for each of the commands locally.
|
||||||
slug: /docs/saas-connectivity/postman-collection
|
slug: /saas-connectivity/postman-collection
|
||||||
tags: ['Connectivity', 'Postman']
|
tags: ['Connectivity', 'Postman']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 1
|
|||||||
sidebar_class_name: prerequisites
|
sidebar_class_name: prerequisites
|
||||||
keywords: ['connectivity', 'connectors', 'prerequisites']
|
keywords: ['connectivity', 'connectors', 'prerequisites']
|
||||||
description: These are some prerequisites you must have before you start building SaaS Connectors.
|
description: These are some prerequisites you must have before you start building SaaS Connectors.
|
||||||
slug: /docs/saas-connectivity/prerequisites
|
slug: /saas-connectivity/prerequisites
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 2
|
|||||||
sidebar_class_name: testBuildDeploy
|
sidebar_class_name: testBuildDeploy
|
||||||
keywords: ['connectivity', 'connectors', 'test', 'build', 'deploy']
|
keywords: ['connectivity', 'connectors', 'test', 'build', 'deploy']
|
||||||
description: As you implement command handlers, you must test them. The connector SDK provides some utility methods to locally run your connector to test, build, and deploy.
|
description: As you implement command handlers, you must test them. The connector SDK provides some utility methods to locally run your connector to test, build, and deploy.
|
||||||
slug: /docs/saas-connectivity/test-build-deploy
|
slug: /saas-connectivity/test-build-deploy
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 1.5
|
|||||||
sidebar_class_name: videos
|
sidebar_class_name: videos
|
||||||
keywords: ['connectivity', 'connectors', 'videos']
|
keywords: ['connectivity', 'connectors', 'videos']
|
||||||
description: Helpful videos on using SaaS connectivity
|
description: Helpful videos on using SaaS connectivity
|
||||||
slug: /docs/saas-connectivity/videos
|
slug: /saas-connectivity/videos
|
||||||
tags: ['Connectivity']
|
tags: ['Connectivity']
|
||||||
---
|
---
|
||||||
import Video from '@site/src/components/Video';
|
import Video from '@site/src/components/Video';
|
||||||
19
docs/extensibility.md
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
id: extensibility
|
||||||
|
title: Extensibility
|
||||||
|
pagination_label: Extensibility
|
||||||
|
sidebar_label: Extensibility
|
||||||
|
sidebar_position: 1
|
||||||
|
sidebar_class_name: extensibility
|
||||||
|
keywords: ['extensibility']
|
||||||
|
description: Building extensibility in IdentityNow
|
||||||
|
slug: /extensibility
|
||||||
|
tags: ['extensibility']
|
||||||
|
---
|
||||||
|
|
||||||
|
```mdx-code-block
|
||||||
|
import DocCardList from '@theme/DocCardList';
|
||||||
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||||
|
|
||||||
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||||
|
```
|
||||||
25
docs/extensibility/configuration-management/index.mdx
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
id: configuration-management
|
||||||
|
title: Configuration Management
|
||||||
|
pagination_label: Configuration Management
|
||||||
|
sidebar_label: Configuration Management
|
||||||
|
sidebar_position: 6
|
||||||
|
sidebar_class_name: Configuration Management
|
||||||
|
hide_title: true
|
||||||
|
keywords:
|
||||||
|
[
|
||||||
|
'portal',
|
||||||
|
'docs',
|
||||||
|
'documentation',
|
||||||
|
]
|
||||||
|
description: This is the intoduction documentation regarding SailPoint's configuration management.
|
||||||
|
slug: /configuration-management
|
||||||
|
tags: ['Introduction', 'Getting Started']
|
||||||
|
---
|
||||||
|
|
||||||
|
```mdx-code-block
|
||||||
|
import DocCardList from '@theme/DocCardList';
|
||||||
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||||
|
|
||||||
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||||
|
```
|
||||||
@@ -6,7 +6,7 @@ sidebar_position: 3
|
|||||||
sidebar_class_name: saasConfiguration
|
sidebar_class_name: saasConfiguration
|
||||||
keywords: ['configuration']
|
keywords: ['configuration']
|
||||||
description: Use SaaS Configuration APIs to import and export configurations.
|
description: Use SaaS Configuration APIs to import and export configurations.
|
||||||
slug: /docs/saas-configuration
|
slug: /configuration-management/saas-configuration
|
||||||
tags: ['SaaS Configuration']
|
tags: ['SaaS Configuration']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -67,7 +67,7 @@ The available supported objects are also available via REST API! See List Config
|
|||||||
|
|
||||||
### Process
|
### Process
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
1. **Start Export** - Start the export process by configuring a JSON payload for the export options. This payload will be sent to `POST /beta/sp-config/export`.
|
1. **Start Export** - Start the export process by configuring a JSON payload for the export options. This payload will be sent to `POST /beta/sp-config/export`.
|
||||||
2. **Response with Export Status** - An export status will be given in response. This contains a `jobId` and a `status` to be used to subsequently monitor the process. Initially, this may have a status of `NOT_STARTED`.
|
2. **Response with Export Status** - An export status will be given in response. This contains a `jobId` and a `status` to be used to subsequently monitor the process. Initially, this may have a status of `NOT_STARTED`.
|
||||||
@@ -85,7 +85,7 @@ The available supported objects are also available via REST API! See List Config
|
|||||||
|
|
||||||
### Process
|
### Process
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
1. **Start Import** - Start the import process by configuring a JSON payload for the import options. This will then be sent to `POST /beta/sp-config/import`.
|
1. **Start Import** - Start the import process by configuring a JSON payload for the import options. This will then be sent to `POST /beta/sp-config/import`.
|
||||||
2. **Response with Import Status** - An import status will be given in response. This contains a `jobId` and a `status` to be used to subsequently monitor the process. Initially this might have a status of `NOT_STARTED`.
|
2. **Response with Import Status** - An import status will be given in response. This contains a `jobId` and a `status` to be used to subsequently monitor the process. Initially this might have a status of `NOT_STARTED`.
|
||||||
@@ -17,7 +17,7 @@ keywords:
|
|||||||
'available',
|
'available',
|
||||||
]
|
]
|
||||||
description: Fires after an access request is approved.
|
description: Fires after an access request is approved.
|
||||||
slug: /docs/event-triggers/triggers/access-request-decision
|
slug: /event-triggers/triggers/access-request-decision
|
||||||
tags: ['Event Triggers', 'Available Event Triggers', 'Fire and Forget']
|
tags: ['Event Triggers', 'Available Event Triggers', 'Fire and Forget']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ sidebar_class_name: accessRequestDynamicApproval
|
|||||||
keywords:
|
keywords:
|
||||||
['event', 'trigger', 'access', 'request', 'dynamic', 'approval', 'available']
|
['event', 'trigger', 'access', 'request', 'dynamic', 'approval', 'available']
|
||||||
description: Fires after an access request is submitted.
|
description: Fires after an access request is submitted.
|
||||||
slug: /docs/event-triggers/triggers/access-request-dynamic-approval
|
slug: /event-triggers/triggers/access-request-dynamic-approval
|
||||||
tags: ['Event Triggers', 'Available Event Triggers', 'Request Response']
|
tags: ['Event Triggers', 'Available Event Triggers', 'Request Response']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -6,7 +6,7 @@ sidebar_label: Access Request Submitted
|
|||||||
sidebar_class_name: accessRequestSubmitted
|
sidebar_class_name: accessRequestSubmitted
|
||||||
keywords: ['event', 'trigger', 'access', 'request', 'submitted', 'preapproval', 'available']
|
keywords: ['event', 'trigger', 'access', 'request', 'submitted', 'preapproval', 'available']
|
||||||
description: Fires after an access request is submitted.
|
description: Fires after an access request is submitted.
|
||||||
slug: /docs/event-triggers/triggers/access-request-submitted
|
slug: /event-triggers/triggers/access-request-submitted
|
||||||
tags: ['Event Triggers', 'Available Event Triggers', 'Request Response']
|
tags: ['Event Triggers', 'Available Event Triggers', 'Request Response']
|
||||||
---
|
---
|
||||||
|
|
||||||