Class AddPrivacySandboxCoordinatorKeyConfigCommandSettings
Configures encryption keys used with a given privacy sandbox API to talk to a trusted coordinator. Since this is intended for test automation only, coordinatorOrigin must be a .test domain. No existing coordinator configuration for the origin may exist.
public sealed class AddPrivacySandboxCoordinatorKeyConfigCommandSettings : ICommand
- Inheritance
-
AddPrivacySandboxCoordinatorKeyConfigCommandSettings
- Implements
- Inherited Members
Properties
Api
Gets or sets the api
[JsonPropertyName("api")]
public PrivacySandboxAPI Api { get; set; }
Property Value
BrowserContextId
BrowserContext to perform the action in. When omitted, default browser context is used.
[JsonPropertyName("browserContextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? BrowserContextId { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
CoordinatorOrigin
Gets or sets the coordinatorOrigin
[JsonPropertyName("coordinatorOrigin")]
public string CoordinatorOrigin { get; set; }
Property Value
KeyConfig
Gets or sets the keyConfig
[JsonPropertyName("keyConfig")]
public string KeyConfig { get; set; }