LinkedWorkspacePropsResponse

data class LinkedWorkspacePropsResponse(val linkedWorkspaceResourceId: String? = null, val userAssignedIdentityResourceId: String? = null)

LinkedWorkspace specific properties.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ResourceId of the link target of the linked workspace.

Link copied to clipboard

ResourceId of the user assigned identity for the linked workspace.