mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
881 B
881 B
id, title, pagination_label, sidebar_label, sidebar_position, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_position | sidebar_class_name | keywords | slug | tags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| models | Models | Models | Models | 3 | models |
|
/tools/sdk/powershell/v3/models |
|
The PowerShell SDK utilizes data models to structure and manage data within the API. These models provide essential details about the data, including its attributes, data types, and how these models relate to each other. Understanding these models is crucial for interacting with the API effectively.
Key Features
- Attributes: Describes each attribute, including its name, data type, and whether it's required.
- Validation & Constraints: Highlights any rules or limitations for the attributes (e.g., formats or length limits).
- Example: Provides a sample of how the model is used in the API.