ServiceOciArtifactEntryResponse

data class ServiceOciArtifactEntryResponse(val digest: String? = null, val imageName: String? = null, val loginServer: String? = null)

An Open Container Initiative (OCI) artifact.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val digest: String? = null

The artifact digest.

Link copied to clipboard
val imageName: String? = null

The artifact name.

Link copied to clipboard
val loginServer: String? = null

The Azure Container Registry login server.