ServiceAcrConfigurationInfoResponse

data class ServiceAcrConfigurationInfoResponse(val loginServers: List<String>? = null, val ociArtifacts: List<ServiceOciArtifactEntryResponse>? = null)

Azure container registry configuration information

Constructors

Link copied to clipboard
constructor(loginServers: List<String>? = null, ociArtifacts: List<ServiceOciArtifactEntryResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val loginServers: List<String>? = null

The list of the ACR login servers.

Link copied to clipboard

The list of Open Container Initiative (OCI) artifacts.