mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
Edits
This commit is contained in:
@@ -10,10 +10,10 @@ slug: /tools/sdk/powershell/beta/models
|
||||
tags: ['SDK', 'Software Development Kit', 'beta', '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.
|
||||
The PowerShell 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: 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.
|
||||
- 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