id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| beta-sp-config-object |
SpConfigObject |
SpConfigObject |
SpConfigObject |
pythonsdk |
| python |
| Python |
| sdk |
| SpConfigObject |
| BetaSpConfigObject |
|
/tools/sdk/python/beta/models/sp-config-object |
| SDK |
| Software Development Kit |
| SpConfigObject |
| BetaSpConfigObject |
|
SpConfigObject
Response model for get object configuration.
Properties
| Name |
Type |
Description |
Notes |
| object_type |
str |
The object type this configuration is for. |
[optional] |
| reference_extractors |
[]str |
List of json paths within an exported object of this type that represent references that need to be resolved. |
[optional] |
| signature_required |
bool |
If true, this type of object will be JWS signed and cannot be modified before import. |
[optional] [default to False] |
| legacy_object |
bool |
Whether this is a legacy object |
[optional] [default to False] |
| one_per_tenant |
bool |
Whether there is only one object of this type |
[optional] [default to False] |
| exportable |
bool |
Whether this object can be exported or it is just a reference object |
[optional] [default to False] |
| rules |
SpConfigRules |
|
[optional] |
| } |
|
|
|
Example
[Back to top]