$DmrClusterCertMatchingRuleCondition: {
    properties: {
        attribute: {
            description: "Link Attribute to be compared with certificate content. Either an attribute or an expression must be provided on creation, but not both. The default value is `\"\"`.";
            type: "string";
        };
        dmrClusterName: {
            description: "The name of the Cluster.";
            type: "string";
        };
        expression: {
            description: "Glob expression to be matched with certificate content. Either an expression or an attribute must be provided on creation, but not both. The default value is `\"\"`.";
            type: "string";
        };
        ruleName: {
            description: "The name of the rule.";
            type: "string";
        };
        source: {
            type: "Enum";
        };
    };
} = ...

Type declaration

  • properties: {
        attribute: {
            description: "Link Attribute to be compared with certificate content. Either an attribute or an expression must be provided on creation, but not both. The default value is `\"\"`.";
            type: "string";
        };
        dmrClusterName: {
            description: "The name of the Cluster.";
            type: "string";
        };
        expression: {
            description: "Glob expression to be matched with certificate content. Either an expression or an attribute must be provided on creation, but not both. The default value is `\"\"`.";
            type: "string";
        };
        ruleName: {
            description: "The name of the rule.";
            type: "string";
        };
        source: {
            type: "Enum";
        };
    }
    • attribute: {
          description: "Link Attribute to be compared with certificate content. Either an attribute or an expression must be provided on creation, but not both. The default value is `\"\"`.";
          type: "string";
      }
      • description: "Link Attribute to be compared with certificate content. Either an attribute or an expression must be provided on creation, but not both. The default value is `\"\"`."
      • type: "string"
    • dmrClusterName: {
          description: "The name of the Cluster.";
          type: "string";
      }
      • description: "The name of the Cluster."
      • type: "string"
    • expression: {
          description: "Glob expression to be matched with certificate content. Either an expression or an attribute must be provided on creation, but not both. The default value is `\"\"`.";
          type: "string";
      }
      • description: "Glob expression to be matched with certificate content. Either an expression or an attribute must be provided on creation, but not both. The default value is `\"\"`."
      • type: "string"
    • ruleName: {
          description: "The name of the rule.";
          type: "string";
      }
      • description: "The name of the rule."
      • type: "string"
    • source: {
          type: "Enum";
      }
      • type: "Enum"