PATAuth Type Workspace Connection Properties Response
data class PATAuthTypeWorkspaceConnectionPropertiesResponse(val authType: String, val category: String? = null, val credentials: WorkspaceConnectionPersonalAccessTokenResponse? = null, val expiryTime: String? = null, val metadata: Any? = null, val target: String? = null, val value: String? = null, val valueFormat: String? = null)
Constructors
Link copied to clipboard
fun PATAuthTypeWorkspaceConnectionPropertiesResponse(authType: String, category: String? = null, credentials: WorkspaceConnectionPersonalAccessTokenResponse? = null, expiryTime: String? = null, metadata: Any? = null, target: String? = null, value: String? = null, valueFormat: String? = null)