SshPublicKey

class SshPublicKey : KotlinCustomResource

Create an SSH public key Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

An expiration time in microseconds since epoch.

Link copied to clipboard
val fingerprint: Output<String>

The SHA-256 fingerprint of the SSH public key.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val key: Output<String>

Public key text in SSH format, defined by RFC4253 section 6.6.

Link copied to clipboard
val name: Output<String>

The canonical resource name.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userId: Output<String>