ManagedIdentityResponse

data class ManagedIdentityResponse(val userAssignedIdentity: String? = null)

The properties of the Managed identity.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The user assigned identity.