Class ConfigCommandOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AttackSurfaceAnalyzer
Assembly: AsaLib.dll
Syntax
public class ConfigCommandOptions : CommandOptions
Properties
| Improve this Doc View SourceDeleteRunId
Declaration
public string DeleteRunId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ListRuns
Declaration
public bool ListRuns { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ResetDatabase
Declaration
public bool ResetDatabase { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
TelemetryOptOut
Declaration
public bool TelemetryOptOut { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
TrimToLatest
Declaration
public bool TrimToLatest { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |