{ "id": "MsgClientInfo", "module_id": "Common", "properties": { "account_name": { "description": "Account name for the messaging client. Identifies the client on the management plane message bus.", "readonly": false, "required": false, "type": "string" }, "certificate": { "description": "Messaging client's certificate. Used to authenticate to the control plane messaging endpoint.", "readonly": false, "required": false, "type": "string" }, "shared_secret": { "description": "Messaging client's secret. Used to authenticate to the management plane messaging broker.", "readonly": false, "required": false, "type": "string" }, "software_version": { "description": "Software version of the node.", "readonly": true, "required": false, "type": "string" } }, "title": "Information about a messaging client", "type": "object" }