id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| base-entitlement |
BaseEntitlement |
BaseEntitlement |
BaseEntitlement |
pythonsdk |
| python |
| Python |
| sdk |
| BaseEntitlement |
| BaseEntitlement |
|
/tools/sdk/python/v3/models/base-entitlement |
| SDK |
| Software Development Kit |
| BaseEntitlement |
| BaseEntitlement |
|
BaseEntitlement
Properties
| Name |
Type |
Description |
Notes |
| has_permissions |
bool |
Indicates whether the entitlement has permissions. |
[optional] [default to False] |
| description |
str |
Entitlement's description. |
[optional] |
| attribute |
str |
Entitlement attribute's name. |
[optional] |
| value |
str |
Entitlement's value. |
[optional] |
| var_schema |
str |
Entitlement's schema. |
[optional] |
| privileged |
bool |
Indicates whether the entitlement is privileged. |
[optional] [default to False] |
| id |
str |
Entitlement's ID. |
[optional] |
| name |
str |
Entitlement's name. |
[optional] |
| } |
|
|
|
Example
[Back to top]