CustomDomainPropertiesResponse

data class CustomDomainPropertiesResponse(val appName: String, val certName: String? = null, val provisioningState: String, val thumbprint: String? = null)

Custom domain of app resource payload.

Constructors

Link copied to clipboard
constructor(appName: String, certName: String? = null, provisioningState: String, thumbprint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The app name of domain.

Link copied to clipboard
val certName: String? = null

The bound certificate name of domain.

Link copied to clipboard

Provisioning state of the Domain

Link copied to clipboard
val thumbprint: String? = null

The thumbprint of bound certificate.