Class EnableCommandSettings
Enable
public sealed class EnableCommandSettings : ICommand- Inheritance
- 
      
      EnableCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
HandleAuthRequests
Gets or sets the handleAuthRequests
[JsonPropertyName("handleAuthRequests")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? HandleAuthRequests { get; set; }Property Value
- bool?
Patterns
Gets or sets the patterns
[JsonPropertyName("patterns")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RequestPattern[]? Patterns { get; set; }