CreateSSHKeyRequest: {
    name?: string;
    projectId?: string;
    publicKey: string;
}

Type declaration

  • Optionalname?: string

    Name of the SSH key. Max length is 1000.

  • OptionalprojectId?: string

    Project the resource is attributed to.

  • publicKey: string

    SSH public key. Currently only the ssh-rsa, ssh-dss (DSA), ssh-ed25519 and ecdsa keys with NIST curves are supported. Max length is 65000.