$DmrClusterLinks: {
    properties: {
        certMatchingRulesUri: {
            description: "The URI of this Cluster's collection of Certificate Matching Rule objects. Available since 2.28.";
            type: "string";
        };
        linksUri: {
            description: "The URI of this Cluster's collection of Link objects.";
            type: "string";
        };
        uri: {
            description: "The URI of this Cluster object.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        certMatchingRulesUri: {
            description: "The URI of this Cluster's collection of Certificate Matching Rule objects. Available since 2.28.";
            type: "string";
        };
        linksUri: {
            description: "The URI of this Cluster's collection of Link objects.";
            type: "string";
        };
        uri: {
            description: "The URI of this Cluster object.";
            type: "string";
        };
    }
    • certMatchingRulesUri: {
          description: "The URI of this Cluster's collection of Certificate Matching Rule objects. Available since 2.28.";
          type: "string";
      }
      • description: "The URI of this Cluster's collection of Certificate Matching Rule objects. Available since 2.28."
      • type: "string"
    • linksUri: {
          description: "The URI of this Cluster's collection of Link objects.";
          type: "string";
      }
      • description: "The URI of this Cluster's collection of Link objects."
      • type: "string"
    • uri: {
          description: "The URI of this Cluster object.";
          type: "string";
      }
      • description: "The URI of this Cluster object."
      • type: "string"