Show / Hide Table of Contents

Class ExportMonitorCommandOptions

Inheritance
System.Object
CommandOptions
ExportOptions
ExportMonitorCommandOptions
Inherited Members
ExportOptions.AnalysesFile
ExportOptions.DisableAnalysis
ExportOptions.ExplodedOutput
ExportOptions.OutputPath
ExportOptions.SaveToDatabase
ExportOptions.RunScripts
CommandOptions.DatabaseFilename
CommandOptions.Debug
CommandOptions.LowMemoryUsage
CommandOptions.Quiet
CommandOptions.Shards
CommandOptions.Verbose
Namespace: Microsoft.CST.AttackSurfaceAnalyzer
Assembly: AsaLib.dll
Syntax
public class ExportMonitorCommandOptions : ExportOptions

Properties

| Improve this Doc View Source

ApplySubObjectRulesToMonitor

Declaration
public bool ApplySubObjectRulesToMonitor { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

RunId

Declaration
public string? RunId { get; set; }
Property Value
Type Description
System.Nullable<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX