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', 'Entitlement', 'Entitlement']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | The entitlement id | [optional]
**Name** | Pointer to **String** | The entitlement name | [optional]
**Attribute** | Pointer to **String** | The entitlement attribute name | [optional]
**Value** | Pointer to **String** | The value of the entitlement | [optional]
**SourceSchemaObjectType** | Pointer to **String** | The object type of the entitlement from the source schema | [optional]
**Description** | Pointer to **String** | The description of the entitlement | [optional]
**Privileged** | Pointer to **Boolean** | True if the entitlement is privileged | [optional]
**CloudGoverned** | Pointer to **Boolean** | True if the entitlement is cloud governed | [optional]
**Created** | Pointer to **System.DateTime** | Time when the entitlement was created | [optional]
**Modified** | Pointer to **System.DateTime** | Time when the entitlement was last modified | [optional]
**Source** | Pointer to [**EntitlementSource**](entitlement-source) | | [optional]
**Attributes** | Pointer to [**map[string]AnyType**]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 | A map of free-form key-value pairs from the source system | [optional]
**Segments** | Pointer to **[]String** | List of IDs of segments, if any, to which this Entitlement is assigned. | [optional]
**DirectPermissions** | Pointer to [**[]PermissionDto**](permission-dto) | | [optional]
**Id** | **String** | The entitlement id | [optional]
**Name** | **String** | The entitlement name | [optional]
**Attribute** | **String** | The entitlement attribute name | [optional]
**Value** | **String** | The value of the entitlement | [optional]
**SourceSchemaObjectType** | **String** | The object type of the entitlement from the source schema | [optional]
**Description** | **String** | The description of the entitlement | [optional]
**Privileged** | **Boolean** | True if the entitlement is privileged | [optional]
**CloudGoverned** | **Boolean** | True if the entitlement is cloud governed | [optional]
**Created** | **System.DateTime** | Time when the entitlement was created | [optional]
**Modified** | **System.DateTime** | Time when the entitlement was last modified | [optional]
**Source** | [**EntitlementSource**](entitlement-source) | | [optional]
**Attributes** | [**map[string]AnyType**]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 | A map of free-form key-value pairs from the source system | [optional]
**Segments** | **[]String** | List of IDs of segments, if any, to which this Entitlement is assigned. | [optional]
**DirectPermissions** | [**[]PermissionDto**](permission-dto) | | [optional]
## Examples