-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to powershell SDK docs: 13248675293
- Loading branch information
1 parent
c54d9c9
commit 86c50ab
Showing
4 changed files
with
28 additions
and
96 deletions.
There are no files selected for viewing
44 changes: 14 additions & 30 deletions
44
docs/tools/sdk/powershell/Reference/V2024/Models/Index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,18 @@ | ||
--- | ||
id: v2024-index | ||
title: Index | ||
pagination_label: Index | ||
sidebar_label: Index | ||
sidebar_class_name: powershellsdk | ||
keywords: ['powershell', 'PowerShell', 'sdk', 'Index', 'V2024Index'] | ||
slug: /tools/sdk/powershell/v2024/models/index | ||
tags: ['SDK', 'Software Development Kit', 'Index', 'V2024Index'] | ||
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/v2024/models | ||
tags: ['SDK', 'Software Development Kit', 'v2024', 'models'] | ||
--- | ||
|
||
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. | ||
|
||
# Index | ||
|
||
## Enum | ||
|
||
|
||
* `accessprofiles` (value: `"accessprofiles"`) | ||
|
||
* `accountactivities` (value: `"accountactivities"`) | ||
|
||
* `entitlements` (value: `"entitlements"`) | ||
|
||
* `events` (value: `"events"`) | ||
|
||
* `identities` (value: `"identities"`) | ||
|
||
* `roles` (value: `"roles"`) | ||
|
||
* `STAR` (value: `"*"`) | ||
|
||
|
||
[[Back to top]](#) | ||
|
||
## 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. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,18 @@ | ||
--- | ||
id: index | ||
title: Index | ||
pagination_label: Index | ||
sidebar_label: Index | ||
sidebar_class_name: powershellsdk | ||
keywords: ['powershell', 'PowerShell', 'sdk', 'Index', 'Index'] | ||
slug: /tools/sdk/powershell/v3/models/index | ||
tags: ['SDK', 'Software Development Kit', 'Index', 'Index'] | ||
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/v3/models | ||
tags: ['SDK', 'Software Development Kit', 'v3', 'models'] | ||
--- | ||
|
||
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. | ||
|
||
# Index | ||
|
||
## Enum | ||
|
||
|
||
* `accessprofiles` (value: `"accessprofiles"`) | ||
|
||
* `accountactivities` (value: `"accountactivities"`) | ||
|
||
* `entitlements` (value: `"entitlements"`) | ||
|
||
* `events` (value: `"events"`) | ||
|
||
* `identities` (value: `"identities"`) | ||
|
||
* `roles` (value: `"roles"`) | ||
|
||
* `STAR` (value: `"*"`) | ||
|
||
|
||
[[Back to top]](#) | ||
|
||
## 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. |
This file was deleted.
Oops, something went wrong.