CustomDomainResponse

data class CustomDomainResponse(val bindingType: String? = null, val certificateId: String, val name: String)

Custom Domain of a Container App

Constructors

Link copied to clipboard
fun CustomDomainResponse(bindingType: String? = null, certificateId: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bindingType: String? = null

Custom Domain binding type.

Link copied to clipboard

Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment.

Link copied to clipboard

Hostname.