Managed Identity Args
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)