Class CreateArtifactDetails
Artifact configuration input for the deployment.
Inherited Members
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. |