Skip to main content

IIAMSSHPublicKey

Interface in AWS.IAM

Interface for IAM SSHPublicKey.

Properties

Fingerprint

property Fingerprint: string

The MD5 message digest of the SSH public key.

SSHPublicKeyBody

property SSHPublicKeyBody: string

The SSH public key.

SSHPublicKeyId

property SSHPublicKeyId: string

The unique identifier of the SSH public key.

Status

property Status: string

The status of the SSH public key.

Valid values: Active | Inactive.

UploadDate

property UploadDate: TOptional<TDateTime>

The date and time when the SSH public key was uploaded.

UserName

property UserName: string

The name of the IAM user that the SSH public key is associated with.