Class SetPermissionCommandSettings
SetPermission
public sealed class SetPermissionCommandSettings : ICommand- Inheritance
- 
      
      SetPermissionCommandSettings
- Implements
- Inherited Members
Properties
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
EmbeddingOrigin
Gets or sets the embeddingOrigin
[JsonPropertyName("embeddingOrigin")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? EmbeddingOrigin { get; set; }Property Value
Origin
Gets or sets the origin
[JsonPropertyName("origin")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Origin { get; set; }Property Value
Permission
Gets or sets the permission
[JsonPropertyName("permission")]
public PermissionDescriptor Permission { get; set; }Property Value
Setting
Gets or sets the setting
[JsonPropertyName("setting")]
public PermissionSetting Setting { get; set; }