mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
adding index.md files for powershell sdk docs
This commit is contained in:
19
docs/tools/sdk/powershell/Reference/Beta/Models/index.md
Normal file
19
docs/tools/sdk/powershell/Reference/Beta/Models/index.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
id: models
|
||||
title: Models
|
||||
pagination_label: Models
|
||||
sidebar_label: Models
|
||||
sidebar_position: 3
|
||||
sidebar_class_name: models
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'models']
|
||||
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.
|
||||
|
||||
|
||||
## 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.
|
||||
Reference in New Issue
Block a user