Dela via


AppserviceGithubToken Klass

Github-åtkomsttoken för GitHub-integrering med Appservice CLI.

Arv
azure.mgmt.web._serialization.Model
AppserviceGithubToken

Konstruktor

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 parametrar

Name Description
access_token
str

Github-åtkomsttoken för GitHub-integrering med Appservice CLI.

scope
str

Omfånget för github-åtkomsttoken.

token_type
str

tokentyp.

got_token

Sant om giltig github-token har tagits emot, annars Falskt.

error_message
str

Felmeddelande om det inte går att hämta token.

Variabler

Name Description
access_token
str

Github-åtkomsttoken för GitHub-integrering med Appservice CLI.

scope
str

Omfånget för github-åtkomsttoken.

token_type
str

tokentyp.

got_token

Sant om giltig github-token har tagits emot, annars Falskt.

error_message
str

Felmeddelande om det inte går att hämta token.