{ "additionalProperties": false, "extends": { "$ref": "Resource }, "id": "ManagementPlaneProperties", "properties": { "_links": { "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", "items": { "$ref": "ResourceLink }, "readonly": true, "title": "References related to this resource", "type": "array" }, "_schema": { "readonly": true, "title": "Schema for this resource", "type": "string" }, "_self": { "$ref": "SelfResourceLink, "readonly": true, "title": "Link to this resource" }, "account": { "description": "The account name to use when authenticating to the management plane's message bus.", "readonly": false, "type": [ "string", "null" ] }, "brokers": { "description": "The list of messaging brokers this controller is configured with.", "items": { "$ref": "ManagementPlaneBrokerProperties }, "type": "array" }, "secret": { "description": "The shared secret to use when autnenticating to the management plane's message bus. Not returned in REST responses.", "sensitive": true, "type": "string" } }, "title": "Information about the management plane this controller is communciating with", "type": "object" }