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-owner-reference-dto |
OwnerReferenceDto |
OwnerReferenceDto |
OwnerReferenceDto |
pythonsdk |
| python |
| Python |
| sdk |
| OwnerReferenceDto |
| V2024OwnerReferenceDto |
|
/tools/sdk/python/v2024/models/owner-reference-dto |
| SDK |
| Software Development Kit |
| OwnerReferenceDto |
| V2024OwnerReferenceDto |
|
OwnerReferenceDto
Simplified DTO for the owner object of the entitlement
Properties
| Name |
Type |
Description |
Notes |
| id |
str |
The owner id for the entitlement |
[optional] |
| name |
str |
The owner name for the entitlement |
[optional] |
| type |
Enum [ 'IDENTITY' ] |
The type of the owner. Initially only type IDENTITY is supported |
[optional] |
| } |
|
|
|
Example
[Back to top]