共用方式為


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)

僅限關鍵字的參數

名稱 Description
access_token
str

Appservice CLI github 整合的 Github 存取權杖。

scope
str

github 存取權杖的範圍。

token_type
str

Token 類型。

got_token

如果收到有效的 github 權杖,則為 True,否則為 False。

error_message
str

如果無法取得權杖,錯誤訊息。

變數

名稱 Description
access_token
str

Appservice CLI github 整合的 Github 存取權杖。

scope
str

github 存取權杖的範圍。

token_type
str

Token 類型。

got_token

如果收到有效的 github 權杖,則為 True,否則為 False。

error_message
str

如果無法取得權杖,錯誤訊息。