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

    Type Alias GetSshKeyData

    type GetSshKeyData = {
        body?: never;
        path: { sshKeyId: number };
        query?: never;
        url: "profile/sshkeys/{sshKeyId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { sshKeyId: number }

    Type Declaration

    • sshKeyId: number

      The ID of the SSHKey.

    query?: never
    url: "profile/sshkeys/{sshKeyId}"