-
Notifications
You must be signed in to change notification settings - Fork 246
/
azure.mgmt.web.v2022_09_01.models.AppserviceGithubToken.yml
54 lines (54 loc) · 1.58 KB
/
azure.mgmt.web.v2022_09_01.models.AppserviceGithubToken.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
### YamlMime:PythonClass
uid: azure.mgmt.web.v2022_09_01.models.AppserviceGithubToken
name: AppserviceGithubToken
fullName: azure.mgmt.web.v2022_09_01.models.AppserviceGithubToken
module: azure.mgmt.web.v2022_09_01.models
inheritances:
- azure.mgmt.web._serialization.Model
summary: Github access token for Appservice CLI github integration.
constructor:
syntax: '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)'
keywordOnlyParameters:
- name: access_token
description: Github access token for Appservice CLI github integration.
types:
- <xref:str>
- name: scope
description: Scope of the github access token.
types:
- <xref:str>
- name: token_type
description: token type.
types:
- <xref:str>
- name: got_token
description: True if valid github token received, False otherwise.
types:
- <xref:bool>
- name: error_message
description: Error message if unable to get token.
types:
- <xref:str>
variables:
- description: Github access token for Appservice CLI github integration.
name: access_token
types:
- <xref:str>
- description: Scope of the github access token.
name: scope
types:
- <xref:str>
- description: token type.
name: token_type
types:
- <xref:str>
- description: True if valid github token received, False otherwise.
name: got_token
types:
- <xref:bool>
- description: Error message if unable to get token.
name: error_message
types:
- <xref:str>