Class AddPrivacySandboxCoordinatorKeyConfigCommandSettings
AddPrivacySandboxCoordinatorKeyConfig
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
Gets or sets the browserContextId
[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; }