List the repositories a credential covers
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Repository coverage resolved
Which repositories a credential covers: the repositories its GitHub App installation can reach right now, the repositories Ankra needs from it (the repository of every live application bound to it), and the classified difference. accessible_repositories is null when the listing could not be read, which is not the same answer as an empty listing.
The resolved GitHub credential summary (id, name, provider, credential_scope, state, available, account_login, account_type, installation_id, app_backed, last_synced_at, syncing).
complete: every required repository was in a listing read in full. incomplete: a full listing did not contain a required repository - a definite failure. unknown: the coverage could not be established. not_probed: nothing asked a repository of this credential.
complete, incomplete, unknown, not_probed owner/name of every repository the installation reaches, or null when the listing could not be read.
Required repositories a COMPLETE listing did not contain.
Required repositories only a truncated or unreadable listing failed to show - not evidence that they are unreachable.