Variable $MsgVpnRestDeliveryPointRestConsumerTlsTrustedCommonNameResponseConst

$MsgVpnRestDeliveryPointRestConsumerTlsTrustedCommonNameResponse: {
    properties: {
        data: {
            type: "MsgVpnRestDeliveryPointRestConsumerTlsTrustedCommonName";
        };
        links: {
            type: "MsgVpnRestDeliveryPointRestConsumerTlsTrustedCommonNameLinks";
        };
        meta: {
            isRequired: true;
            type: "SempMeta";
        };
    };
} = ...

Type declaration

  • properties: {
        data: {
            type: "MsgVpnRestDeliveryPointRestConsumerTlsTrustedCommonName";
        };
        links: {
            type: "MsgVpnRestDeliveryPointRestConsumerTlsTrustedCommonNameLinks";
        };
        meta: {
            isRequired: true;
            type: "SempMeta";
        };
    }
    • data: {
          type: "MsgVpnRestDeliveryPointRestConsumerTlsTrustedCommonName";
      }
      • type: "MsgVpnRestDeliveryPointRestConsumerTlsTrustedCommonName"
    • links: {
          type: "MsgVpnRestDeliveryPointRestConsumerTlsTrustedCommonNameLinks";
      }
      • type: "MsgVpnRestDeliveryPointRestConsumerTlsTrustedCommonNameLinks"
    • meta: {
          isRequired: true;
          type: "SempMeta";
      }
      • isRequired: true
      • type: "SempMeta"