Class SetCookieControlsCommandSettings
Sets Controls for third-party cookie access Page reload is required before the new cookie behavior will be observed
public sealed class SetCookieControlsCommandSettings : ICommand
- Inheritance
-
SetCookieControlsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
DisableThirdPartyCookieHeuristics
Whether 3pc heuristics exceptions should be enabled; false by default.
[JsonPropertyName("disableThirdPartyCookieHeuristics")]
public bool DisableThirdPartyCookieHeuristics { get; set; }
Property Value
DisableThirdPartyCookieMetadata
Whether 3pc grace period exception should be enabled; false by default.
[JsonPropertyName("disableThirdPartyCookieMetadata")]
public bool DisableThirdPartyCookieMetadata { get; set; }
Property Value
EnableThirdPartyCookieRestriction
Whether 3pc restriction is enabled.
[JsonPropertyName("enableThirdPartyCookieRestriction")]
public bool EnableThirdPartyCookieRestriction { get; set; }