interface ResponseRouteSettingsPatch {
    rcb-accept-all-for-bots: boolean;
    rcb-affiliate-description: string | false;
    rcb-affiliate-label-behind: string | false;
    rcb-affiliate-link: string;
    rcb-age-notice: boolean;
    rcb-age-notice-age-limit: "INHERIT" | "GDPR" | string & {
        h?: string;
    };
    rcb-banner-active: boolean;
    rcb-banner-less-consent: boolean;
    rcb-banner-less-show-on-page-ids: string;
    rcb-banner-sticky-links-enabled?: boolean;
    rcb-blocker-active: boolean;
    rcb-consent-duration: number;
    rcb-consent-forwarding: boolean;
    rcb-cookie-duration: number;
    rcb-cookie-policy-id: number;
    rcb-country-bypass?: boolean;
    rcb-country-bypass-countries?: string;
    rcb-country-bypass-db-download-time?: string;
    rcb-country-bypass-type?: "essentials" | "all";
    rcb-cross-domains: string;
    rcb-data-processing-in-unsafe-countries: boolean;
    rcb-data-processing-in-unsafe-countries-safe-countries: string;
    rcb-failed-consent-documentation-handling: "optimistic" | "essentials";
    rcb-forward-to: string;
    rcb-gcm?: boolean;
    rcb-gcm-additional-url-parameters?: boolean;
    rcb-gcm-list-purposes?: boolean;
    rcb-gcm-recommandations?: boolean;
    rcb-gcm-redact-without-consent?: boolean;
    rcb-hide-page-ids: string;
    rcb-list-services-notice: boolean;
    rcb-operator-contact-address: string;
    rcb-operator-contact-email: string;
    rcb-operator-contact-form-id: number;
    rcb-operator-contact-phone: string;
    rcb-operator-country: string;
    rcb-respect-do-not-track: boolean;
    rcb-save-ip: boolean;
    rcb-set-cookies-via-manager: ServiceTagManager;
    rcb-tcf?: boolean;
    rcb-tcf-accepted-time?: string;
    rcb-tcf-gvl-download-time?: string;
    rcb-tcf-scope-of-consent?: TcfScope;
    rcb-territorial-legal-basis: string;
}

Hierarchy (view full)

Properties

rcb-accept-all-for-bots: boolean
rcb-affiliate-description: string | false
rcb-affiliate-label-behind: string | false
rcb-affiliate-link: string
rcb-age-notice: boolean
rcb-age-notice-age-limit: "INHERIT" | "GDPR" | string & {
    h?: string;
}
rcb-banner-active: boolean
rcb-banner-less-consent: boolean
rcb-banner-less-show-on-page-ids: string
rcb-banner-sticky-links-enabled?: boolean
rcb-blocker-active: boolean
rcb-consent-duration: number
rcb-consent-forwarding: boolean
rcb-cookie-duration: number
rcb-cookie-policy-id: number
rcb-country-bypass?: boolean
rcb-country-bypass-countries?: string
rcb-country-bypass-db-download-time?: string
rcb-country-bypass-type?: "essentials" | "all"
rcb-cross-domains: string
rcb-data-processing-in-unsafe-countries: boolean
rcb-data-processing-in-unsafe-countries-safe-countries: string
rcb-failed-consent-documentation-handling: "optimistic" | "essentials"
rcb-forward-to: string
rcb-gcm?: boolean
rcb-gcm-additional-url-parameters?: boolean
rcb-gcm-list-purposes?: boolean
rcb-gcm-recommandations?: boolean
rcb-gcm-redact-without-consent?: boolean
rcb-hide-page-ids: string
rcb-list-services-notice: boolean
rcb-operator-contact-address: string
rcb-operator-contact-email: string
rcb-operator-contact-form-id: number
rcb-operator-contact-phone: string
rcb-operator-country: string
rcb-respect-do-not-track: boolean
rcb-save-ip: boolean
rcb-set-cookies-via-manager: ServiceTagManager
rcb-tcf?: boolean
rcb-tcf-accepted-time?: string
rcb-tcf-gvl-download-time?: string
rcb-tcf-scope-of-consent?: TcfScope

Deprecated

No longer in use

rcb-territorial-legal-basis: string