Show / Hide Table of Contents

Class ContainerScanSettings

A collection of container scan settings

Inheritance
object
ContainerScanSettings
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 ContainerScanSettings

Properties

ScanLevel

Declaration
[Required(ErrorMessage = "ScanLevel is required.")]
[JsonProperty(PropertyName = "scanLevel")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ContainerScanSettings.ScanLevelEnum? ScanLevel { get; set; }
Property Value
Type Description
ContainerScanSettings.ScanLevelEnum?

The scan level

Remarks

Required

In this article
Back to top