@taiyi-io/api-connector-ts
    Preparing search index...

    Interface ControlQuerySSHKeysParams

    查询SSH密钥列表请求参数

    interface ControlQuerySSHKeysParams {
        limit: number;
        offset: number;
        only_self?: boolean;
    }
    Index

    Properties

    limit: number

    每页数量

    offset: number

    查询起始偏移量

    only_self?: boolean

    是否只查询当前用户的密钥