mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
starting point for adding python sdk docs
This commit is contained in:
18
docs/tools/sdk/python/Reference/V3/Models/Index.md
Normal file
18
docs/tools/sdk/python/Reference/V3/Models/Index.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
id: models
|
||||
title: Models
|
||||
pagination_label: Models
|
||||
sidebar_label: Models
|
||||
sidebar_position: 3
|
||||
sidebar_class_name: models
|
||||
keywords: ['python', 'Python', 'sdk', 'models']
|
||||
slug: /tools/sdk/python/v3/models
|
||||
tags: ['SDK', 'Software Development Kit', 'v3', 'models']
|
||||
---
|
||||
|
||||
The Python SDK uses data models to structure and manage data within the API. These models provide essential details about the data, including their attributes, data types, and how the models relate to each other. Understanding these models is crucial to effectively interact with the API.
|
||||
|
||||
## Key Features
|
||||
- Attributes: Describe each attribute, including its name, data type, and whether it's required.
|
||||
- Validation & Constraints: Highlight any rules or limitations for the attributes, such as format or length limits.
|
||||
- Example: Provides a sample of how the API uses the model.
|
||||
Reference in New Issue
Block a user