adding index files for python docs and fixing order of reference for python and powershell

This commit is contained in:
darrell-thobe-sp
2025-03-26 09:58:28 -04:00
parent 7e15713eb2
commit a1ca2e9d7a
5 changed files with 99 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
---
id: v3
title: V3
pagination_label: V3
sidebar_label: V3
sidebar_position: 2
sidebar_class_name: v3
keywords: ['v3', 'Python']
description: Python SDK reference V3.
slug: /tools/python/reference/v3
tags: ['v3']
---
Welcome to the Python SDK documentation for the Identity Security Cloud (ISC) V3 API. This reference guide provides an overview of both methods and models, which will help you understand how to interact with the API effectively.
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```