ManagedIdentityReferenceResponse

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

The properties of the Managed Identity.

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.

Link copied to clipboard

The user identity ARM resource id if the managed identity type is 'UserAssigned'.