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

    Interface ControlQueryAccessesParams

    查询访问权限列表请求参数

    ControlQueryAccessesParams 查询访问权限列表参数

    interface ControlQueryAccessesParams {
        limit: number;
        offset: number;
        user: string;
    }
    Index

    Properties

    Properties

    limit: number

    限制数量

    offset: number

    偏移量

    user: string

    用户名