Show / Hide Table of Contents

Class CreateArtifactDetails

Artifact configuration input for the deployment.

Inheritance
object
CreateArtifactDetails
CreateSingleDockerArtifactDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
[JsonConverter(typeof(CreateArtifactDetailsModelConverter))]
public class CreateArtifactDetails

Properties

IsVulnerabilityScanRequired

Declaration
[JsonProperty(PropertyName = "isVulnerabilityScanRequired")]
public bool? IsVulnerabilityScanRequired { get; set; }
Property Value
Type Description
bool?

Optional flag that requires an OCI Vulnerability Scanning Service compliance report for this artifact before it can become active. When omitted, the value defaults to false.

In this article
Back to top