Tenant

Tenant
Tenant
JSON Example
{
    "_last_modified": "string",
    "attrs": [
        {
            "key": "string",
            "value": "string"
        }
    ],
    "config_settings": {
        "se_in_provider_context": false,
        "tenant_access_to_provider_se": false,
        "tenant_vrf": false
    },
    "configpb_attributes": {
        "version": 0
    },
    "created_by": "string",
    "description": "string",
    "enforce_label_group": false,
    "label_group_refs": [
        "string"
    ],
    "local": false,
    "name": "string",
    "url": "string",
    "uuid": "string"
}
string
_last_modified
Optional

UNIX time since epoch in microseconds. Units(MICROSECONDS).

array of KeyValue
attrs
Optional

Key/value tenant attributes. Field introduced in 30.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

config_settings
Optional

config_settings

configpb_attributes
Optional

configpb_attributes

string
created_by
Optional

Creator of this tenant. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
description
Optional

Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

boolean
enforce_label_group
Optional

The referred label groups are enforced on the tenant if this is set to true.If this is set to false, the label groups are suggested for the tenant. Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

array of string
label_group_refs
Optional

The label_groups to be enforced on the tenant. This is strictly enforced only if enforce_label_group is set to True. It is a reference to an object of type LabelGroup. Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

boolean
local
Optional

Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
name
Required

Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
url
Optional

url

string
uuid
Optional

Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.