GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.

CreateIntlAliyunAccount
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 2
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 1
dl 0
loc 2
c 0
b 0
f 0
1
<?php
2
3
namespace AlibabaCloud\Aas\V20150701;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method VerifyAccountLoginToken verifyAccountLoginToken(array $options = [])
9
 * @method GenerateAccountLoginToken generateAccountLoginToken(array $options = [])
10
 * @method CreateIntlAliyunAccount createIntlAliyunAccount(array $options = [])
11
 * @method CreateShortTermAccessKeyForAccount createShortTermAccessKeyForAccount(array $options = [])
12
 * @method GetAliyunAccountWithBindTaobaoHid getAliyunAccountWithBindTaobaoHid(array $options = [])
13
 * @method GetAliyunAccountWithBindHid getAliyunAccountWithBindHid(array $options = [])
14
 * @method CreateAliyunAccountWithBindHid createAliyunAccountWithBindHid(array $options = [])
15
 * @method UpdateStatusForAccount updateStatusForAccount(array $options = [])
16
 * @method ListAliyunAccount listAliyunAccount(array $options = [])
17
 * @method GetShortTermAccessKeyForAccount getShortTermAccessKeyForAccount(array $options = [])
18
 * @method DeleteAccessKeyForAccount deleteAccessKeyForAccount(array $options = [])
19
 * @method CreateAliyunAccount createAliyunAccount(array $options = [])
20
 * @method CreateAccessKeyForAccount createAccessKeyForAccount(array $options = [])
21
 * @method UpdatePasswordForAccount updatePasswordForAccount(array $options = [])
22
 * @method UpdateAccessKeyStatusForAccount updateAccessKeyStatusForAccount(array $options = [])
23
 * @method ListAccessKeysForAccount listAccessKeysForAccount(array $options = [])
24
 * @method GetBasicInfoForAccount getBasicInfoForAccount(array $options = [])
25
 */
26
class AasApiResolver extends ApiResolver
27
{
28
}
29
30
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
31
{
32
    /** @var string */
33
    public $product = 'Aas';
34
35
    /** @var string */
36
    public $version = '2015-07-01';
37
38
    /** @var string */
39
    public $method = 'POST';
40
}
41
42
/**
43
 * @method string getLoginToken()
44
 * @method $this withLoginToken($value)
45
 */
46
class VerifyAccountLoginToken extends Rpc
47
{
48
}
49
50
/**
51
 * @method string getTargetPk()
52
 * @method $this withTargetPk($value)
53
 */
54
class GenerateAccountLoginToken extends Rpc
55
{
56
}
57
58
/**
59
 * @method string getNationalityCode()
60
 * @method $this withNationalityCode($value)
61
 */
62
class CreateIntlAliyunAccount extends Rpc
63
{
64
}
65
66
/**
67
 * @method string getExpireTime()
68
 * @method $this withExpireTime($value)
69
 * @method string getIsMfaPresent()
70
 * @method $this withIsMfaPresent($value)
71
 * @method string getPK()
72
 * @method $this withPK($value)
73
 */
74
class CreateShortTermAccessKeyForAccount extends Rpc
75
{
76
}
77
78
/**
79
 * @method string getHavanaId()
80
 * @method $this withHavanaId($value)
81
 */
82
class GetAliyunAccountWithBindTaobaoHid extends Rpc
83
{
84
}
85
86
/**
87
 * @method string getInnerAccountHid()
88
 * @method $this withInnerAccountHid($value)
89
 */
90
class GetAliyunAccountWithBindHid extends Rpc
91
{
92
}
93
94
/**
95
 * @method string getInnerAccountHid()
96
 * @method $this withInnerAccountHid($value)
97
 */
98
class CreateAliyunAccountWithBindHid extends Rpc
99
{
100
}
101
102
/**
103
 * @method string getAccountStatus()
104
 * @method $this withAccountStatus($value)
105
 * @method string getPK()
106
 * @method $this withPK($value)
107
 */
108
class UpdateStatusForAccount extends Rpc
109
{
110
}
111
112
/**
113
 * @method string getMarker()
114
 * @method $this withMarker($value)
115
 * @method string getMaxItems()
116
 * @method $this withMaxItems($value)
117
 */
118
class ListAliyunAccount extends Rpc
119
{
120
}
121
122
/**
123
 * @method string getExpireTime()
124
 * @method $this withExpireTime($value)
125
 * @method string getIsMfaPresent()
126
 * @method $this withIsMfaPresent($value)
127
 * @method string getPK()
128
 * @method $this withPK($value)
129
 */
130
class GetShortTermAccessKeyForAccount extends Rpc
131
{
132
}
133
134
/**
135
 * @method string getAKId()
136
 * @method $this withAKId($value)
137
 * @method string getPK()
138
 * @method $this withPK($value)
139
 */
140
class DeleteAccessKeyForAccount extends Rpc
141
{
142
}
143
144
/**
145
 * @method string getAliyunId()
146
 * @method $this withAliyunId($value)
147
 */
148
class CreateAliyunAccount extends Rpc
149
{
150
}
151
152
/**
153
 * @method string getAKSecret()
154
 * @method $this withAKSecret($value)
155
 * @method string getPK()
156
 * @method $this withPK($value)
157
 */
158
class CreateAccessKeyForAccount extends Rpc
159
{
160
}
161
162
/**
163
 * @method string getPK()
164
 * @method $this withPK($value)
165
 * @method string getNewPassword()
166
 * @method $this withNewPassword($value)
167
 */
168
class UpdatePasswordForAccount extends Rpc
169
{
170
}
171
172
/**
173
 * @method string getAKStatus()
174
 * @method $this withAKStatus($value)
175
 * @method string getAKId()
176
 * @method $this withAKId($value)
177
 * @method string getPK()
178
 * @method $this withPK($value)
179
 */
180
class UpdateAccessKeyStatusForAccount extends Rpc
181
{
182
}
183
184
/**
185
 * @method string getAKType()
186
 * @method $this withAKType($value)
187
 * @method string getAKStatus()
188
 * @method $this withAKStatus($value)
189
 * @method string getPK()
190
 * @method $this withPK($value)
191
 */
192
class ListAccessKeysForAccount extends Rpc
193
{
194
}
195
196
/**
197
 * @method string getAliyunId()
198
 * @method $this withAliyunId($value)
199
 */
200
class GetBasicInfoForAccount extends Rpc
201
{
202
}
203