ListPrivilegesRequest: {
    databaseName?: string;
    instanceId: string;
    orderBy?: RDB.v1.ListPrivilegesRequestOrderBy;
    page?: number;
    pageSize?: number;
    region?: Region;
    userName?: string;
}

Type declaration

  • OptionaldatabaseName?: string

    Name of the database.

  • instanceId: string

    UUID of the Database Instance.

  • OptionalorderBy?: RDB.v1.ListPrivilegesRequestOrderBy

    Criteria to use when ordering privileges listing.

  • Optionalpage?: number
  • OptionalpageSize?: number
  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • OptionaluserName?: string

    Name of the user.