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,14 +16,14 @@ tags: ['SDK', 'Software Development Kit', 'BaseEntitlement', 'BaseEntitlement']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**HasPermissions** | Pointer to **Boolean** | Indicates whether the entitlement has permissions. | [optional] [default to $false]
**Description** | Pointer to **String** | Entitlement's description. | [optional]
**Attribute** | Pointer to **String** | Entitlement attribute's name. | [optional]
**Value** | Pointer to **String** | Entitlement's value. | [optional]
**Schema** | Pointer to **String** | Entitlement's schema. | [optional]
**Privileged** | Pointer to **Boolean** | Indicates whether the entitlement is privileged. | [optional] [default to $false]
**Id** | Pointer to **String** | Entitlement's ID. | [optional]
**Name** | Pointer to **String** | Entitlement's name. | [optional]
**HasPermissions** | **Boolean** | Indicates whether the entitlement has permissions. | [optional] [default to $false]
**Description** | **String** | Entitlement's description. | [optional]
**Attribute** | **String** | Entitlement attribute's name. | [optional]
**Value** | **String** | Entitlement's value. | [optional]
**Schema** | **String** | Entitlement's schema. | [optional]
**Privileged** | **Boolean** | Indicates whether the entitlement is privileged. | [optional] [default to $false]
**Id** | **String** | Entitlement's ID. | [optional]
**Name** | **String** | Entitlement's name. | [optional]
## Examples