你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

如果无法获取令牌,则返回错误消息。