GitHubAuthModel interface

GitHub の API 認証のモデル。 この認証では、まず、GitHub アカウントにアクセスするために Router アプリ (Microsoft Security DevOps) を承認する必要があります。その後、InstallationId のみが必要で、https://api.github.com/app/installations/{installId}/access_tokensからアクセス トークンを取得します。

Extends

プロパティ

installationId

GitHubApp 認証インストール ID。

type

認証の種類

プロパティの詳細

installationId

GitHubApp 認証インストール ID。

installationId?: string

プロパティ値

string

type

認証の種類

type: "GitHub"

プロパティ値

"GitHub"