$DmrClusterLinkLinks: {
    properties: {
        attributesUri: {
            description: "The URI of this Link's collection of Link Attribute objects. Available since 2.28.";
            type: "string";
        };
        remoteAddressesUri: {
            description: "The URI of this Link's collection of Remote Address objects.";
            type: "string";
        };
        tlsTrustedCommonNamesUri: {
            description: "The URI of this Link's collection of Trusted Common Name objects. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
        uri: {
            description: "The URI of this Link object.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        attributesUri: {
            description: "The URI of this Link's collection of Link Attribute objects. Available since 2.28.";
            type: "string";
        };
        remoteAddressesUri: {
            description: "The URI of this Link's collection of Remote Address objects.";
            type: "string";
        };
        tlsTrustedCommonNamesUri: {
            description: "The URI of this Link's collection of Trusted Common Name objects. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
        uri: {
            description: "The URI of this Link object.";
            type: "string";
        };
    }
    • attributesUri: {
          description: "The URI of this Link's collection of Link Attribute objects. Available since 2.28.";
          type: "string";
      }
      • description: "The URI of this Link's collection of Link Attribute objects. Available since 2.28."
      • type: "string"
    • remoteAddressesUri: {
          description: "The URI of this Link's collection of Remote Address objects.";
          type: "string";
      }
      • description: "The URI of this Link's collection of Remote Address objects."
      • type: "string"
    • tlsTrustedCommonNamesUri: {
          description: "The URI of this Link's collection of Trusted Common Name objects. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
          type: "string";
      }
      • description: "The URI of this Link's collection of Trusted Common Name objects. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation."
      • type: "string"
    • uri: {
          description: "The URI of this Link object.";
          type: "string";
      }
      • description: "The URI of this Link object."
      • type: "string"