Show / Hide Table of Contents

Class ContainerScanRegistry

Registry information for a container scan target

Inheritance
object
ContainerScanRegistry
OcirContainerScanRegistry
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(ContainerScanRegistryModelConverter))]
public class ContainerScanRegistry

Properties

Url

Declaration
[Required(ErrorMessage = "Url is required.")]
[JsonProperty(PropertyName = "url")]
public string Url { get; set; }
Property Value
Type Description
string

URL of the registry.

Remarks

Required

In this article
Back to top