Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiRepoListKeysRequest

Request parameters for repoListKeys operation in RepositoryApi.

export
interface

RepositoryApiRepoListKeysRequest

Hierarchy

  • RepositoryApiRepoListKeysRequest

Index

Properties

fingerprint?: string

fingerprint of the key

memberof

RepositoryApiRepoListKeys

keyId?: number

the key_id to search for

memberof

RepositoryApiRepoListKeys

limit?: number

page size of results

memberof

RepositoryApiRepoListKeys

owner: string

owner of the repo

memberof

RepositoryApiRepoListKeys

page?: number

page number of results to return (1-based)

memberof

RepositoryApiRepoListKeys

repo: string

name of the repo

memberof

RepositoryApiRepoListKeys

Generated using TypeDoc