Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions docs/identitymanager/6.1/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "A software solution to match your IGA needs"
description: "A software solution to match your IGA needs"
sidebar_position: 10
---

# A software solution to match your IGA needs

To learn about Netwrix Usercube and build the solution you need, explore our guides.
Expand Down
6 changes: 6 additions & 0 deletions docs/identitymanager/6.1/installation-guide/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Installation Guide"
description: "Installation Guide"
sidebar_position: 40
---

# Installation Guide

This guide is designed to help you install Usercube in a production environment.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Overview"
description: "Overview"
sidebar_position: 10
---

# Overview

This section will give you an overview of Usercube's components, their requirements and constraints,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Install the Agents"
description: "Install the Agents"
sidebar_position: 40
---

# Install the Agents

Most on-premises installations use an agent integrated with Usercube's server. If this is your case,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Install the Database"
description: "Install the Database"
sidebar_position: 20
---

# Install the Database

The Usercube Database can be installed on the Server workstation or on a separate machine.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Send Notifications"
description: "Send Notifications"
sidebar_position: 50
---

# Send Notifications

An SMTP server is used by the **Usercube Server** to send notification emails to its users, and by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Production-Ready Installation"
description: "Production-Ready Installation"
sidebar_position: 40
---

# Production-Ready Installation

This guide leads the reader through the steps to install Usercube for production purposes.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Install the Server"
description: "Install the Server"
sidebar_position: 30
---

# Install the Server

Usercube Server can be installed on the same workstation as the database or on a separate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Create a Working Directory"
description: "Create a Working Directory"
sidebar_position: 10
---

# Create a Working Directory

The working directory is a simple Windows directory where Usercube's Server and/or Agent
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Quick Start Guide"
description: "Quick Start Guide"
sidebar_position: 30
---

# Quick Start Guide

This guide leads the reader through the steps to quickly install Usercube's bootstrap version.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Agent"
description: "Agent"
sidebar_position: 40
---

# Agent

This section identifies the requirements for a Usercube agent.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Database"
description: "Database"
sidebar_position: 20
---

# Database

This section identifies hardware and software requirements for Usercube's database.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Integration Device"
description: "Integration Device"
sidebar_position: 10
---

# Integration Device

This section identifies the requirements for the local device used for the installation: either the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Requirements"
description: "Requirements"
sidebar_position: 20
---

# Requirements

This section identifies hardware and software requirements for each Usercube component:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Server"
description: "Server"
sidebar_position: 30
---

# Server

This section identifies hardware and software requirements for Usercube's server.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Reverse Proxy"
description: "Reverse Proxy"
sidebar_position: 50
---

# Reverse Proxy

Usercube can be installed behind a [reverse proxy](https://en.wikipedia.org/wiki/Reverse_proxy) that
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Agent API"
description: "Agent API"
sidebar_position: 50
---

# Agent API

- #### [Job](/docs/identitymanager/6.1/integration-guide/api/agent/job/index.md)
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Job"
description: "Job"
sidebar_position: 10
---

# Job

### /api/Job/Job/RunJob/`{id}`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Authentication"
description: "Authentication"
sidebar_position: 10
---

# Authentication

Usercube API authentication is based on the [OpenIdConnect protocol](https://openid.net/connect/).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "How-Tos"
description: "How-Tos"
sidebar_position: 60
---

# How-Tos

These guides will help you use Usercube's API with practical step-by-step procedures.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Request Usercube's API via Postman"
description: "Request Usercube's API via Postman"
sidebar_position: 10
---

# Request Usercube's API via Postman

This guide shows how to configure Postman to be able to request Usercube's API.
Expand Down
6 changes: 6 additions & 0 deletions docs/identitymanager/6.1/integration-guide/api/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "API"
description: "API"
sidebar_position: 170
---

# API

Agent and server expose a REST API.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Pagination"
description: "Pagination"
sidebar_position: 30
---

# Pagination

Each function returning a list of items supports pagination. This pagination is based on the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "AccessCertification"
description: "AccessCertification"
sidebar_position: 10
---

# AccessCertification

### /api/AccessCertification/AccessCertificationCampaign
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "AccessControl"
description: "AccessControl"
sidebar_position: 20
---

# AccessControl

### /api/AccessControl/AccessControlEntry
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Connectors"
description: "Connectors"
sidebar_position: 30
---

# Connectors

### /api/Connectors/Agent
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Files"
description: "Files"
sidebar_position: 40
---

# Files

### /files/Report/FromQuery/`{rootEntityType}`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Server API"
description: "Server API"
sidebar_position: 40
---

# Server API

- #### [AccessCertification](/docs/identitymanager/6.1/integration-guide/api/server/accesscertification/index.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Job"
description: "Job"
sidebar_position: 50
---

# Job

### /api/Job/Job/RunJob/`{id}`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Metadata"
description: "Metadata"
sidebar_position: 60
---

# Metadata

### /api/Metadata/Binding
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "ProvisioningEntityInstance"
description: "ProvisioningEntityInstance"
sidebar_position: 70
---

# ProvisioningEntityInstance

### /api/ProvisioningEntityInstance/EntityInstance
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "ProvisioningPolicy"
description: "ProvisioningPolicy"
sidebar_position: 80
---

# ProvisioningPolicy

### /api/ProvisioningPolicy/AssignedCompositeRole
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Report"
description: "Report"
sidebar_position: 90
---

# Report

### /api/Report/ReportQuery
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Resource"
description: "Resource"
sidebar_position: 100
---

# Resource

### /api/Resource/`{type}`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "ResourceChange"
description: "ResourceChange"
sidebar_position: 110
---

# ResourceChange

### /api/ResourceChange/`{type}`/`{id}`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "ResourceFileChange"
description: "ResourceFileChange"
sidebar_position: 120
---

# ResourceFileChange

### /api/ResourceFileChange/`{type}`/`{id}`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "ResourceLink"
description: "ResourceLink"
sidebar_position: 130
---

# ResourceLink

### /api/ResourceLink/Incremental/`{type}`/`{property}`/`{date}`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "ResourceLinkChange"
description: "ResourceLinkChange"
sidebar_position: 140
---

# ResourceLinkChange

### /api/ResourceLinkChange/`{type}`/`{property}`/`{id}`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Universes"
description: "Universes"
sidebar_position: 150
---

# Universes

### /api/Universes/PowerBI/Model
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Workflows"
description: "Workflows"
sidebar_position: 160
---

# Workflows

### /api/Workflows/Activity
Expand Down
Loading
Loading