MediaServiceIdentityResponse

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Principal ID of the identity.

Link copied to clipboard

The Tenant ID of the identity.

Link copied to clipboard

The identity type.

Link copied to clipboard

The user assigned managed identities.