CustomDomainIdentityResponse

data class CustomDomainIdentityResponse(val type: String? = null, val userAssignedIdentity: String? = null)

The identity information for retrieving the certificate for the custom domain.

Constructors

Link copied to clipboard
constructor(type: String? = null, userAssignedIdentity: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'.

Link copied to clipboard

The user identity associated with the resource.