CustomDomainIdentityArgs

data class CustomDomainIdentityArgs(val type: Output<Either<String, CustomDomainIdentityType>>? = null, val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<CustomDomainIdentityArgs>

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

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, CustomDomainIdentityType>>? = null, userAssignedIdentity: Output<String>? = null)

Properties

Link copied to clipboard
val type: Output<Either<String, CustomDomainIdentityType>>? = null

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

Link copied to clipboard
val userAssignedIdentity: Output<String>? = null

The user identity associated with the resource.

Functions

Link copied to clipboard
open override fun toJava(): CustomDomainIdentityArgs