id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| entitlement |
Entitlement |
Entitlement |
Entitlement |
pythonsdk |
| python |
| Python |
| sdk |
| Entitlement |
| Entitlement |
|
/tools/sdk/python/v3/models/entitlement |
| SDK |
| Software Development Kit |
| Entitlement |
| Entitlement |
|
Entitlement
Properties
| Name |
Type |
Description |
Notes |
| id |
str |
The entitlement id |
[optional] |
| name |
str |
The entitlement name |
[optional] |
| attribute |
str |
The entitlement attribute name |
[optional] |
| value |
str |
The value of the entitlement |
[optional] |
| source_schema_object_type |
str |
The object type of the entitlement from the source schema |
[optional] |
| description |
str |
The description of the entitlement |
[optional] |
| privileged |
bool |
True if the entitlement is privileged |
[optional] |
| cloud_governed |
bool |
True if the entitlement is cloud governed |
[optional] |
| created |
datetime |
Time when the entitlement was created |
[optional] |
| modified |
datetime |
Time when the entitlement was last modified |
[optional] |
| source |
EntitlementSource |
|
[optional] |
| attributes |
map[string]object |
A map of free-form key-value pairs from the source system |
[optional] |
| segments |
[]str |
List of IDs of segments, if any, to which this Entitlement is assigned. |
[optional] |
| direct_permissions |
[]PermissionDto |
|
[optional] |
| } |
|
|
|
Example
[Back to top]