API Reference
Class
BenchmarkCatalogProduct
Describes one currently supported CIS product generation.
Inheritance
- Object
- BenchmarkCatalogProduct
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
Properties
public BenchmarkProductFamily Family { get; } #Gets the product family.
public String Product { get; } #Gets the product name.
public String ProductVersion { get; } #Gets the supported product generation.
public BenchmarkProductVariant ProductVariant { get; } #Gets the supported product variant.
public String BenchmarkVersion { get; } #Gets the current integrity-pinned CIS benchmark version.
public BenchmarkTargetKind TargetKind { get; } #Gets the typed target kind assessed by the product pack.
public Nullable<BenchmarkWorkloadRole> WorkloadRole { get; } #Gets the workload role that causes the product target to be discovered.
public Boolean RequiresExplicitEnablement { get; } #Gets whether conservative composition requires explicit operator enablement.