LinkedWorkspacePropsArgs

data class LinkedWorkspacePropsArgs(val linkedWorkspaceResourceId: Output<String>? = null, val userAssignedIdentityResourceId: Output<String>? = null) : ConvertibleToJava<LinkedWorkspacePropsArgs>

LinkedWorkspace specific properties.

Constructors

Link copied to clipboard
fun LinkedWorkspacePropsArgs(linkedWorkspaceResourceId: Output<String>? = null, userAssignedIdentityResourceId: Output<String>? = null)

Functions

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

Properties

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

ResourceId of the link target of the linked workspace.

Link copied to clipboard

ResourceId of the user assigned identity for the linked workspace.