ManagedIdentityPropertiesResponse

data class ManagedIdentityPropertiesResponse(val type: String, val userAssignedIdentityResourceId: String? = null)

The properties of managed identity, specifically including type and resource ID.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of managed identity.

Link copied to clipboard

The resource id of the managed identity.