mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
adding index files for python docs and fixing order of reference for python and powershell
This commit is contained in:
22
docs/tools/sdk/python/Reference/V2024/Index.md
Normal file
22
docs/tools/sdk/python/Reference/V2024/Index.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
id: v2024
|
||||
title: V2024
|
||||
pagination_label: V2024
|
||||
sidebar_label: V2024
|
||||
sidebar_position: 2
|
||||
sidebar_class_name: v2024
|
||||
keywords: ['v2024', 'Python']
|
||||
description: Python SDK reference V2024.
|
||||
slug: /tools/python/reference/v2024
|
||||
tags: ['v2024']
|
||||
---
|
||||
|
||||
Welcome to the Python SDK documentation for the Identity Security Cloud (ISC) V2024 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}/>
|
||||
```
|
||||
Reference in New Issue
Block a user