Show / Hide Table of Contents

Class CreateContainerScanRegistryDetails

Registry information for a container scan target

Inheritance
object
CreateContainerScanRegistryDetails
CreateOcirContainerScanRegistryDetails
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(CreateContainerScanRegistryDetailsModelConverter))]
public class CreateContainerScanRegistryDetails

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).

In this article
Back to top