export declare const $MessagingServiceConnection: { readonly properties: { readonly createdTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly updatedTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly createdBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly changedBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly id: { readonly type: "string"; readonly description: "Primary key set by the server."; readonly isReadOnly: true; }; readonly messagingServiceId: { readonly type: "string"; readonly description: "The messagingServiceId associated to the connection object."; readonly isReadOnly: true; }; readonly name: { readonly type: "string"; readonly description: "The name of the connection object."; }; readonly url: { readonly type: "string"; readonly description: "The url of the connection object."; }; readonly protocol: { readonly type: "string"; readonly description: "The protocol of the connection object."; }; readonly protocolVersion: { readonly type: "string"; readonly description: "The protocolVersion of the connection object."; }; readonly bindings: { readonly type: "dictionary"; readonly contains: { readonly description: "A JSON map containing a map of connection-specific values. "; readonly properties: {}; }; }; readonly messagingServiceAuthentications: { readonly type: "array"; readonly contains: { readonly type: "MessagingServiceAuthentication"; }; }; readonly type: { readonly type: "string"; readonly isReadOnly: true; }; }; };