PATAuthTypeWorkspaceConnectionPropertiesArgs

data class PATAuthTypeWorkspaceConnectionPropertiesArgs(val authType: Output<String>, val category: Output<Either<String, ConnectionCategory>>? = null, val credentials: Output<WorkspaceConnectionPersonalAccessTokenArgs>? = null, val target: Output<String>? = null, val value: Output<String>? = null, val valueFormat: Output<Either<String, ValueFormat>>? = null) : ConvertibleToJava<PATAuthTypeWorkspaceConnectionPropertiesArgs>

Constructors

constructor(authType: Output<String>, category: Output<Either<String, ConnectionCategory>>? = null, credentials: Output<WorkspaceConnectionPersonalAccessTokenArgs>? = null, target: Output<String>? = null, value: Output<String>? = null, valueFormat: Output<Either<String, ValueFormat>>? = null)

Properties

Link copied to clipboard
val authType: Output<String>

Authentication type of the connection target Expected value is 'PAT'.

Link copied to clipboard
val category: Output<Either<String, ConnectionCategory>>? = null

Category of the connection

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

Value details of the workspace connection.

Link copied to clipboard
val valueFormat: Output<Either<String, ValueFormat>>? = null

format for the workspace connection value

Functions

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