HostKeyAttributes

Describes the public SSH host keys or the RDP certificate.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The SSH host key algorithm or the RDP certificate format.

Link copied to clipboard

The SHA-1 fingerprint of the returned SSH host key or RDP certificate.

Link copied to clipboard

The SHA-256 fingerprint of the returned SSH host key or RDP certificate.

Link copied to clipboard

The returned RDP certificate is not valid after this point in time.

Link copied to clipboard

The returned RDP certificate is valid after this point in time.

Link copied to clipboard

The public SSH host key or the RDP certificate.

Link copied to clipboard

The time that the SSH host key or RDP certificate was recorded by Lightsail.

Functions

Link copied to clipboard
inline fun copy(block: HostKeyAttributes.Builder.() -> Unit = {}): HostKeyAttributes
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String