ManagedIdentityArgs

data class ManagedIdentityArgs(val type: Output<ResourceIdentityType>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedIdentityArgs>

The workspace managed identity

Constructors

Link copied to clipboard
constructor(type: Output<ResourceIdentityType>? = null, userAssignedIdentities: Output<List<String>>? = null)

Properties

Link copied to clipboard
val type: Output<ResourceIdentityType>? = null

The type of managed identity for the workspace

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

The user assigned managed identities.

Functions

Link copied to clipboard
open override fun toJava(): ManagedIdentityArgs