FhirServiceAcrConfigurationResponse

data class FhirServiceAcrConfigurationResponse(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 Azure container registry login servers.

Link copied to clipboard

The list of Open Container Initiative (OCI) artifacts.