Variable PatchCustomDomainsByIdRequestCustomClientIpHeaderEnumConst

PatchCustomDomainsByIdRequestCustomClientIpHeaderEnum: {
    cf_connecting_ip: "cf-connecting-ip";
    empty: "";
    true_client_ip: "true-client-ip";
    x_azure_clientip: "x-azure-clientip";
    x_forwarded_for: "x-forwarded-for";
} = ...

Type declaration

  • Readonly cf_connecting_ip: "cf-connecting-ip"
  • Readonly empty: ""
  • Readonly true_client_ip: "true-client-ip"
  • Readonly x_azure_clientip: "x-azure-clientip"
  • Readonly x_forwarded_for: "x-forwarded-for"