Show / Hide Table of Contents

Class HostCisBenchmarkSettings

CIS (Center for Internet Security) Benchmark scan settings for a host scan

Inheritance
object
HostCisBenchmarkSettings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VulnerabilityscanningService.Models
Assembly: OCI.DotNetSDK.Vulnerabilityscanning.dll
Syntax
public class HostCisBenchmarkSettings

Properties

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.

In this article
Back to top