Class GrantPermissionsCommandSettings
GrantPermissions
public sealed class GrantPermissionsCommandSettings : ICommand- Inheritance
- 
      
      GrantPermissionsCommandSettings
- 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
Origin
Gets or sets the origin
[JsonPropertyName("origin")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Origin { get; set; }Property Value
Permissions
Gets or sets the permissions
[JsonPropertyName("permissions")]
public PermissionType[] Permissions { get; set; }