mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Add card descriptions and modify card length
This commit is contained in:
@@ -14,6 +14,6 @@ tags: ['Event Triggers', 'Available Event Triggers']
|
|||||||
import DocCardList from '@theme/DocCardList';
|
import DocCardList from '@theme/DocCardList';
|
||||||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||||
|
|
||||||
The event triggers in this section are generally available to all IDN tenants. Event triggers currently in development are considered [Early Access](../early-access/index.mdx) and require a support ticket to be enabled in a tenant.
|
The event triggers in this section are generally available to all ISC tenants. Event triggers currently in development are considered [Early Access](../early-access/index.mdx) and require a support ticket to be enabled in a tenant.
|
||||||
|
|
||||||
<DocCardList items={useCurrentSidebarCategory().items} />
|
<DocCardList items={useCurrentSidebarCategory().items} />
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
id: admin-console
|
|
||||||
title: Admin Console
|
|
||||||
pagination_label: ADMIN
|
|
||||||
sidebar_label: Admin Console
|
|
||||||
sidebar_position: 5
|
|
||||||
sidebar_class_name: rudk
|
|
||||||
keywords: ['UI', 'admin','console']
|
|
||||||
description: The Admin's toolbox.
|
|
||||||
slug: /tools/admin-console
|
|
||||||
tags: ['UI']
|
|
||||||
---
|
|
||||||
|
|
||||||
## Start Using the Admin Console
|
|
||||||
@@ -14,7 +14,7 @@ tags: ['CLI']
|
|||||||
|
|
||||||
Learn about the CLI commands you can use to interact with VAs in this guide.
|
Learn about the CLI commands you can use to interact with VAs in this guide.
|
||||||
|
|
||||||
A virtual appliance (VA) is a Linux-based virtual machine that connects to your sources and applications in IDN by using APIs, connectors, and other integrations SailPoint has made available.
|
A virtual appliance (VA) is a Linux-based virtual machine that connects to your sources and applications in ISC by using APIs, connectors, and other integrations SailPoint has made available.
|
||||||
|
|
||||||
For more information about VAs, refer to the [Virtual Appliance Reference Guide](https://community.sailpoint.com/t5/IdentityNow-Connectors/Virtual-Appliance-Reference-Guide/ta-p/74641?_ga=2.265747530.43742715.1681135659-1245631791.1680185785&_gl=1*1bevvkq*_ga*MTI0NTYzMTc5MS4xNjgwMTg1Nzg1*_ga_SS72Z4HXJM*MTY4MTMwOTc1MC4yOS4xLjE2ODEzMDk5MzkuMjguMC4w).
|
For more information about VAs, refer to the [Virtual Appliance Reference Guide](https://community.sailpoint.com/t5/IdentityNow-Connectors/Virtual-Appliance-Reference-Guide/ta-p/74641?_ga=2.265747530.43742715.1681135659-1245631791.1680185785&_gl=1*1bevvkq*_ga*MTI0NTYzMTc5MS4xNjgwMTg1Nzg1*_ga_SS72Z4HXJM*MTY4MTMwOTc1MC4yOS4xLjE2ODEzMDk5MzkuMjguMC4w).
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ You need the following to use the Go SDK:
|
|||||||
|
|
||||||
- Your tenant name in IdentityNow. To learn how to find it, refer to [Getting Started](/docs/api/getting-started#find-your-tenant-name). The SDK will use this tenant name to connect to your IdentityNow instance.
|
- Your tenant name in IdentityNow. To learn how to find it, refer to [Getting Started](/docs/api/getting-started#find-your-tenant-name). The SDK will use this tenant name to connect to your IdentityNow instance.
|
||||||
|
|
||||||
- A PAT with a client secret and ID. To learn how to create one in IDN, 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 ISC, 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
|
||||||
@@ -189,7 +189,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 IDN 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 ISC 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
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ You need the following to use the PowerShell SDK:
|
|||||||
|
|
||||||
- Your tenant name in IdentityNow. To learn how to find it, refer to [Getting Started](/docs/api/getting-started#find-your-tenant-name). The SDK will use this tenant name to connect to your IdentityNow instance.
|
- Your tenant name in IdentityNow. To learn how to find it, refer to [Getting Started](/docs/api/getting-started#find-your-tenant-name). The SDK will use this tenant name to connect to your IdentityNow instance.
|
||||||
|
|
||||||
- A PAT with a client secret and ID. To learn how to create one in IDN, 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 ISC, 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
|
||||||
|
|
||||||
@@ -193,7 +193,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 IDN 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 ISC 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
|
||||||
|
|
||||||
|
|||||||
@@ -27,9 +27,9 @@ You need the following to use the TypeScript SDK:
|
|||||||
npm install -g typescript
|
npm install -g typescript
|
||||||
```
|
```
|
||||||
|
|
||||||
- Your tenant name in IDN. To learn how to find it, refer to [Getting Started](/docs/api/getting-started#find-your-tenant-name). The SDK will use this tenant name to connect to your IDN instance.
|
- Your tenant name in ISC. To learn how to find it, refer to [Getting Started](/docs/api/getting-started#find-your-tenant-name). The SDK will use this tenant name to connect to your ISC instance.
|
||||||
|
|
||||||
- A PAT with a client secret and ID. To learn how to create one in IDN, 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 ISC, 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
|
||||||
|
|
||||||
@@ -229,7 +229,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 IDN 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 ISC 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
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
id: udk
|
|
||||||
title: UI Development Kit
|
|
||||||
pagination_label: UDK
|
|
||||||
sidebar_label: UI Development Kit
|
|
||||||
sidebar_position: 4
|
|
||||||
sidebar_class_name: rudk
|
|
||||||
keywords: ['UI', 'development','kit']
|
|
||||||
description: Develop custom user interfaces.
|
|
||||||
slug: /tools/ui-development-kit
|
|
||||||
tags: ['UI']
|
|
||||||
---
|
|
||||||
|
|
||||||
## Start Using the UI Development Kit
|
|
||||||
@@ -7,6 +7,7 @@
|
|||||||
border: 1px solid var(--ifm-color-emphasis-200);
|
border: 1px solid var(--ifm-color-emphasis-200);
|
||||||
transition: all var(--ifm-transition-fast) ease;
|
transition: all var(--ifm-transition-fast) ease;
|
||||||
transition-property: border, box-shadow;
|
transition-property: border, box-shadow;
|
||||||
|
height: 9.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardContainer:hover {
|
.cardContainer:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user