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

    Type Alias GetSshKeysResponses

    type GetSshKeysResponses = {
        "200": {
            data: { created: string; id: number; label: string; ssh_key: string }[];
            page: number;
            pages: number;
            results: number;
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: { created: string; id: number; label: string; ssh_key: string }[];
        page: number;
        pages: number;
        results: number;
    }

    Returns a paginated list of SSH Key objects.

    Type Declaration

    • data: { created: string; id: number; label: string; ssh_key: string }[]
    • Readonlypage: number

      Read-only The current page.

    • Readonlypages: number

      Read-only The total number of pages.

    • Readonlyresults: number

      Read-only The total number of results.