AppserviceGithubToken Class
Github access token for Appservice CLI github integration.
- Inheritance
-
azure.mgmt.web._serialization.ModelAppserviceGithubToken
Constructor
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)
Keyword-Only Parameters
Name | Description |
---|---|
access_token
|
Github access token for Appservice CLI github integration. |
scope
|
Scope of the github access token. |
token_type
|
token type. |
got_token
|
True if valid github token received, False otherwise. |
error_message
|
Error message if unable to get token. |
Variables
Name | Description |
---|---|
access_token
|
Github access token for Appservice CLI github integration. |
scope
|
Scope of the github access token. |
token_type
|
token type. |
got_token
|
True if valid github token received, False otherwise. |
error_message
|
Error message if unable to get token. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python