Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ControllerConnectionDetails

Package version

interface

An interface representing ControllerConnectionDetails.

Hierarchy

  • ControllerConnectionDetails

Index

Properties

Optional authKey

authKey: undefined | string
member

{string} [authKey] Authentication key for communicating with services. NOTE: This property will not be serialized. It can only be populated by the server.

Optional orchestratorSpecificConnectionDetails

orchestratorSpecificConnectionDetails: OrchestratorSpecificConnectionDetailsUnion
member

{OrchestratorSpecificConnectionDetailsUnion} [orchestratorSpecificConnectionDetails]

Optional workspaceStorageAccountName

workspaceStorageAccountName: undefined | string
member

{string} [workspaceStorageAccountName] Workspace storage account name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional workspaceStorageSasToken

workspaceStorageSasToken: undefined | string
member

{string} [workspaceStorageSasToken] Workspace storage account SAS token. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc