$MsgVpnCertMatchingRule: {
    properties: {
        enabled: {
            description: "Enable or disable a certificate matching rule. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `false`.";
            type: "boolean";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        ruleName: {
            description: "The name of the rule.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        enabled: {
            description: "Enable or disable a certificate matching rule. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `false`.";
            type: "boolean";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        ruleName: {
            description: "The name of the rule.";
            type: "string";
        };
    }
    • enabled: {
          description: "Enable or disable a certificate matching rule. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `false`.";
          type: "boolean";
      }
      • description: "Enable or disable a certificate matching rule. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `false`."
      • type: "boolean"
    • msgVpnName: {
          description: "The name of the Message VPN.";
          type: "string";
      }
      • description: "The name of the Message VPN."
      • type: "string"
    • ruleName: {
          description: "The name of the rule.";
          type: "string";
      }
      • description: "The name of the rule."
      • type: "string"