interface ListSSHKeysResponse {
    sshKeys: IAM.v1alpha1.SSHKey[];
    totalCount: number;
}

Properties

Properties

sshKeys: IAM.v1alpha1.SSHKey[]

List of SSH keys.

totalCount: number

Total count of SSH keys.