update cmdlet to methods

This commit is contained in:
darrell-thobe-sp
2025-03-26 15:16:04 -04:00
parent a1ca2e9d7a
commit a8fef472b3

View File

@@ -14,11 +14,11 @@ tags: ['Reference']
Welcome to the **Python SDK Reference**. This reference guide provides detailed documentation about how to use the SDK to interact with the Identity Security Cloud (ISC) API, including available methods and models for each API version (Beta, V3, and V2024). Whether you're automating workflows, managing resources, or integrating with other systems, this reference guide will help you effectively leverage the Python SDK.
### What You'll Find Here:
- **[Beta Method Reference](/docs/tools/sdk/python/beta/methods)** List of available Beta cmdlets, their parameters, and expected outputs.
- **[Beta Method Reference](/docs/tools/sdk/python/beta/methods)** List of available Beta methods, their parameters, and expected outputs.
- **[Beta Model Definitions](/docs/tools/sdk/python/beta/models)** Descriptions of Beta objects and data structures the SDK uses.
- **[V3 Method Reference](/docs/tools/sdk/python/v3/methods)** List of available V3 cmdlets, their parameters, and expected outputs.
- **[V3 Method Reference](/docs/tools/sdk/python/v3/methods)** List of available V3 methods, their parameters, and expected outputs.
- **[V3 Model Definitions](/docs/tools/sdk/python/v3/models)** Descriptions of V3 objects and data structures the SDK uses.
- **[V2024 Method Reference](/docs/tools/sdk/python/v2024/methods)** List of available V2024 cmdlets, their parameters, and expected outputs.
- **[V2024 Method Reference](/docs/tools/sdk/python/v2024/methods)** List of available V2024 methods, their parameters, and expected outputs.
- **[V2024 Model Definitions](/docs/tools/sdk/python/v2024/models)** Descriptions of V2024 objects and data structures the SDK uses.
- **Usage Examples** Practical Python scripts demonstrating common tasks.