MessagingServiceConnection: {
    bindings?: Record<string, any>;
    changedBy?: string;
    createdBy?: string;
    createdTime?: string;
    id?: string;
    messagingServiceAuthentications?: MessagingServiceAuthentication[];
    messagingServiceId?: string;
    name?: string;
    protocol?: string;
    protocolVersion?: string;
    type?: string;
    updatedTime?: string;
    url?: string;
}

Type declaration

  • Optional bindings?: Record<string, any>

    A JSON map containing a map of connection-specific values.

  • Optional Readonly changedBy?: string
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional Readonly id?: string

    Primary key set by the server.

  • Optional messagingServiceAuthentications?: MessagingServiceAuthentication[]
  • Optional Readonly messagingServiceId?: string

    The messagingServiceId associated to the connection object.

  • Optional name?: string

    The name of the connection object.

  • Optional protocol?: string

    The protocol of the connection object.

  • Optional protocolVersion?: string

    The protocolVersion of the connection object.

  • Optional Readonly type?: string
  • Optional Readonly updatedTime?: string
  • Optional url?: string

    The url of the connection object.