AcceleratorSshSetting interface

Auth setting for SSH auth.

Extends

Properties

authType

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

hostKey

Public SSH Key of git repository.

hostKeyAlgorithm

SSH Key algorithm of git repository.

privateKey

Private SSH Key algorithm of git repository.

Property Details

authType

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

authType: "SSH"

Property Value

"SSH"

hostKey

Public SSH Key of git repository.

hostKey?: string

Property Value

string

hostKeyAlgorithm

SSH Key algorithm of git repository.

hostKeyAlgorithm?: string

Property Value

string

privateKey

Private SSH Key algorithm of git repository.

privateKey?: string

Property Value

string