WorkspaceConnectionPropertiesV2 interface

Properties

authType

Polymorphic discriminator, which specifies the different types this object can be

category

Category of the connection

createdByWorkspaceArmId

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

expiryTime
group

Group based on connection category NOTE: This property will not be serialized. It can only be populated by the server.

isSharedToAll
metadata

Store user metadata for this connection

sharedUserList
target
value

Value details of the workspace connection.

valueFormat

format for the workspace connection value

Property Details

authType

Polymorphic discriminator, which specifies the different types this object can be

authType: "AAD" | "AccessKey" | "AccountKey" | "ApiKey" | "CustomKeys" | "ManagedIdentity" | "SAS" | "None" | "ServicePrincipal" | "OAuth2" | "PAT" | "UsernamePassword"

Property Value

"AAD" | "AccessKey" | "AccountKey" | "ApiKey" | "CustomKeys" | "ManagedIdentity" | "SAS" | "None" | "ServicePrincipal" | "OAuth2" | "PAT" | "UsernamePassword"

category

Category of the connection

category?: string

Property Value

string

createdByWorkspaceArmId

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

createdByWorkspaceArmId?: string

Property Value

string

expiryTime

expiryTime?: Date

Property Value

Date

group

Group based on connection category NOTE: This property will not be serialized. It can only be populated by the server.

group?: string

Property Value

string

isSharedToAll

isSharedToAll?: boolean

Property Value

boolean

metadata

Store user metadata for this connection

metadata?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

sharedUserList

sharedUserList?: string[]

Property Value

string[]

target

target?: string

Property Value

string

value

Value details of the workspace connection.

value?: string

Property Value

string

valueFormat

format for the workspace connection value

valueFormat?: string

Property Value

string