Package-level declarations
Types
Link copied to clipboard
The SSH public key information associated with a Google account. To get more information about SSHPublicKey, see:
Link copied to clipboard
data class SshPublicKeyArgs(val expirationTimeUsec: Output<String>? = null, val key: Output<String>? = null, val project: Output<String>? = null, val user: Output<String>? = null) : ConvertibleToJava<SshPublicKeyArgs>
The SSH public key information associated with a Google account. To get more information about SSHPublicKey, see:
Link copied to clipboard
class SshPublicKeyArgsBuilder
Builder for SshPublicKeyArgs.
Link copied to clipboard
Link copied to clipboard
Builder for SshPublicKey.
Functions
Link copied to clipboard
suspend fun sshPublicKey(name: String, block: suspend SshPublicKeyResourceBuilder.() -> Unit): SshPublicKey