MyWorkbookManagedIdentityResponse

data class MyWorkbookManagedIdentityResponse(val type: String? = null, val userAssignedIdentities: MyWorkbookUserAssignedIdentitiesResponse? = null)

Customer Managed Identity

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

The identity type.

Link copied to clipboard