Variable $MsgVpnCertMatchingRuleConditionsResponseConst

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

Type declaration

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