Variable $MsgVpnRestDeliveryPointRestConsumerTlsTrustedCommonNameConst

$MsgVpnRestDeliveryPointRestConsumerTlsTrustedCommonName: {
    properties: {
        msgVpnName: {
            description: "The name of the Message VPN. Deprecated since (will be deprecated in next SEMP version). Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
        restConsumerName: {
            description: "The name of the REST Consumer. Deprecated since (will be deprecated in next SEMP version). Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
        restDeliveryPointName: {
            description: "The name of the REST Delivery Point. Deprecated since (will be deprecated in next SEMP version). Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
        tlsTrustedCommonName: {
            description: "The expected trusted common name of the remote certificate. Deprecated since (will be deprecated in next SEMP version). Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        msgVpnName: {
            description: "The name of the Message VPN. Deprecated since (will be deprecated in next SEMP version). Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
        restConsumerName: {
            description: "The name of the REST Consumer. Deprecated since (will be deprecated in next SEMP version). Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
        restDeliveryPointName: {
            description: "The name of the REST Delivery Point. Deprecated since (will be deprecated in next SEMP version). Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
        tlsTrustedCommonName: {
            description: "The expected trusted common name of the remote certificate. Deprecated since (will be deprecated in next SEMP version). Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
    }
    • msgVpnName: {
          description: "The name of the Message VPN. Deprecated since (will be deprecated in next SEMP version). Common Name validation has been replaced by Server Certificate Name validation.";
          type: "string";
      }
      • description: "The name of the Message VPN. Deprecated since (will be deprecated in next SEMP version). Common Name validation has been replaced by Server Certificate Name validation."
      • type: "string"
    • restConsumerName: {
          description: "The name of the REST Consumer. Deprecated since (will be deprecated in next SEMP version). Common Name validation has been replaced by Server Certificate Name validation.";
          type: "string";
      }
      • description: "The name of the REST Consumer. Deprecated since (will be deprecated in next SEMP version). Common Name validation has been replaced by Server Certificate Name validation."
      • type: "string"
    • restDeliveryPointName: {
          description: "The name of the REST Delivery Point. Deprecated since (will be deprecated in next SEMP version). Common Name validation has been replaced by Server Certificate Name validation.";
          type: "string";
      }
      • description: "The name of the REST Delivery Point. Deprecated since (will be deprecated in next SEMP version). Common Name validation has been replaced by Server Certificate Name validation."
      • type: "string"
    • tlsTrustedCommonName: {
          description: "The expected trusted common name of the remote certificate. Deprecated since (will be deprecated in next SEMP version). Common Name validation has been replaced by Server Certificate Name validation.";
          type: "string";
      }
      • description: "The expected trusted common name of the remote certificate. Deprecated since (will be deprecated in next SEMP version). Common Name validation has been replaced by Server Certificate Name validation."
      • type: "string"