ServiceOciArtifactEntryArgs

data class ServiceOciArtifactEntryArgs(val digest: Output<String>? = null, val imageName: Output<String>? = null, val loginServer: Output<String>? = null) : ConvertibleToJava<ServiceOciArtifactEntryArgs>

An Open Container Initiative (OCI) artifact.

Constructors

Link copied to clipboard
constructor(digest: Output<String>? = null, imageName: Output<String>? = null, loginServer: Output<String>? = null)

Properties

Link copied to clipboard
val digest: Output<String>? = null

The artifact digest.

Link copied to clipboard
val imageName: Output<String>? = null

The artifact name.

Link copied to clipboard
val loginServer: Output<String>? = null

The Azure Container Registry login server.

Functions

Link copied to clipboard
open override fun toJava(): ServiceOciArtifactEntryArgs