MsgVpnBridgeTlsTrustedCommonName: {
    bridgeName?: string;
    bridgeVirtualRouter?: MsgVpnBridgeTlsTrustedCommonName.bridgeVirtualRouter;
    msgVpnName?: string;
    tlsTrustedCommonName?: string;
}

Type declaration

  • Optional bridgeName?: string

    The name of the Bridge. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.

  • Optional bridgeVirtualRouter?: MsgVpnBridgeTlsTrustedCommonName.bridgeVirtualRouter

    The virtual router of the Bridge. The allowed values and their meaning are:

    "primary" - The Bridge is used for the primary virtual router.
    "backup" - The Bridge is used for the backup virtual router.
    "auto" - The Bridge is automatically assigned a virtual router at creation, depending on the broker's active-standby role.
    

    Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.

  • Optional msgVpnName?: string

    The name of the Message VPN. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.

  • Optional tlsTrustedCommonName?: string

    The expected trusted common name of the remote certificate. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.