WorkspaceConnectionDto Class

object used for creating workspace connection.

Inheritance
WorkspaceConnectionDto

Constructor

WorkspaceConnectionDto(*, name: Optional[str] = None, category: Optional[str] = None, target: Optional[str] = None, auth_type: Optional[str] = None, value: Optional[str] = None, **kwargs)

Parameters

name
str
Required

Friendly name of the workspace connection.

category
str
Required

Category of the workspace connection.

target
str
Required

Target of the workspace connection.

auth_type
str
Required

Authorization type of the workspace connection.

value
str
Required

Value details of the workspace connection.