Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,20 +16,20 @@ tags: ['SDK', 'Software Development Kit', 'Sed', 'BetaSed']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | Pointer to **String** | name of the entitlement | [optional]
**ApprovedBy** | Pointer to **String** | entitlement approved by | [optional]
**ApprovedType** | Pointer to **String** | entitlement approved type | [optional]
**ApprovedWhen** | Pointer to **System.DateTime** | entitlement approved then | [optional]
**Attribute** | Pointer to **String** | entitlement attribute | [optional]
**Description** | Pointer to **String** | description of entitlement | [optional]
**DisplayName** | Pointer to **String** | entitlement display name | [optional]
**Id** | Pointer to **String** | sed id | [optional]
**SourceId** | Pointer to **String** | entitlement source id | [optional]
**SourceName** | Pointer to **String** | entitlement source name | [optional]
**Status** | Pointer to **String** | entitlement status | [optional]
**SuggestedDescription** | Pointer to **String** | llm suggested entitlement description | [optional]
**Type** | Pointer to **String** | entitlement type | [optional]
**Value** | Pointer to **String** | entitlement value | [optional]
**Name** | **String** | name of the entitlement | [optional]
**ApprovedBy** | **String** | entitlement approved by | [optional]
**ApprovedType** | **String** | entitlement approved type | [optional]
**ApprovedWhen** | **System.DateTime** | entitlement approved then | [optional]
**Attribute** | **String** | entitlement attribute | [optional]
**Description** | **String** | description of entitlement | [optional]
**DisplayName** | **String** | entitlement display name | [optional]
**Id** | **String** | sed id | [optional]
**SourceId** | **String** | entitlement source id | [optional]
**SourceName** | **String** | entitlement source name | [optional]
**Status** | **String** | entitlement status | [optional]
**SuggestedDescription** | **String** | llm suggested entitlement description | [optional]
**Type** | **String** | entitlement type | [optional]
**Value** | **String** | entitlement value | [optional]
## Examples