AcceleratorSshSettingArgs

data class AcceleratorSshSettingArgs(val authType: Output<String>, val hostKey: Output<String>? = null, val hostKeyAlgorithm: Output<String>? = null, val privateKey: Output<String>? = null) : ConvertibleToJava<AcceleratorSshSettingArgs>

Auth setting for SSH auth.

Constructors

Link copied to clipboard
constructor(authType: Output<String>, hostKey: Output<String>? = null, hostKeyAlgorithm: Output<String>? = null, privateKey: Output<String>? = null)

Properties

Link copied to clipboard
val authType: Output<String>

The type of the auth setting. Expected value is 'SSH'.

Link copied to clipboard
val hostKey: Output<String>? = null

Public SSH Key of git repository.

Link copied to clipboard
val hostKeyAlgorithm: Output<String>? = null

SSH Key algorithm of git repository.

Link copied to clipboard
val privateKey: Output<String>? = null

Private SSH Key algorithm of git repository.

Functions

Link copied to clipboard
open override fun toJava(): AcceleratorSshSettingArgs