@akamai/openapi-ts
    Preparing search index...

    Type Alias PostAddSshKeyData

    type PostAddSshKeyData = {
        body?: {
            created?: string;
            id?: number;
            label?: string;
            ssh_key?: string;
        };
        path?: never;
        query?: never;
        url: "profile/sshkeys";
    }
    Index

    Properties

    Properties

    body?: { created?: string; id?: number; label?: string; ssh_key?: string }

    A credential object for authenticating a User's secure shell connection to a Linode.

    Type Declaration

    • Optional Readonlycreated?: string

      Read-only The date this key was added.

    • Optional Readonlyid?: number

      Read-only The unique identifier of an SSH Key object.

    • Optionallabel?: string

      A label for the SSH Key.

    • Optionalssh_key?: string

      The public SSH Key, which is used to authenticate to the root user of the Linodes you deploy.

      Accepted formats:

      • ssh-dss
      • ssh-rsa
      • ecdsa-sha2-nistp
      • ssh-ed25519
      • sk-ecdsa-sha2-nistp256 (Akamai-specific)
    path?: never
    query?: never
    url: "profile/sshkeys"