$MsgVpnCertMatchingRuleLinks: {
    properties: {
        attributeFiltersUri: {
            description: "The URI of this Certificate Matching Rule's collection of Certificate Matching Rule Attribute Filter objects. Available since 2.28.";
            type: "string";
        };
        conditionsUri: {
            description: "The URI of this Certificate Matching Rule's collection of Certificate Matching Rule Condition objects.";
            type: "string";
        };
        uri: {
            description: "The URI of this Certificate Matching Rule object.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        attributeFiltersUri: {
            description: "The URI of this Certificate Matching Rule's collection of Certificate Matching Rule Attribute Filter objects. Available since 2.28.";
            type: "string";
        };
        conditionsUri: {
            description: "The URI of this Certificate Matching Rule's collection of Certificate Matching Rule Condition objects.";
            type: "string";
        };
        uri: {
            description: "The URI of this Certificate Matching Rule object.";
            type: "string";
        };
    }
    • attributeFiltersUri: {
          description: "The URI of this Certificate Matching Rule's collection of Certificate Matching Rule Attribute Filter objects. Available since 2.28.";
          type: "string";
      }
      • description: "The URI of this Certificate Matching Rule's collection of Certificate Matching Rule Attribute Filter objects. Available since 2.28."
      • type: "string"
    • conditionsUri: {
          description: "The URI of this Certificate Matching Rule's collection of Certificate Matching Rule Condition objects.";
          type: "string";
      }
      • description: "The URI of this Certificate Matching Rule's collection of Certificate Matching Rule Condition objects."
      • type: "string"
    • uri: {
          description: "The URI of this Certificate Matching Rule object.";
          type: "string";
      }
      • description: "The URI of this Certificate Matching Rule object."
      • type: "string"