$MsgVpnBridgeTlsTrustedCommonName: {
    properties: {
        bridgeName: {
            description: "The name of the Bridge. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
        bridgeVirtualRouter: {
            type: "Enum";
        };
        msgVpnName: {
            description: "The name of the Message VPN. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
        tlsTrustedCommonName: {
            description: "The expected trusted common name of the remote certificate. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        bridgeName: {
            description: "The name of the Bridge. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
        bridgeVirtualRouter: {
            type: "Enum";
        };
        msgVpnName: {
            description: "The name of the Message VPN. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
        tlsTrustedCommonName: {
            description: "The expected trusted common name of the remote certificate. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
    }
    • bridgeName: {
          description: "The name of the Bridge. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
          type: "string";
      }
      • description: "The name of the Bridge. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation."
      • type: "string"
    • bridgeVirtualRouter: {
          type: "Enum";
      }
      • type: "Enum"
    • msgVpnName: {
          description: "The name of the Message VPN. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
          type: "string";
      }
      • description: "The name of the Message VPN. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation."
      • type: "string"
    • tlsTrustedCommonName: {
          description: "The expected trusted common name of the remote certificate. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
          type: "string";
      }
      • description: "The expected trusted common name of the remote certificate. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation."
      • type: "string"