Show / Hide Table of Contents

Class HostScanAgentConfigurationOCI

Agent configuration options for the OCI host scan agent

Inheritance
object
HostScanAgentConfiguration
HostScanAgentConfigurationOCI
Inherited Members
HostScanAgentConfiguration.VendorType
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 HostScanAgentConfigurationOCI : HostScanAgentConfiguration

Properties

CisBenchmarkSettings

Declaration
[JsonProperty(PropertyName = "cisBenchmarkSettings")]
public HostCisBenchmarkSettings CisBenchmarkSettings { get; set; }
Property Value
Type Description
HostCisBenchmarkSettings

EndpointProtectionSettings

Declaration
[JsonProperty(PropertyName = "endpointProtectionSettings")]
public HostEndpointProtectionSettings EndpointProtectionSettings { get; set; }
Property Value
Type Description
HostEndpointProtectionSettings
In this article
Back to top