GetWorkspaceConnectionResult

data class GetWorkspaceConnectionResult(val authType: String? = null, val category: String? = null, val id: String, val name: String, val target: String? = null, val type: String, val value: String? = null, val valueFormat: String? = null)

Workspace connection.

Constructors

Link copied to clipboard
constructor(authType: String? = null, category: String? = null, id: String, name: String, target: String? = null, type: String, value: String? = null, valueFormat: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authType: String? = null

Authorization type of the workspace connection.

Link copied to clipboard
val category: String? = null

Category of the workspace connection.

Link copied to clipboard
val id: String

ResourceId of the workspace connection.

Link copied to clipboard

Friendly name of the workspace connection.

Link copied to clipboard
val target: String? = null

Target of the workspace connection.

Link copied to clipboard

Resource type of workspace connection.

Link copied to clipboard
val value: String? = null

Value details of the workspace connection.

Link copied to clipboard
val valueFormat: String? = null

format for the workspace connection value