Custom Domain Properties Response
data class CustomDomainPropertiesResponse(val appName: String, val certName: String? = null, val provisioningState: String, val thumbprint: String? = null)
Custom domain of app resource payload.