Show / Hide Table of Contents

Class HostScanAgentConfiguration

Agent configuration for host scan agent settings. This model is polymorphic, presenting different configuration options based on selected agent vendor.

Inheritance
object
HostScanAgentConfiguration
HostScanAgentConfigurationOCI
HostScanAgentConfigurationQualys
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
[JsonConverter(typeof(HostScanAgentConfigurationModelConverter))]
public class HostScanAgentConfiguration

Properties

VendorType

Declaration
[JsonProperty(PropertyName = "vendorType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public VendorType? VendorType { get; set; }
Property Value
Type Description
VendorType?

Vendor to use for the host scan agent.

In this article
Back to top