LinkedWorkspacePropsArgs

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

LinkedWorkspace specific properties.

Constructors

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

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.

Functions

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