CustomDomainIdentity interface

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

Properties

type

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

userAssignedIdentity

The user identity associated with the resource.

Property Details

type

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

type?: string

Property Value

string

userAssignedIdentity

The user identity associated with the resource.

userAssignedIdentity?: string

Property Value

string