Variable $MsgVpnCertMatchingRuleConditionResponseConst

$MsgVpnCertMatchingRuleConditionResponse: {
    properties: {
        data: {
            type: "MsgVpnCertMatchingRuleCondition";
        };
        links: {
            type: "MsgVpnCertMatchingRuleConditionLinks";
        };
        meta: {
            isRequired: true;
            type: "SempMeta";
        };
    };
} = ...

Type declaration

  • properties: {
        data: {
            type: "MsgVpnCertMatchingRuleCondition";
        };
        links: {
            type: "MsgVpnCertMatchingRuleConditionLinks";
        };
        meta: {
            isRequired: true;
            type: "SempMeta";
        };
    }
    • data: {
          type: "MsgVpnCertMatchingRuleCondition";
      }
      • type: "MsgVpnCertMatchingRuleCondition"
    • links: {
          type: "MsgVpnCertMatchingRuleConditionLinks";
      }
      • type: "MsgVpnCertMatchingRuleConditionLinks"
    • meta: {
          isRequired: true;
          type: "SempMeta";
      }
      • isRequired: true
      • type: "SempMeta"