$DmrClusterLinkTlsTrustedCommonName: {
    properties: {
        dmrClusterName: {
            description: "The name of the Cluster. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
        remoteNodeName: {
            description: "The name of the node at the remote end of the Link. 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: {
        dmrClusterName: {
            description: "The name of the Cluster. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
        remoteNodeName: {
            description: "The name of the node at the remote end of the Link. 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";
        };
    }
    • dmrClusterName: {
          description: "The name of the Cluster. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
          type: "string";
      }
      • description: "The name of the Cluster. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation."
      • type: "string"
    • remoteNodeName: {
          description: "The name of the node at the remote end of the Link. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
          type: "string";
      }
      • description: "The name of the node at the remote end of the Link. 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"