NoneAuthTypeWorkspaceConnectionPropertiesResponse

data class NoneAuthTypeWorkspaceConnectionPropertiesResponse(val authType: String, val category: String? = null, val expiryTime: String? = null, val metadata: Any? = null, val target: String? = null, val value: String? = null, val valueFormat: String? = null)

Constructors

constructor(authType: String, category: String? = null, expiryTime: String? = null, metadata: Any? = null, target: String? = null, value: String? = null, valueFormat: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val category: String? = null

Category of the connection

Link copied to clipboard
val expiryTime: String? = null
Link copied to clipboard
val metadata: Any? = null
Link copied to clipboard
val target: String? = null
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