Show / Hide Table of Contents

Class UpdateContainerScanRegistryDetails

Registry information for a container scan target

Inheritance
object
UpdateContainerScanRegistryDetails
UpdateOcirContainerScanRegistryDetails
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(UpdateContainerScanRegistryDetailsModelConverter))]
public class UpdateContainerScanRegistryDetails

Properties

Url

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

URL of the registry. Required for non-OCIR registry types (for OCIR registry types, it can be inferred from the tenancy). If null, will not be updated.

In this article
Back to top