TenantApiResponse

TenantApiResponse
TenantApiResponse
JSON Example
{
    "count": 0,
    "results": [
        {
            "_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"
        }
    ],
    "next": "string"
}
integer As int32 As int32
count
Required

count

array of Tenant
results
Required

results

string
next
Optional

next

Returned By