IGUHealth
    Preparing search index...
    interface MessageBrokerSecurity {
        _password?: Element;
        _type?: Element;
        _username?: Element;
        password?: string;
        type: code;
        username?: string;
    }
    Index

    Properties

    _password?: Element

    Password for the message broker security.

    _type?: Element

    The type of message broker security.

    _username?: Element

    Username for the message broker security.

    password?: string

    Password for the message broker security.

    type: code

    The type of message broker security.

    username?: string

    Username for the message broker security.