UserAssignedManagedIdentityDetailsResponse

data class UserAssignedManagedIdentityDetailsResponse(val identityArmId: String? = null, val identityName: String? = null, val userAssignedIdentityProperties: UserAssignedIdentityPropertiesResponse? = null)

User assigned managed identity details

Constructors

constructor(identityArmId: String? = null, identityName: String? = null, userAssignedIdentityProperties: UserAssignedIdentityPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identityArmId: String? = null

The ARM id of the assigned identity.

Link copied to clipboard
val identityName: String? = null

The name of the assigned identity.

Link copied to clipboard

User assigned managed identity properties