GetWorkspacePrivateEndpointConnectionConnection

data class GetWorkspacePrivateEndpointConnectionConnection(val actionRequired: String, val description: String, val name: String, val status: String, val workspacePrivateEndpointId: String)

Constructors

constructor(actionRequired: String, description: String, name: String, status: String, workspacePrivateEndpointId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Actions required for a private endpoint connection.

Link copied to clipboard

The description for the current state of a private endpoint connection.

Link copied to clipboard

The name of the Databricks Workspace.

Link copied to clipboard

The status of a private endpoint connection. Possible values are Pending, Approved, Rejected or Disconnected.

Link copied to clipboard

The Databricks Workspace resource ID for the private link endpoint.