WorkbookIdentity

data class WorkbookIdentity(val identityIds: List<String>? = null, val principalId: String? = null, val tenantId: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(identityIds: List<String>? = null, principalId: String? = null, tenantId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identityIds: List<String>? = null

The list of User Assigned Managed Identity IDs assigned to this Workbook. Changing this forces a new resource to be created.

Link copied to clipboard
val principalId: String? = null

The Principal ID of the System Assigned Managed Service Identity that is configured on this Workbook.

Link copied to clipboard
val tenantId: String? = null

The Tenant ID of the System Assigned Managed Service Identity that is configured on this Workbook.

Link copied to clipboard

The type of Managed Service Identity that is configured on this Workbook. Possible values are UserAssigned, SystemAssigned and SystemAssigned, UserAssigned. Changing this forces a new resource to be created.