NSX-T Data Center REST API
PolicyGroupKubernetesServiceNamespace (type)
{ "additionalProperties": false, "description": "Details of the kubernetes namespace members belonging to a Group", "id": "PolicyGroupKubernetesServiceNamespace", "module_id": "PolicyGroupRealization", "properties": { "display_name": { "readonly": true, "required": true, "title": "The name of kubernetes namespace", "type": "string" }, "external_id": { "readonly": true, "required": true, "title": "The id of kubernetes namespace", "type": "string" }, "kubernetes_services": { "items": { "$ref": "PolicyKubernetesService }, "required": true, "type": "array" } }, "title": "Kubernetes namespace member details", "type": "object" }