Class HostCisBenchmarkSettings
CIS (Center for Internet Security) Benchmark scan settings for a host scan
Inherited Members
Namespace: Oci.VulnerabilityscanningService.Models
Assembly: OCI.DotNetSDK.Vulnerabilityscanning.dll
Syntax
public class HostCisBenchmarkSettingsProperties
ScanLevel
Declaration
[JsonProperty(PropertyName = "scanLevel")]
[JsonConverter(typeof(ResponseEnumConverter))]
public HostCisBenchmarkScanLevel? ScanLevel { get; set; }Property Value
| Type | Description | 
|---|---|
| HostCisBenchmarkScanLevel? | The level of strictness to apply for CIS Benchmarks. Use 'NONE' to disable CIS Benchmark checks entirely. |