ManagedIdentityResponse

data class ManagedIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null, val userAssignedIdentities: Map<String, UserAssignedIdentityPropertyResponse>? = null)

A class represent managed identities used for request and response

Constructors

Link copied to clipboard
constructor(principalId: String, tenantId: String, type: String? = null, userAssignedIdentities: Map<String, UserAssignedIdentityPropertyResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Get the principal id for the system assigned identity. Only be used in response.

Link copied to clipboard

Get the tenant id for the system assigned identity. Only be used in response

Link copied to clipboard
val type: String? = null

Represents the identity type: systemAssigned, userAssigned, None

Link copied to clipboard

Get or set the user assigned identities