次の方法で共有


AppserviceGithubToken クラス

Appservice CLI github 統合用の Github アクセス トークン。

継承
azure.mgmt.web._serialization.Model
AppserviceGithubToken

コンストラクター

AppserviceGithubToken(*, access_token: str | None = None, scope: str | None = None, token_type: str | None = None, got_token: bool | None = None, error_message: str | None = None, **kwargs: Any)

キーワードのみのパラメーター

名前 説明
access_token
str

Appservice CLI github 統合用の Github アクセス トークン。

scope
str

github アクセス トークンのスコープ。

token_type
str

トークンの種類。

got_token

有効な github トークンを受信した場合は True、それ以外の場合は False。

error_message
str

トークンを取得できない場合のエラー メッセージ。

変数

名前 説明
access_token
str

Appservice CLI github 統合用の Github アクセス トークン。

scope
str

github アクセス トークンのスコープ。

token_type
str

トークンの種類。

got_token

有効な github トークンを受信した場合は True、それ以外の場合は False。

error_message
str

トークンを取得できない場合のエラー メッセージ。