id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2024-base-entitlement |
BaseEntitlement |
BaseEntitlement |
BaseEntitlement |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| BaseEntitlement |
| V2024BaseEntitlement |
|
/tools/sdk/powershell/v2024/models/base-entitlement |
| SDK |
| Software Development Kit |
| BaseEntitlement |
| V2024BaseEntitlement |
|
BaseEntitlement
Properties
| Name |
Type |
Description |
Notes |
| 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
- Convert the resource to JSON
[Back to top]