NotebookWorkspaceConnectionInfoResult interface

The connection info for the given notebook workspace

Properties

authToken

Specifies auth token used for connecting to Notebook server (uses token-based auth). NOTE: This property will not be serialized. It can only be populated by the server.

notebookServerEndpoint

Specifies the endpoint of Notebook server. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

authToken

Specifies auth token used for connecting to Notebook server (uses token-based auth). NOTE: This property will not be serialized. It can only be populated by the server.

authToken?: string

Property Value

string

notebookServerEndpoint

Specifies the endpoint of Notebook server. NOTE: This property will not be serialized. It can only be populated by the server.

notebookServerEndpoint?: string

Property Value

string