WorkbookManagedIdentityResponse

data class WorkbookManagedIdentityResponse(val type: String? = null, val userAssignedIdentities: WorkbookUserAssignedIdentitiesResponse? = null)

Customer Managed Identity

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

The identity type.

Link copied to clipboard