@alicloud/eiam20211201 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +334 -333
- package/dist/client.js +17 -2
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +336 -333
package/dist/client.d.ts
CHANGED
|
@@ -31,11 +31,11 @@ export declare class AddUserToOrganizationalUnitsResponseBody extends $tea.Model
|
|
|
31
31
|
});
|
|
32
32
|
}
|
|
33
33
|
export declare class AddUserToOrganizationalUnitsResponse extends $tea.Model {
|
|
34
|
-
headers
|
|
34
|
+
headers?: {
|
|
35
35
|
[key: string]: string;
|
|
36
36
|
};
|
|
37
|
-
statusCode
|
|
38
|
-
body
|
|
37
|
+
statusCode?: number;
|
|
38
|
+
body?: AddUserToOrganizationalUnitsResponseBody;
|
|
39
39
|
static names(): {
|
|
40
40
|
[key: string]: string;
|
|
41
41
|
};
|
|
@@ -73,11 +73,11 @@ export declare class AddUsersToGroupResponseBody extends $tea.Model {
|
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
75
|
export declare class AddUsersToGroupResponse extends $tea.Model {
|
|
76
|
-
headers
|
|
76
|
+
headers?: {
|
|
77
77
|
[key: string]: string;
|
|
78
78
|
};
|
|
79
|
-
statusCode
|
|
80
|
-
body
|
|
79
|
+
statusCode?: number;
|
|
80
|
+
body?: AddUsersToGroupResponseBody;
|
|
81
81
|
static names(): {
|
|
82
82
|
[key: string]: string;
|
|
83
83
|
};
|
|
@@ -115,11 +115,11 @@ export declare class AuthorizeApplicationToGroupsResponseBody extends $tea.Model
|
|
|
115
115
|
});
|
|
116
116
|
}
|
|
117
117
|
export declare class AuthorizeApplicationToGroupsResponse extends $tea.Model {
|
|
118
|
-
headers
|
|
118
|
+
headers?: {
|
|
119
119
|
[key: string]: string;
|
|
120
120
|
};
|
|
121
|
-
statusCode
|
|
122
|
-
body
|
|
121
|
+
statusCode?: number;
|
|
122
|
+
body?: AuthorizeApplicationToGroupsResponseBody;
|
|
123
123
|
static names(): {
|
|
124
124
|
[key: string]: string;
|
|
125
125
|
};
|
|
@@ -157,11 +157,11 @@ export declare class AuthorizeApplicationToOrganizationalUnitsResponseBody exten
|
|
|
157
157
|
});
|
|
158
158
|
}
|
|
159
159
|
export declare class AuthorizeApplicationToOrganizationalUnitsResponse extends $tea.Model {
|
|
160
|
-
headers
|
|
160
|
+
headers?: {
|
|
161
161
|
[key: string]: string;
|
|
162
162
|
};
|
|
163
|
-
statusCode
|
|
164
|
-
body
|
|
163
|
+
statusCode?: number;
|
|
164
|
+
body?: AuthorizeApplicationToOrganizationalUnitsResponseBody;
|
|
165
165
|
static names(): {
|
|
166
166
|
[key: string]: string;
|
|
167
167
|
};
|
|
@@ -199,11 +199,11 @@ export declare class AuthorizeApplicationToUsersResponseBody extends $tea.Model
|
|
|
199
199
|
});
|
|
200
200
|
}
|
|
201
201
|
export declare class AuthorizeApplicationToUsersResponse extends $tea.Model {
|
|
202
|
-
headers
|
|
202
|
+
headers?: {
|
|
203
203
|
[key: string]: string;
|
|
204
204
|
};
|
|
205
|
-
statusCode
|
|
206
|
-
body
|
|
205
|
+
statusCode?: number;
|
|
206
|
+
body?: AuthorizeApplicationToUsersResponseBody;
|
|
207
207
|
static names(): {
|
|
208
208
|
[key: string]: string;
|
|
209
209
|
};
|
|
@@ -246,11 +246,11 @@ export declare class CreateApplicationResponseBody extends $tea.Model {
|
|
|
246
246
|
});
|
|
247
247
|
}
|
|
248
248
|
export declare class CreateApplicationResponse extends $tea.Model {
|
|
249
|
-
headers
|
|
249
|
+
headers?: {
|
|
250
250
|
[key: string]: string;
|
|
251
251
|
};
|
|
252
|
-
statusCode
|
|
253
|
-
body
|
|
252
|
+
statusCode?: number;
|
|
253
|
+
body?: CreateApplicationResponseBody;
|
|
254
254
|
static names(): {
|
|
255
255
|
[key: string]: string;
|
|
256
256
|
};
|
|
@@ -288,11 +288,11 @@ export declare class CreateApplicationClientSecretResponseBody extends $tea.Mode
|
|
|
288
288
|
});
|
|
289
289
|
}
|
|
290
290
|
export declare class CreateApplicationClientSecretResponse extends $tea.Model {
|
|
291
|
-
headers
|
|
291
|
+
headers?: {
|
|
292
292
|
[key: string]: string;
|
|
293
293
|
};
|
|
294
|
-
statusCode
|
|
295
|
-
body
|
|
294
|
+
statusCode?: number;
|
|
295
|
+
body?: CreateApplicationClientSecretResponseBody;
|
|
296
296
|
static names(): {
|
|
297
297
|
[key: string]: string;
|
|
298
298
|
};
|
|
@@ -331,11 +331,11 @@ export declare class CreateDomainResponseBody extends $tea.Model {
|
|
|
331
331
|
});
|
|
332
332
|
}
|
|
333
333
|
export declare class CreateDomainResponse extends $tea.Model {
|
|
334
|
-
headers
|
|
334
|
+
headers?: {
|
|
335
335
|
[key: string]: string;
|
|
336
336
|
};
|
|
337
|
-
statusCode
|
|
338
|
-
body
|
|
337
|
+
statusCode?: number;
|
|
338
|
+
body?: CreateDomainResponseBody;
|
|
339
339
|
static names(): {
|
|
340
340
|
[key: string]: string;
|
|
341
341
|
};
|
|
@@ -373,11 +373,11 @@ export declare class CreateDomainProxyTokenResponseBody extends $tea.Model {
|
|
|
373
373
|
});
|
|
374
374
|
}
|
|
375
375
|
export declare class CreateDomainProxyTokenResponse extends $tea.Model {
|
|
376
|
-
headers
|
|
376
|
+
headers?: {
|
|
377
377
|
[key: string]: string;
|
|
378
378
|
};
|
|
379
|
-
statusCode
|
|
380
|
-
body
|
|
379
|
+
statusCode?: number;
|
|
380
|
+
body?: CreateDomainProxyTokenResponseBody;
|
|
381
381
|
static names(): {
|
|
382
382
|
[key: string]: string;
|
|
383
383
|
};
|
|
@@ -417,11 +417,11 @@ export declare class CreateGroupResponseBody extends $tea.Model {
|
|
|
417
417
|
});
|
|
418
418
|
}
|
|
419
419
|
export declare class CreateGroupResponse extends $tea.Model {
|
|
420
|
-
headers
|
|
420
|
+
headers?: {
|
|
421
421
|
[key: string]: string;
|
|
422
422
|
};
|
|
423
|
-
statusCode
|
|
424
|
-
body
|
|
423
|
+
statusCode?: number;
|
|
424
|
+
body?: CreateGroupResponseBody;
|
|
425
425
|
static names(): {
|
|
426
426
|
[key: string]: string;
|
|
427
427
|
};
|
|
@@ -458,11 +458,11 @@ export declare class CreateInstanceResponseBody extends $tea.Model {
|
|
|
458
458
|
});
|
|
459
459
|
}
|
|
460
460
|
export declare class CreateInstanceResponse extends $tea.Model {
|
|
461
|
-
headers
|
|
461
|
+
headers?: {
|
|
462
462
|
[key: string]: string;
|
|
463
463
|
};
|
|
464
|
-
statusCode
|
|
465
|
-
body
|
|
464
|
+
statusCode?: number;
|
|
465
|
+
body?: CreateInstanceResponseBody;
|
|
466
466
|
static names(): {
|
|
467
467
|
[key: string]: string;
|
|
468
468
|
};
|
|
@@ -504,11 +504,11 @@ export declare class CreateNetworkAccessEndpointResponseBody extends $tea.Model
|
|
|
504
504
|
});
|
|
505
505
|
}
|
|
506
506
|
export declare class CreateNetworkAccessEndpointResponse extends $tea.Model {
|
|
507
|
-
headers
|
|
507
|
+
headers?: {
|
|
508
508
|
[key: string]: string;
|
|
509
509
|
};
|
|
510
|
-
statusCode
|
|
511
|
-
body
|
|
510
|
+
statusCode?: number;
|
|
511
|
+
body?: CreateNetworkAccessEndpointResponseBody;
|
|
512
512
|
static names(): {
|
|
513
513
|
[key: string]: string;
|
|
514
514
|
};
|
|
@@ -549,11 +549,11 @@ export declare class CreateOrganizationalUnitResponseBody extends $tea.Model {
|
|
|
549
549
|
});
|
|
550
550
|
}
|
|
551
551
|
export declare class CreateOrganizationalUnitResponse extends $tea.Model {
|
|
552
|
-
headers
|
|
552
|
+
headers?: {
|
|
553
553
|
[key: string]: string;
|
|
554
554
|
};
|
|
555
|
-
statusCode
|
|
556
|
-
body
|
|
555
|
+
statusCode?: number;
|
|
556
|
+
body?: CreateOrganizationalUnitResponseBody;
|
|
557
557
|
static names(): {
|
|
558
558
|
[key: string]: string;
|
|
559
559
|
};
|
|
@@ -604,11 +604,11 @@ export declare class CreateUserResponseBody extends $tea.Model {
|
|
|
604
604
|
});
|
|
605
605
|
}
|
|
606
606
|
export declare class CreateUserResponse extends $tea.Model {
|
|
607
|
-
headers
|
|
607
|
+
headers?: {
|
|
608
608
|
[key: string]: string;
|
|
609
609
|
};
|
|
610
|
-
statusCode
|
|
611
|
-
body
|
|
610
|
+
statusCode?: number;
|
|
611
|
+
body?: CreateUserResponseBody;
|
|
612
612
|
static names(): {
|
|
613
613
|
[key: string]: string;
|
|
614
614
|
};
|
|
@@ -645,11 +645,11 @@ export declare class DeleteApplicationResponseBody extends $tea.Model {
|
|
|
645
645
|
});
|
|
646
646
|
}
|
|
647
647
|
export declare class DeleteApplicationResponse extends $tea.Model {
|
|
648
|
-
headers
|
|
648
|
+
headers?: {
|
|
649
649
|
[key: string]: string;
|
|
650
650
|
};
|
|
651
|
-
statusCode
|
|
652
|
-
body
|
|
651
|
+
statusCode?: number;
|
|
652
|
+
body?: DeleteApplicationResponseBody;
|
|
653
653
|
static names(): {
|
|
654
654
|
[key: string]: string;
|
|
655
655
|
};
|
|
@@ -687,11 +687,11 @@ export declare class DeleteApplicationClientSecretResponseBody extends $tea.Mode
|
|
|
687
687
|
});
|
|
688
688
|
}
|
|
689
689
|
export declare class DeleteApplicationClientSecretResponse extends $tea.Model {
|
|
690
|
-
headers
|
|
690
|
+
headers?: {
|
|
691
691
|
[key: string]: string;
|
|
692
692
|
};
|
|
693
|
-
statusCode
|
|
694
|
-
body
|
|
693
|
+
statusCode?: number;
|
|
694
|
+
body?: DeleteApplicationClientSecretResponseBody;
|
|
695
695
|
static names(): {
|
|
696
696
|
[key: string]: string;
|
|
697
697
|
};
|
|
@@ -728,11 +728,11 @@ export declare class DeleteDomainResponseBody extends $tea.Model {
|
|
|
728
728
|
});
|
|
729
729
|
}
|
|
730
730
|
export declare class DeleteDomainResponse extends $tea.Model {
|
|
731
|
-
headers
|
|
731
|
+
headers?: {
|
|
732
732
|
[key: string]: string;
|
|
733
733
|
};
|
|
734
|
-
statusCode
|
|
735
|
-
body
|
|
734
|
+
statusCode?: number;
|
|
735
|
+
body?: DeleteDomainResponseBody;
|
|
736
736
|
static names(): {
|
|
737
737
|
[key: string]: string;
|
|
738
738
|
};
|
|
@@ -770,11 +770,11 @@ export declare class DeleteDomainProxyTokenResponseBody extends $tea.Model {
|
|
|
770
770
|
});
|
|
771
771
|
}
|
|
772
772
|
export declare class DeleteDomainProxyTokenResponse extends $tea.Model {
|
|
773
|
-
headers
|
|
773
|
+
headers?: {
|
|
774
774
|
[key: string]: string;
|
|
775
775
|
};
|
|
776
|
-
statusCode
|
|
777
|
-
body
|
|
776
|
+
statusCode?: number;
|
|
777
|
+
body?: DeleteDomainProxyTokenResponseBody;
|
|
778
778
|
static names(): {
|
|
779
779
|
[key: string]: string;
|
|
780
780
|
};
|
|
@@ -811,11 +811,11 @@ export declare class DeleteGroupResponseBody extends $tea.Model {
|
|
|
811
811
|
});
|
|
812
812
|
}
|
|
813
813
|
export declare class DeleteGroupResponse extends $tea.Model {
|
|
814
|
-
headers
|
|
814
|
+
headers?: {
|
|
815
815
|
[key: string]: string;
|
|
816
816
|
};
|
|
817
|
-
statusCode
|
|
818
|
-
body
|
|
817
|
+
statusCode?: number;
|
|
818
|
+
body?: DeleteGroupResponseBody;
|
|
819
819
|
static names(): {
|
|
820
820
|
[key: string]: string;
|
|
821
821
|
};
|
|
@@ -851,11 +851,11 @@ export declare class DeleteInstanceResponseBody extends $tea.Model {
|
|
|
851
851
|
});
|
|
852
852
|
}
|
|
853
853
|
export declare class DeleteInstanceResponse extends $tea.Model {
|
|
854
|
-
headers
|
|
854
|
+
headers?: {
|
|
855
855
|
[key: string]: string;
|
|
856
856
|
};
|
|
857
|
-
statusCode
|
|
858
|
-
body
|
|
857
|
+
statusCode?: number;
|
|
858
|
+
body?: DeleteInstanceResponseBody;
|
|
859
859
|
static names(): {
|
|
860
860
|
[key: string]: string;
|
|
861
861
|
};
|
|
@@ -892,11 +892,11 @@ export declare class DeleteNetworkAccessEndpointResponseBody extends $tea.Model
|
|
|
892
892
|
});
|
|
893
893
|
}
|
|
894
894
|
export declare class DeleteNetworkAccessEndpointResponse extends $tea.Model {
|
|
895
|
-
headers
|
|
895
|
+
headers?: {
|
|
896
896
|
[key: string]: string;
|
|
897
897
|
};
|
|
898
|
-
statusCode
|
|
899
|
-
body
|
|
898
|
+
statusCode?: number;
|
|
899
|
+
body?: DeleteNetworkAccessEndpointResponseBody;
|
|
900
900
|
static names(): {
|
|
901
901
|
[key: string]: string;
|
|
902
902
|
};
|
|
@@ -933,11 +933,11 @@ export declare class DeleteOrganizationalUnitResponseBody extends $tea.Model {
|
|
|
933
933
|
});
|
|
934
934
|
}
|
|
935
935
|
export declare class DeleteOrganizationalUnitResponse extends $tea.Model {
|
|
936
|
-
headers
|
|
936
|
+
headers?: {
|
|
937
937
|
[key: string]: string;
|
|
938
938
|
};
|
|
939
|
-
statusCode
|
|
940
|
-
body
|
|
939
|
+
statusCode?: number;
|
|
940
|
+
body?: DeleteOrganizationalUnitResponseBody;
|
|
941
941
|
static names(): {
|
|
942
942
|
[key: string]: string;
|
|
943
943
|
};
|
|
@@ -974,11 +974,11 @@ export declare class DeleteUserResponseBody extends $tea.Model {
|
|
|
974
974
|
});
|
|
975
975
|
}
|
|
976
976
|
export declare class DeleteUserResponse extends $tea.Model {
|
|
977
|
-
headers
|
|
977
|
+
headers?: {
|
|
978
978
|
[key: string]: string;
|
|
979
979
|
};
|
|
980
|
-
statusCode
|
|
981
|
-
body
|
|
980
|
+
statusCode?: number;
|
|
981
|
+
body?: DeleteUserResponseBody;
|
|
982
982
|
static names(): {
|
|
983
983
|
[key: string]: string;
|
|
984
984
|
};
|
|
@@ -1015,11 +1015,11 @@ export declare class DisableApplicationResponseBody extends $tea.Model {
|
|
|
1015
1015
|
});
|
|
1016
1016
|
}
|
|
1017
1017
|
export declare class DisableApplicationResponse extends $tea.Model {
|
|
1018
|
-
headers
|
|
1018
|
+
headers?: {
|
|
1019
1019
|
[key: string]: string;
|
|
1020
1020
|
};
|
|
1021
|
-
statusCode
|
|
1022
|
-
body
|
|
1021
|
+
statusCode?: number;
|
|
1022
|
+
body?: DisableApplicationResponseBody;
|
|
1023
1023
|
static names(): {
|
|
1024
1024
|
[key: string]: string;
|
|
1025
1025
|
};
|
|
@@ -1056,11 +1056,11 @@ export declare class DisableApplicationApiInvokeResponseBody extends $tea.Model
|
|
|
1056
1056
|
});
|
|
1057
1057
|
}
|
|
1058
1058
|
export declare class DisableApplicationApiInvokeResponse extends $tea.Model {
|
|
1059
|
-
headers
|
|
1059
|
+
headers?: {
|
|
1060
1060
|
[key: string]: string;
|
|
1061
1061
|
};
|
|
1062
|
-
statusCode
|
|
1063
|
-
body
|
|
1062
|
+
statusCode?: number;
|
|
1063
|
+
body?: DisableApplicationApiInvokeResponseBody;
|
|
1064
1064
|
static names(): {
|
|
1065
1065
|
[key: string]: string;
|
|
1066
1066
|
};
|
|
@@ -1098,11 +1098,11 @@ export declare class DisableApplicationClientSecretResponseBody extends $tea.Mod
|
|
|
1098
1098
|
});
|
|
1099
1099
|
}
|
|
1100
1100
|
export declare class DisableApplicationClientSecretResponse extends $tea.Model {
|
|
1101
|
-
headers
|
|
1101
|
+
headers?: {
|
|
1102
1102
|
[key: string]: string;
|
|
1103
1103
|
};
|
|
1104
|
-
statusCode
|
|
1105
|
-
body
|
|
1104
|
+
statusCode?: number;
|
|
1105
|
+
body?: DisableApplicationClientSecretResponseBody;
|
|
1106
1106
|
static names(): {
|
|
1107
1107
|
[key: string]: string;
|
|
1108
1108
|
};
|
|
@@ -1139,11 +1139,11 @@ export declare class DisableApplicationProvisioningResponseBody extends $tea.Mod
|
|
|
1139
1139
|
});
|
|
1140
1140
|
}
|
|
1141
1141
|
export declare class DisableApplicationProvisioningResponse extends $tea.Model {
|
|
1142
|
-
headers
|
|
1142
|
+
headers?: {
|
|
1143
1143
|
[key: string]: string;
|
|
1144
1144
|
};
|
|
1145
|
-
statusCode
|
|
1146
|
-
body
|
|
1145
|
+
statusCode?: number;
|
|
1146
|
+
body?: DisableApplicationProvisioningResponseBody;
|
|
1147
1147
|
static names(): {
|
|
1148
1148
|
[key: string]: string;
|
|
1149
1149
|
};
|
|
@@ -1180,11 +1180,11 @@ export declare class DisableApplicationSsoResponseBody extends $tea.Model {
|
|
|
1180
1180
|
});
|
|
1181
1181
|
}
|
|
1182
1182
|
export declare class DisableApplicationSsoResponse extends $tea.Model {
|
|
1183
|
-
headers
|
|
1183
|
+
headers?: {
|
|
1184
1184
|
[key: string]: string;
|
|
1185
1185
|
};
|
|
1186
|
-
statusCode
|
|
1187
|
-
body
|
|
1186
|
+
statusCode?: number;
|
|
1187
|
+
body?: DisableApplicationSsoResponseBody;
|
|
1188
1188
|
static names(): {
|
|
1189
1189
|
[key: string]: string;
|
|
1190
1190
|
};
|
|
@@ -1222,11 +1222,11 @@ export declare class DisableDomainProxyTokenResponseBody extends $tea.Model {
|
|
|
1222
1222
|
});
|
|
1223
1223
|
}
|
|
1224
1224
|
export declare class DisableDomainProxyTokenResponse extends $tea.Model {
|
|
1225
|
-
headers
|
|
1225
|
+
headers?: {
|
|
1226
1226
|
[key: string]: string;
|
|
1227
1227
|
};
|
|
1228
|
-
statusCode
|
|
1229
|
-
body
|
|
1228
|
+
statusCode?: number;
|
|
1229
|
+
body?: DisableDomainProxyTokenResponseBody;
|
|
1230
1230
|
static names(): {
|
|
1231
1231
|
[key: string]: string;
|
|
1232
1232
|
};
|
|
@@ -1262,11 +1262,11 @@ export declare class DisableInitDomainAutoRedirectResponseBody extends $tea.Mode
|
|
|
1262
1262
|
});
|
|
1263
1263
|
}
|
|
1264
1264
|
export declare class DisableInitDomainAutoRedirectResponse extends $tea.Model {
|
|
1265
|
-
headers
|
|
1265
|
+
headers?: {
|
|
1266
1266
|
[key: string]: string;
|
|
1267
1267
|
};
|
|
1268
|
-
statusCode
|
|
1269
|
-
body
|
|
1268
|
+
statusCode?: number;
|
|
1269
|
+
body?: DisableInitDomainAutoRedirectResponseBody;
|
|
1270
1270
|
static names(): {
|
|
1271
1271
|
[key: string]: string;
|
|
1272
1272
|
};
|
|
@@ -1303,11 +1303,11 @@ export declare class DisableUserResponseBody extends $tea.Model {
|
|
|
1303
1303
|
});
|
|
1304
1304
|
}
|
|
1305
1305
|
export declare class DisableUserResponse extends $tea.Model {
|
|
1306
|
-
headers
|
|
1306
|
+
headers?: {
|
|
1307
1307
|
[key: string]: string;
|
|
1308
1308
|
};
|
|
1309
|
-
statusCode
|
|
1310
|
-
body
|
|
1309
|
+
statusCode?: number;
|
|
1310
|
+
body?: DisableUserResponseBody;
|
|
1311
1311
|
static names(): {
|
|
1312
1312
|
[key: string]: string;
|
|
1313
1313
|
};
|
|
@@ -1344,11 +1344,11 @@ export declare class EnableApplicationResponseBody extends $tea.Model {
|
|
|
1344
1344
|
});
|
|
1345
1345
|
}
|
|
1346
1346
|
export declare class EnableApplicationResponse extends $tea.Model {
|
|
1347
|
-
headers
|
|
1347
|
+
headers?: {
|
|
1348
1348
|
[key: string]: string;
|
|
1349
1349
|
};
|
|
1350
|
-
statusCode
|
|
1351
|
-
body
|
|
1350
|
+
statusCode?: number;
|
|
1351
|
+
body?: EnableApplicationResponseBody;
|
|
1352
1352
|
static names(): {
|
|
1353
1353
|
[key: string]: string;
|
|
1354
1354
|
};
|
|
@@ -1385,11 +1385,11 @@ export declare class EnableApplicationApiInvokeResponseBody extends $tea.Model {
|
|
|
1385
1385
|
});
|
|
1386
1386
|
}
|
|
1387
1387
|
export declare class EnableApplicationApiInvokeResponse extends $tea.Model {
|
|
1388
|
-
headers
|
|
1388
|
+
headers?: {
|
|
1389
1389
|
[key: string]: string;
|
|
1390
1390
|
};
|
|
1391
|
-
statusCode
|
|
1392
|
-
body
|
|
1391
|
+
statusCode?: number;
|
|
1392
|
+
body?: EnableApplicationApiInvokeResponseBody;
|
|
1393
1393
|
static names(): {
|
|
1394
1394
|
[key: string]: string;
|
|
1395
1395
|
};
|
|
@@ -1427,11 +1427,11 @@ export declare class EnableApplicationClientSecretResponseBody extends $tea.Mode
|
|
|
1427
1427
|
});
|
|
1428
1428
|
}
|
|
1429
1429
|
export declare class EnableApplicationClientSecretResponse extends $tea.Model {
|
|
1430
|
-
headers
|
|
1430
|
+
headers?: {
|
|
1431
1431
|
[key: string]: string;
|
|
1432
1432
|
};
|
|
1433
|
-
statusCode
|
|
1434
|
-
body
|
|
1433
|
+
statusCode?: number;
|
|
1434
|
+
body?: EnableApplicationClientSecretResponseBody;
|
|
1435
1435
|
static names(): {
|
|
1436
1436
|
[key: string]: string;
|
|
1437
1437
|
};
|
|
@@ -1468,11 +1468,11 @@ export declare class EnableApplicationProvisioningResponseBody extends $tea.Mode
|
|
|
1468
1468
|
});
|
|
1469
1469
|
}
|
|
1470
1470
|
export declare class EnableApplicationProvisioningResponse extends $tea.Model {
|
|
1471
|
-
headers
|
|
1471
|
+
headers?: {
|
|
1472
1472
|
[key: string]: string;
|
|
1473
1473
|
};
|
|
1474
|
-
statusCode
|
|
1475
|
-
body
|
|
1474
|
+
statusCode?: number;
|
|
1475
|
+
body?: EnableApplicationProvisioningResponseBody;
|
|
1476
1476
|
static names(): {
|
|
1477
1477
|
[key: string]: string;
|
|
1478
1478
|
};
|
|
@@ -1509,11 +1509,11 @@ export declare class EnableApplicationSsoResponseBody extends $tea.Model {
|
|
|
1509
1509
|
});
|
|
1510
1510
|
}
|
|
1511
1511
|
export declare class EnableApplicationSsoResponse extends $tea.Model {
|
|
1512
|
-
headers
|
|
1512
|
+
headers?: {
|
|
1513
1513
|
[key: string]: string;
|
|
1514
1514
|
};
|
|
1515
|
-
statusCode
|
|
1516
|
-
body
|
|
1515
|
+
statusCode?: number;
|
|
1516
|
+
body?: EnableApplicationSsoResponseBody;
|
|
1517
1517
|
static names(): {
|
|
1518
1518
|
[key: string]: string;
|
|
1519
1519
|
};
|
|
@@ -1551,11 +1551,11 @@ export declare class EnableDomainProxyTokenResponseBody extends $tea.Model {
|
|
|
1551
1551
|
});
|
|
1552
1552
|
}
|
|
1553
1553
|
export declare class EnableDomainProxyTokenResponse extends $tea.Model {
|
|
1554
|
-
headers
|
|
1554
|
+
headers?: {
|
|
1555
1555
|
[key: string]: string;
|
|
1556
1556
|
};
|
|
1557
|
-
statusCode
|
|
1558
|
-
body
|
|
1557
|
+
statusCode?: number;
|
|
1558
|
+
body?: EnableDomainProxyTokenResponseBody;
|
|
1559
1559
|
static names(): {
|
|
1560
1560
|
[key: string]: string;
|
|
1561
1561
|
};
|
|
@@ -1591,11 +1591,11 @@ export declare class EnableInitDomainAutoRedirectResponseBody extends $tea.Model
|
|
|
1591
1591
|
});
|
|
1592
1592
|
}
|
|
1593
1593
|
export declare class EnableInitDomainAutoRedirectResponse extends $tea.Model {
|
|
1594
|
-
headers
|
|
1594
|
+
headers?: {
|
|
1595
1595
|
[key: string]: string;
|
|
1596
1596
|
};
|
|
1597
|
-
statusCode
|
|
1598
|
-
body
|
|
1597
|
+
statusCode?: number;
|
|
1598
|
+
body?: EnableInitDomainAutoRedirectResponseBody;
|
|
1599
1599
|
static names(): {
|
|
1600
1600
|
[key: string]: string;
|
|
1601
1601
|
};
|
|
@@ -1632,11 +1632,11 @@ export declare class EnableUserResponseBody extends $tea.Model {
|
|
|
1632
1632
|
});
|
|
1633
1633
|
}
|
|
1634
1634
|
export declare class EnableUserResponse extends $tea.Model {
|
|
1635
|
-
headers
|
|
1635
|
+
headers?: {
|
|
1636
1636
|
[key: string]: string;
|
|
1637
1637
|
};
|
|
1638
|
-
statusCode
|
|
1639
|
-
body
|
|
1638
|
+
statusCode?: number;
|
|
1639
|
+
body?: EnableUserResponseBody;
|
|
1640
1640
|
static names(): {
|
|
1641
1641
|
[key: string]: string;
|
|
1642
1642
|
};
|
|
@@ -1674,11 +1674,11 @@ export declare class GetApplicationResponseBody extends $tea.Model {
|
|
|
1674
1674
|
});
|
|
1675
1675
|
}
|
|
1676
1676
|
export declare class GetApplicationResponse extends $tea.Model {
|
|
1677
|
-
headers
|
|
1677
|
+
headers?: {
|
|
1678
1678
|
[key: string]: string;
|
|
1679
1679
|
};
|
|
1680
|
-
statusCode
|
|
1681
|
-
body
|
|
1680
|
+
statusCode?: number;
|
|
1681
|
+
body?: GetApplicationResponseBody;
|
|
1682
1682
|
static names(): {
|
|
1683
1683
|
[key: string]: string;
|
|
1684
1684
|
};
|
|
@@ -1716,11 +1716,11 @@ export declare class GetApplicationGrantScopeResponseBody extends $tea.Model {
|
|
|
1716
1716
|
});
|
|
1717
1717
|
}
|
|
1718
1718
|
export declare class GetApplicationGrantScopeResponse extends $tea.Model {
|
|
1719
|
-
headers
|
|
1719
|
+
headers?: {
|
|
1720
1720
|
[key: string]: string;
|
|
1721
1721
|
};
|
|
1722
|
-
statusCode
|
|
1723
|
-
body
|
|
1722
|
+
statusCode?: number;
|
|
1723
|
+
body?: GetApplicationGrantScopeResponseBody;
|
|
1724
1724
|
static names(): {
|
|
1725
1725
|
[key: string]: string;
|
|
1726
1726
|
};
|
|
@@ -1758,11 +1758,11 @@ export declare class GetApplicationProvisioningConfigResponseBody extends $tea.M
|
|
|
1758
1758
|
});
|
|
1759
1759
|
}
|
|
1760
1760
|
export declare class GetApplicationProvisioningConfigResponse extends $tea.Model {
|
|
1761
|
-
headers
|
|
1761
|
+
headers?: {
|
|
1762
1762
|
[key: string]: string;
|
|
1763
1763
|
};
|
|
1764
|
-
statusCode
|
|
1765
|
-
body
|
|
1764
|
+
statusCode?: number;
|
|
1765
|
+
body?: GetApplicationProvisioningConfigResponseBody;
|
|
1766
1766
|
static names(): {
|
|
1767
1767
|
[key: string]: string;
|
|
1768
1768
|
};
|
|
@@ -1800,11 +1800,11 @@ export declare class GetApplicationProvisioningScopeResponseBody extends $tea.Mo
|
|
|
1800
1800
|
});
|
|
1801
1801
|
}
|
|
1802
1802
|
export declare class GetApplicationProvisioningScopeResponse extends $tea.Model {
|
|
1803
|
-
headers
|
|
1803
|
+
headers?: {
|
|
1804
1804
|
[key: string]: string;
|
|
1805
1805
|
};
|
|
1806
|
-
statusCode
|
|
1807
|
-
body
|
|
1806
|
+
statusCode?: number;
|
|
1807
|
+
body?: GetApplicationProvisioningScopeResponseBody;
|
|
1808
1808
|
static names(): {
|
|
1809
1809
|
[key: string]: string;
|
|
1810
1810
|
};
|
|
@@ -1842,11 +1842,11 @@ export declare class GetApplicationSsoConfigResponseBody extends $tea.Model {
|
|
|
1842
1842
|
});
|
|
1843
1843
|
}
|
|
1844
1844
|
export declare class GetApplicationSsoConfigResponse extends $tea.Model {
|
|
1845
|
-
headers
|
|
1845
|
+
headers?: {
|
|
1846
1846
|
[key: string]: string;
|
|
1847
1847
|
};
|
|
1848
|
-
statusCode
|
|
1849
|
-
body
|
|
1848
|
+
statusCode?: number;
|
|
1849
|
+
body?: GetApplicationSsoConfigResponseBody;
|
|
1850
1850
|
static names(): {
|
|
1851
1851
|
[key: string]: string;
|
|
1852
1852
|
};
|
|
@@ -1884,11 +1884,11 @@ export declare class GetDomainResponseBody extends $tea.Model {
|
|
|
1884
1884
|
});
|
|
1885
1885
|
}
|
|
1886
1886
|
export declare class GetDomainResponse extends $tea.Model {
|
|
1887
|
-
headers
|
|
1887
|
+
headers?: {
|
|
1888
1888
|
[key: string]: string;
|
|
1889
1889
|
};
|
|
1890
|
-
statusCode
|
|
1891
|
-
body
|
|
1890
|
+
statusCode?: number;
|
|
1891
|
+
body?: GetDomainResponseBody;
|
|
1892
1892
|
static names(): {
|
|
1893
1893
|
[key: string]: string;
|
|
1894
1894
|
};
|
|
@@ -1926,11 +1926,11 @@ export declare class GetDomainDnsChallengeResponseBody extends $tea.Model {
|
|
|
1926
1926
|
});
|
|
1927
1927
|
}
|
|
1928
1928
|
export declare class GetDomainDnsChallengeResponse extends $tea.Model {
|
|
1929
|
-
headers
|
|
1929
|
+
headers?: {
|
|
1930
1930
|
[key: string]: string;
|
|
1931
1931
|
};
|
|
1932
|
-
statusCode
|
|
1933
|
-
body
|
|
1932
|
+
statusCode?: number;
|
|
1933
|
+
body?: GetDomainDnsChallengeResponseBody;
|
|
1934
1934
|
static names(): {
|
|
1935
1935
|
[key: string]: string;
|
|
1936
1936
|
};
|
|
@@ -1967,11 +1967,11 @@ export declare class GetForgetPasswordConfigurationResponseBody extends $tea.Mod
|
|
|
1967
1967
|
});
|
|
1968
1968
|
}
|
|
1969
1969
|
export declare class GetForgetPasswordConfigurationResponse extends $tea.Model {
|
|
1970
|
-
headers
|
|
1970
|
+
headers?: {
|
|
1971
1971
|
[key: string]: string;
|
|
1972
1972
|
};
|
|
1973
|
-
statusCode
|
|
1974
|
-
body
|
|
1973
|
+
statusCode?: number;
|
|
1974
|
+
body?: GetForgetPasswordConfigurationResponseBody;
|
|
1975
1975
|
static names(): {
|
|
1976
1976
|
[key: string]: string;
|
|
1977
1977
|
};
|
|
@@ -2009,11 +2009,11 @@ export declare class GetGroupResponseBody extends $tea.Model {
|
|
|
2009
2009
|
});
|
|
2010
2010
|
}
|
|
2011
2011
|
export declare class GetGroupResponse extends $tea.Model {
|
|
2012
|
-
headers
|
|
2012
|
+
headers?: {
|
|
2013
2013
|
[key: string]: string;
|
|
2014
2014
|
};
|
|
2015
|
-
statusCode
|
|
2016
|
-
body
|
|
2015
|
+
statusCode?: number;
|
|
2016
|
+
body?: GetGroupResponseBody;
|
|
2017
2017
|
static names(): {
|
|
2018
2018
|
[key: string]: string;
|
|
2019
2019
|
};
|
|
@@ -2050,11 +2050,11 @@ export declare class GetInstanceResponseBody extends $tea.Model {
|
|
|
2050
2050
|
});
|
|
2051
2051
|
}
|
|
2052
2052
|
export declare class GetInstanceResponse extends $tea.Model {
|
|
2053
|
-
headers
|
|
2053
|
+
headers?: {
|
|
2054
2054
|
[key: string]: string;
|
|
2055
2055
|
};
|
|
2056
|
-
statusCode
|
|
2057
|
-
body
|
|
2056
|
+
statusCode?: number;
|
|
2057
|
+
body?: GetInstanceResponseBody;
|
|
2058
2058
|
static names(): {
|
|
2059
2059
|
[key: string]: string;
|
|
2060
2060
|
};
|
|
@@ -2092,11 +2092,11 @@ export declare class GetNetworkAccessEndpointResponseBody extends $tea.Model {
|
|
|
2092
2092
|
});
|
|
2093
2093
|
}
|
|
2094
2094
|
export declare class GetNetworkAccessEndpointResponse extends $tea.Model {
|
|
2095
|
-
headers
|
|
2095
|
+
headers?: {
|
|
2096
2096
|
[key: string]: string;
|
|
2097
2097
|
};
|
|
2098
|
-
statusCode
|
|
2099
|
-
body
|
|
2098
|
+
statusCode?: number;
|
|
2099
|
+
body?: GetNetworkAccessEndpointResponseBody;
|
|
2100
2100
|
static names(): {
|
|
2101
2101
|
[key: string]: string;
|
|
2102
2102
|
};
|
|
@@ -2134,11 +2134,11 @@ export declare class GetOrganizationalUnitResponseBody extends $tea.Model {
|
|
|
2134
2134
|
});
|
|
2135
2135
|
}
|
|
2136
2136
|
export declare class GetOrganizationalUnitResponse extends $tea.Model {
|
|
2137
|
-
headers
|
|
2137
|
+
headers?: {
|
|
2138
2138
|
[key: string]: string;
|
|
2139
2139
|
};
|
|
2140
|
-
statusCode
|
|
2141
|
-
body
|
|
2140
|
+
statusCode?: number;
|
|
2141
|
+
body?: GetOrganizationalUnitResponseBody;
|
|
2142
2142
|
static names(): {
|
|
2143
2143
|
[key: string]: string;
|
|
2144
2144
|
};
|
|
@@ -2175,11 +2175,11 @@ export declare class GetPasswordComplexityConfigurationResponseBody extends $tea
|
|
|
2175
2175
|
});
|
|
2176
2176
|
}
|
|
2177
2177
|
export declare class GetPasswordComplexityConfigurationResponse extends $tea.Model {
|
|
2178
|
-
headers
|
|
2178
|
+
headers?: {
|
|
2179
2179
|
[key: string]: string;
|
|
2180
2180
|
};
|
|
2181
|
-
statusCode
|
|
2182
|
-
body
|
|
2181
|
+
statusCode?: number;
|
|
2182
|
+
body?: GetPasswordComplexityConfigurationResponseBody;
|
|
2183
2183
|
static names(): {
|
|
2184
2184
|
[key: string]: string;
|
|
2185
2185
|
};
|
|
@@ -2216,11 +2216,11 @@ export declare class GetPasswordExpirationConfigurationResponseBody extends $tea
|
|
|
2216
2216
|
});
|
|
2217
2217
|
}
|
|
2218
2218
|
export declare class GetPasswordExpirationConfigurationResponse extends $tea.Model {
|
|
2219
|
-
headers
|
|
2219
|
+
headers?: {
|
|
2220
2220
|
[key: string]: string;
|
|
2221
2221
|
};
|
|
2222
|
-
statusCode
|
|
2223
|
-
body
|
|
2222
|
+
statusCode?: number;
|
|
2223
|
+
body?: GetPasswordExpirationConfigurationResponseBody;
|
|
2224
2224
|
static names(): {
|
|
2225
2225
|
[key: string]: string;
|
|
2226
2226
|
};
|
|
@@ -2257,11 +2257,11 @@ export declare class GetPasswordHistoryConfigurationResponseBody extends $tea.Mo
|
|
|
2257
2257
|
});
|
|
2258
2258
|
}
|
|
2259
2259
|
export declare class GetPasswordHistoryConfigurationResponse extends $tea.Model {
|
|
2260
|
-
headers
|
|
2260
|
+
headers?: {
|
|
2261
2261
|
[key: string]: string;
|
|
2262
2262
|
};
|
|
2263
|
-
statusCode
|
|
2264
|
-
body
|
|
2263
|
+
statusCode?: number;
|
|
2264
|
+
body?: GetPasswordHistoryConfigurationResponseBody;
|
|
2265
2265
|
static names(): {
|
|
2266
2266
|
[key: string]: string;
|
|
2267
2267
|
};
|
|
@@ -2298,11 +2298,11 @@ export declare class GetPasswordInitializationConfigurationResponseBody extends
|
|
|
2298
2298
|
});
|
|
2299
2299
|
}
|
|
2300
2300
|
export declare class GetPasswordInitializationConfigurationResponse extends $tea.Model {
|
|
2301
|
-
headers
|
|
2301
|
+
headers?: {
|
|
2302
2302
|
[key: string]: string;
|
|
2303
2303
|
};
|
|
2304
|
-
statusCode
|
|
2305
|
-
body
|
|
2304
|
+
statusCode?: number;
|
|
2305
|
+
body?: GetPasswordInitializationConfigurationResponseBody;
|
|
2306
2306
|
static names(): {
|
|
2307
2307
|
[key: string]: string;
|
|
2308
2308
|
};
|
|
@@ -2339,11 +2339,11 @@ export declare class GetRootOrganizationalUnitResponseBody extends $tea.Model {
|
|
|
2339
2339
|
});
|
|
2340
2340
|
}
|
|
2341
2341
|
export declare class GetRootOrganizationalUnitResponse extends $tea.Model {
|
|
2342
|
-
headers
|
|
2342
|
+
headers?: {
|
|
2343
2343
|
[key: string]: string;
|
|
2344
2344
|
};
|
|
2345
|
-
statusCode
|
|
2346
|
-
body
|
|
2345
|
+
statusCode?: number;
|
|
2346
|
+
body?: GetRootOrganizationalUnitResponseBody;
|
|
2347
2347
|
static names(): {
|
|
2348
2348
|
[key: string]: string;
|
|
2349
2349
|
};
|
|
@@ -2381,11 +2381,11 @@ export declare class GetUserResponseBody extends $tea.Model {
|
|
|
2381
2381
|
});
|
|
2382
2382
|
}
|
|
2383
2383
|
export declare class GetUserResponse extends $tea.Model {
|
|
2384
|
-
headers
|
|
2384
|
+
headers?: {
|
|
2385
2385
|
[key: string]: string;
|
|
2386
2386
|
};
|
|
2387
|
-
statusCode
|
|
2388
|
-
body
|
|
2387
|
+
statusCode?: number;
|
|
2388
|
+
body?: GetUserResponseBody;
|
|
2389
2389
|
static names(): {
|
|
2390
2390
|
[key: string]: string;
|
|
2391
2391
|
};
|
|
@@ -2424,11 +2424,11 @@ export declare class ListApplicationClientSecretsResponseBody extends $tea.Model
|
|
|
2424
2424
|
});
|
|
2425
2425
|
}
|
|
2426
2426
|
export declare class ListApplicationClientSecretsResponse extends $tea.Model {
|
|
2427
|
-
headers
|
|
2427
|
+
headers?: {
|
|
2428
2428
|
[key: string]: string;
|
|
2429
2429
|
};
|
|
2430
|
-
statusCode
|
|
2431
|
-
body
|
|
2430
|
+
statusCode?: number;
|
|
2431
|
+
body?: ListApplicationClientSecretsResponseBody;
|
|
2432
2432
|
static names(): {
|
|
2433
2433
|
[key: string]: string;
|
|
2434
2434
|
};
|
|
@@ -2472,11 +2472,11 @@ export declare class ListApplicationsResponseBody extends $tea.Model {
|
|
|
2472
2472
|
});
|
|
2473
2473
|
}
|
|
2474
2474
|
export declare class ListApplicationsResponse extends $tea.Model {
|
|
2475
|
-
headers
|
|
2475
|
+
headers?: {
|
|
2476
2476
|
[key: string]: string;
|
|
2477
2477
|
};
|
|
2478
|
-
statusCode
|
|
2479
|
-
body
|
|
2478
|
+
statusCode?: number;
|
|
2479
|
+
body?: ListApplicationsResponseBody;
|
|
2480
2480
|
static names(): {
|
|
2481
2481
|
[key: string]: string;
|
|
2482
2482
|
};
|
|
@@ -2518,11 +2518,11 @@ export declare class ListApplicationsForOrganizationalUnitResponseBody extends $
|
|
|
2518
2518
|
});
|
|
2519
2519
|
}
|
|
2520
2520
|
export declare class ListApplicationsForOrganizationalUnitResponse extends $tea.Model {
|
|
2521
|
-
headers
|
|
2521
|
+
headers?: {
|
|
2522
2522
|
[key: string]: string;
|
|
2523
2523
|
};
|
|
2524
|
-
statusCode
|
|
2525
|
-
body
|
|
2524
|
+
statusCode?: number;
|
|
2525
|
+
body?: ListApplicationsForOrganizationalUnitResponseBody;
|
|
2526
2526
|
static names(): {
|
|
2527
2527
|
[key: string]: string;
|
|
2528
2528
|
};
|
|
@@ -2565,11 +2565,11 @@ export declare class ListApplicationsForUserResponseBody extends $tea.Model {
|
|
|
2565
2565
|
});
|
|
2566
2566
|
}
|
|
2567
2567
|
export declare class ListApplicationsForUserResponse extends $tea.Model {
|
|
2568
|
-
headers
|
|
2568
|
+
headers?: {
|
|
2569
2569
|
[key: string]: string;
|
|
2570
2570
|
};
|
|
2571
|
-
statusCode
|
|
2572
|
-
body
|
|
2571
|
+
statusCode?: number;
|
|
2572
|
+
body?: ListApplicationsForUserResponseBody;
|
|
2573
2573
|
static names(): {
|
|
2574
2574
|
[key: string]: string;
|
|
2575
2575
|
};
|
|
@@ -2607,11 +2607,11 @@ export declare class ListDomainProxyTokensResponseBody extends $tea.Model {
|
|
|
2607
2607
|
});
|
|
2608
2608
|
}
|
|
2609
2609
|
export declare class ListDomainProxyTokensResponse extends $tea.Model {
|
|
2610
|
-
headers
|
|
2610
|
+
headers?: {
|
|
2611
2611
|
[key: string]: string;
|
|
2612
2612
|
};
|
|
2613
|
-
statusCode
|
|
2614
|
-
body
|
|
2613
|
+
statusCode?: number;
|
|
2614
|
+
body?: ListDomainProxyTokensResponseBody;
|
|
2615
2615
|
static names(): {
|
|
2616
2616
|
[key: string]: string;
|
|
2617
2617
|
};
|
|
@@ -2648,11 +2648,11 @@ export declare class ListDomainsResponseBody extends $tea.Model {
|
|
|
2648
2648
|
});
|
|
2649
2649
|
}
|
|
2650
2650
|
export declare class ListDomainsResponse extends $tea.Model {
|
|
2651
|
-
headers
|
|
2651
|
+
headers?: {
|
|
2652
2652
|
[key: string]: string;
|
|
2653
2653
|
};
|
|
2654
|
-
statusCode
|
|
2655
|
-
body
|
|
2654
|
+
statusCode?: number;
|
|
2655
|
+
body?: ListDomainsResponseBody;
|
|
2656
2656
|
static names(): {
|
|
2657
2657
|
[key: string]: string;
|
|
2658
2658
|
};
|
|
@@ -2690,11 +2690,11 @@ export declare class ListEiamInstancesResponseBody extends $tea.Model {
|
|
|
2690
2690
|
});
|
|
2691
2691
|
}
|
|
2692
2692
|
export declare class ListEiamInstancesResponse extends $tea.Model {
|
|
2693
|
-
headers
|
|
2693
|
+
headers?: {
|
|
2694
2694
|
[key: string]: string;
|
|
2695
2695
|
};
|
|
2696
|
-
statusCode
|
|
2697
|
-
body
|
|
2696
|
+
statusCode?: number;
|
|
2697
|
+
body?: ListEiamInstancesResponseBody;
|
|
2698
2698
|
static names(): {
|
|
2699
2699
|
[key: string]: string;
|
|
2700
2700
|
};
|
|
@@ -2719,11 +2719,11 @@ export declare class ListEiamRegionsResponseBody extends $tea.Model {
|
|
|
2719
2719
|
});
|
|
2720
2720
|
}
|
|
2721
2721
|
export declare class ListEiamRegionsResponse extends $tea.Model {
|
|
2722
|
-
headers
|
|
2722
|
+
headers?: {
|
|
2723
2723
|
[key: string]: string;
|
|
2724
2724
|
};
|
|
2725
|
-
statusCode
|
|
2726
|
-
body
|
|
2725
|
+
statusCode?: number;
|
|
2726
|
+
body?: ListEiamRegionsResponseBody;
|
|
2727
2727
|
static names(): {
|
|
2728
2728
|
[key: string]: string;
|
|
2729
2729
|
};
|
|
@@ -2767,11 +2767,11 @@ export declare class ListGroupsResponseBody extends $tea.Model {
|
|
|
2767
2767
|
});
|
|
2768
2768
|
}
|
|
2769
2769
|
export declare class ListGroupsResponse extends $tea.Model {
|
|
2770
|
-
headers
|
|
2770
|
+
headers?: {
|
|
2771
2771
|
[key: string]: string;
|
|
2772
2772
|
};
|
|
2773
|
-
statusCode
|
|
2774
|
-
body
|
|
2773
|
+
statusCode?: number;
|
|
2774
|
+
body?: ListGroupsResponseBody;
|
|
2775
2775
|
static names(): {
|
|
2776
2776
|
[key: string]: string;
|
|
2777
2777
|
};
|
|
@@ -2813,11 +2813,11 @@ export declare class ListGroupsForApplicationResponseBody extends $tea.Model {
|
|
|
2813
2813
|
});
|
|
2814
2814
|
}
|
|
2815
2815
|
export declare class ListGroupsForApplicationResponse extends $tea.Model {
|
|
2816
|
-
headers
|
|
2816
|
+
headers?: {
|
|
2817
2817
|
[key: string]: string;
|
|
2818
2818
|
};
|
|
2819
|
-
statusCode
|
|
2820
|
-
body
|
|
2819
|
+
statusCode?: number;
|
|
2820
|
+
body?: ListGroupsForApplicationResponseBody;
|
|
2821
2821
|
static names(): {
|
|
2822
2822
|
[key: string]: string;
|
|
2823
2823
|
};
|
|
@@ -2858,11 +2858,11 @@ export declare class ListGroupsForUserResponseBody extends $tea.Model {
|
|
|
2858
2858
|
});
|
|
2859
2859
|
}
|
|
2860
2860
|
export declare class ListGroupsForUserResponse extends $tea.Model {
|
|
2861
|
-
headers
|
|
2861
|
+
headers?: {
|
|
2862
2862
|
[key: string]: string;
|
|
2863
2863
|
};
|
|
2864
|
-
statusCode
|
|
2865
|
-
body
|
|
2864
|
+
statusCode?: number;
|
|
2865
|
+
body?: ListGroupsForUserResponseBody;
|
|
2866
2866
|
static names(): {
|
|
2867
2867
|
[key: string]: string;
|
|
2868
2868
|
};
|
|
@@ -2903,11 +2903,11 @@ export declare class ListInstancesResponseBody extends $tea.Model {
|
|
|
2903
2903
|
});
|
|
2904
2904
|
}
|
|
2905
2905
|
export declare class ListInstancesResponse extends $tea.Model {
|
|
2906
|
-
headers
|
|
2906
|
+
headers?: {
|
|
2907
2907
|
[key: string]: string;
|
|
2908
2908
|
};
|
|
2909
|
-
statusCode
|
|
2910
|
-
body
|
|
2909
|
+
statusCode?: number;
|
|
2910
|
+
body?: ListInstancesResponseBody;
|
|
2911
2911
|
static names(): {
|
|
2912
2912
|
[key: string]: string;
|
|
2913
2913
|
};
|
|
@@ -2932,11 +2932,11 @@ export declare class ListNetworkAccessEndpointAvailableRegionsResponseBody exten
|
|
|
2932
2932
|
});
|
|
2933
2933
|
}
|
|
2934
2934
|
export declare class ListNetworkAccessEndpointAvailableRegionsResponse extends $tea.Model {
|
|
2935
|
-
headers
|
|
2935
|
+
headers?: {
|
|
2936
2936
|
[key: string]: string;
|
|
2937
2937
|
};
|
|
2938
|
-
statusCode
|
|
2939
|
-
body
|
|
2938
|
+
statusCode?: number;
|
|
2939
|
+
body?: ListNetworkAccessEndpointAvailableRegionsResponseBody;
|
|
2940
2940
|
static names(): {
|
|
2941
2941
|
[key: string]: string;
|
|
2942
2942
|
};
|
|
@@ -2973,11 +2973,11 @@ export declare class ListNetworkAccessEndpointAvailableZonesResponseBody extends
|
|
|
2973
2973
|
});
|
|
2974
2974
|
}
|
|
2975
2975
|
export declare class ListNetworkAccessEndpointAvailableZonesResponse extends $tea.Model {
|
|
2976
|
-
headers
|
|
2976
|
+
headers?: {
|
|
2977
2977
|
[key: string]: string;
|
|
2978
2978
|
};
|
|
2979
|
-
statusCode
|
|
2980
|
-
body
|
|
2979
|
+
statusCode?: number;
|
|
2980
|
+
body?: ListNetworkAccessEndpointAvailableZonesResponseBody;
|
|
2981
2981
|
static names(): {
|
|
2982
2982
|
[key: string]: string;
|
|
2983
2983
|
};
|
|
@@ -3022,11 +3022,11 @@ export declare class ListNetworkAccessEndpointsResponseBody extends $tea.Model {
|
|
|
3022
3022
|
});
|
|
3023
3023
|
}
|
|
3024
3024
|
export declare class ListNetworkAccessEndpointsResponse extends $tea.Model {
|
|
3025
|
-
headers
|
|
3025
|
+
headers?: {
|
|
3026
3026
|
[key: string]: string;
|
|
3027
3027
|
};
|
|
3028
|
-
statusCode
|
|
3029
|
-
body
|
|
3028
|
+
statusCode?: number;
|
|
3029
|
+
body?: ListNetworkAccessEndpointsResponseBody;
|
|
3030
3030
|
static names(): {
|
|
3031
3031
|
[key: string]: string;
|
|
3032
3032
|
};
|
|
@@ -3064,11 +3064,11 @@ export declare class ListNetworkAccessPathsResponseBody extends $tea.Model {
|
|
|
3064
3064
|
});
|
|
3065
3065
|
}
|
|
3066
3066
|
export declare class ListNetworkAccessPathsResponse extends $tea.Model {
|
|
3067
|
-
headers
|
|
3067
|
+
headers?: {
|
|
3068
3068
|
[key: string]: string;
|
|
3069
3069
|
};
|
|
3070
|
-
statusCode
|
|
3071
|
-
body
|
|
3070
|
+
statusCode?: number;
|
|
3071
|
+
body?: ListNetworkAccessPathsResponseBody;
|
|
3072
3072
|
static names(): {
|
|
3073
3073
|
[key: string]: string;
|
|
3074
3074
|
};
|
|
@@ -3106,11 +3106,11 @@ export declare class ListOrganizationalUnitParentsResponseBody extends $tea.Mode
|
|
|
3106
3106
|
});
|
|
3107
3107
|
}
|
|
3108
3108
|
export declare class ListOrganizationalUnitParentsResponse extends $tea.Model {
|
|
3109
|
-
headers
|
|
3109
|
+
headers?: {
|
|
3110
3110
|
[key: string]: string;
|
|
3111
3111
|
};
|
|
3112
|
-
statusCode
|
|
3113
|
-
body
|
|
3112
|
+
statusCode?: number;
|
|
3113
|
+
body?: ListOrganizationalUnitParentsResponseBody;
|
|
3114
3114
|
static names(): {
|
|
3115
3115
|
[key: string]: string;
|
|
3116
3116
|
};
|
|
@@ -3154,11 +3154,11 @@ export declare class ListOrganizationalUnitsResponseBody extends $tea.Model {
|
|
|
3154
3154
|
});
|
|
3155
3155
|
}
|
|
3156
3156
|
export declare class ListOrganizationalUnitsResponse extends $tea.Model {
|
|
3157
|
-
headers
|
|
3157
|
+
headers?: {
|
|
3158
3158
|
[key: string]: string;
|
|
3159
3159
|
};
|
|
3160
|
-
statusCode
|
|
3161
|
-
body
|
|
3160
|
+
statusCode?: number;
|
|
3161
|
+
body?: ListOrganizationalUnitsResponseBody;
|
|
3162
3162
|
static names(): {
|
|
3163
3163
|
[key: string]: string;
|
|
3164
3164
|
};
|
|
@@ -3200,11 +3200,11 @@ export declare class ListOrganizationalUnitsForApplicationResponseBody extends $
|
|
|
3200
3200
|
});
|
|
3201
3201
|
}
|
|
3202
3202
|
export declare class ListOrganizationalUnitsForApplicationResponse extends $tea.Model {
|
|
3203
|
-
headers
|
|
3203
|
+
headers?: {
|
|
3204
3204
|
[key: string]: string;
|
|
3205
3205
|
};
|
|
3206
|
-
statusCode
|
|
3207
|
-
body
|
|
3206
|
+
statusCode?: number;
|
|
3207
|
+
body?: ListOrganizationalUnitsForApplicationResponseBody;
|
|
3208
3208
|
static names(): {
|
|
3209
3209
|
[key: string]: string;
|
|
3210
3210
|
};
|
|
@@ -3229,11 +3229,11 @@ export declare class ListRegionsResponseBody extends $tea.Model {
|
|
|
3229
3229
|
});
|
|
3230
3230
|
}
|
|
3231
3231
|
export declare class ListRegionsResponse extends $tea.Model {
|
|
3232
|
-
headers
|
|
3232
|
+
headers?: {
|
|
3233
3233
|
[key: string]: string;
|
|
3234
3234
|
};
|
|
3235
|
-
statusCode
|
|
3236
|
-
body
|
|
3235
|
+
statusCode?: number;
|
|
3236
|
+
body?: ListRegionsResponseBody;
|
|
3237
3237
|
static names(): {
|
|
3238
3238
|
[key: string]: string;
|
|
3239
3239
|
};
|
|
@@ -3284,11 +3284,11 @@ export declare class ListUsersResponseBody extends $tea.Model {
|
|
|
3284
3284
|
});
|
|
3285
3285
|
}
|
|
3286
3286
|
export declare class ListUsersResponse extends $tea.Model {
|
|
3287
|
-
headers
|
|
3287
|
+
headers?: {
|
|
3288
3288
|
[key: string]: string;
|
|
3289
3289
|
};
|
|
3290
|
-
statusCode
|
|
3291
|
-
body
|
|
3290
|
+
statusCode?: number;
|
|
3291
|
+
body?: ListUsersResponseBody;
|
|
3292
3292
|
static names(): {
|
|
3293
3293
|
[key: string]: string;
|
|
3294
3294
|
};
|
|
@@ -3330,11 +3330,11 @@ export declare class ListUsersForApplicationResponseBody extends $tea.Model {
|
|
|
3330
3330
|
});
|
|
3331
3331
|
}
|
|
3332
3332
|
export declare class ListUsersForApplicationResponse extends $tea.Model {
|
|
3333
|
-
headers
|
|
3333
|
+
headers?: {
|
|
3334
3334
|
[key: string]: string;
|
|
3335
3335
|
};
|
|
3336
|
-
statusCode
|
|
3337
|
-
body
|
|
3336
|
+
statusCode?: number;
|
|
3337
|
+
body?: ListUsersForApplicationResponseBody;
|
|
3338
3338
|
static names(): {
|
|
3339
3339
|
[key: string]: string;
|
|
3340
3340
|
};
|
|
@@ -3376,11 +3376,11 @@ export declare class ListUsersForGroupResponseBody extends $tea.Model {
|
|
|
3376
3376
|
});
|
|
3377
3377
|
}
|
|
3378
3378
|
export declare class ListUsersForGroupResponse extends $tea.Model {
|
|
3379
|
-
headers
|
|
3379
|
+
headers?: {
|
|
3380
3380
|
[key: string]: string;
|
|
3381
3381
|
};
|
|
3382
|
-
statusCode
|
|
3383
|
-
body
|
|
3382
|
+
statusCode?: number;
|
|
3383
|
+
body?: ListUsersForGroupResponseBody;
|
|
3384
3384
|
static names(): {
|
|
3385
3385
|
[key: string]: string;
|
|
3386
3386
|
};
|
|
@@ -3419,11 +3419,11 @@ export declare class ObtainApplicationClientSecretResponseBody extends $tea.Mode
|
|
|
3419
3419
|
});
|
|
3420
3420
|
}
|
|
3421
3421
|
export declare class ObtainApplicationClientSecretResponse extends $tea.Model {
|
|
3422
|
-
headers
|
|
3422
|
+
headers?: {
|
|
3423
3423
|
[key: string]: string;
|
|
3424
3424
|
};
|
|
3425
|
-
statusCode
|
|
3426
|
-
body
|
|
3425
|
+
statusCode?: number;
|
|
3426
|
+
body?: ObtainApplicationClientSecretResponseBody;
|
|
3427
3427
|
static names(): {
|
|
3428
3428
|
[key: string]: string;
|
|
3429
3429
|
};
|
|
@@ -3462,11 +3462,11 @@ export declare class ObtainDomainProxyTokenResponseBody extends $tea.Model {
|
|
|
3462
3462
|
});
|
|
3463
3463
|
}
|
|
3464
3464
|
export declare class ObtainDomainProxyTokenResponse extends $tea.Model {
|
|
3465
|
-
headers
|
|
3465
|
+
headers?: {
|
|
3466
3466
|
[key: string]: string;
|
|
3467
3467
|
};
|
|
3468
|
-
statusCode
|
|
3469
|
-
body
|
|
3468
|
+
statusCode?: number;
|
|
3469
|
+
body?: ObtainDomainProxyTokenResponseBody;
|
|
3470
3470
|
static names(): {
|
|
3471
3471
|
[key: string]: string;
|
|
3472
3472
|
};
|
|
@@ -3504,11 +3504,11 @@ export declare class RemoveUserFromOrganizationalUnitsResponseBody extends $tea.
|
|
|
3504
3504
|
});
|
|
3505
3505
|
}
|
|
3506
3506
|
export declare class RemoveUserFromOrganizationalUnitsResponse extends $tea.Model {
|
|
3507
|
-
headers
|
|
3507
|
+
headers?: {
|
|
3508
3508
|
[key: string]: string;
|
|
3509
3509
|
};
|
|
3510
|
-
statusCode
|
|
3511
|
-
body
|
|
3510
|
+
statusCode?: number;
|
|
3511
|
+
body?: RemoveUserFromOrganizationalUnitsResponseBody;
|
|
3512
3512
|
static names(): {
|
|
3513
3513
|
[key: string]: string;
|
|
3514
3514
|
};
|
|
@@ -3546,11 +3546,11 @@ export declare class RemoveUsersFromGroupResponseBody extends $tea.Model {
|
|
|
3546
3546
|
});
|
|
3547
3547
|
}
|
|
3548
3548
|
export declare class RemoveUsersFromGroupResponse extends $tea.Model {
|
|
3549
|
-
headers
|
|
3549
|
+
headers?: {
|
|
3550
3550
|
[key: string]: string;
|
|
3551
3551
|
};
|
|
3552
|
-
statusCode
|
|
3553
|
-
body
|
|
3552
|
+
statusCode?: number;
|
|
3553
|
+
body?: RemoveUsersFromGroupResponseBody;
|
|
3554
3554
|
static names(): {
|
|
3555
3555
|
[key: string]: string;
|
|
3556
3556
|
};
|
|
@@ -3588,11 +3588,11 @@ export declare class RevokeApplicationFromGroupsResponseBody extends $tea.Model
|
|
|
3588
3588
|
});
|
|
3589
3589
|
}
|
|
3590
3590
|
export declare class RevokeApplicationFromGroupsResponse extends $tea.Model {
|
|
3591
|
-
headers
|
|
3591
|
+
headers?: {
|
|
3592
3592
|
[key: string]: string;
|
|
3593
3593
|
};
|
|
3594
|
-
statusCode
|
|
3595
|
-
body
|
|
3594
|
+
statusCode?: number;
|
|
3595
|
+
body?: RevokeApplicationFromGroupsResponseBody;
|
|
3596
3596
|
static names(): {
|
|
3597
3597
|
[key: string]: string;
|
|
3598
3598
|
};
|
|
@@ -3630,11 +3630,11 @@ export declare class RevokeApplicationFromOrganizationalUnitsResponseBody extend
|
|
|
3630
3630
|
});
|
|
3631
3631
|
}
|
|
3632
3632
|
export declare class RevokeApplicationFromOrganizationalUnitsResponse extends $tea.Model {
|
|
3633
|
-
headers
|
|
3633
|
+
headers?: {
|
|
3634
3634
|
[key: string]: string;
|
|
3635
3635
|
};
|
|
3636
|
-
statusCode
|
|
3637
|
-
body
|
|
3636
|
+
statusCode?: number;
|
|
3637
|
+
body?: RevokeApplicationFromOrganizationalUnitsResponseBody;
|
|
3638
3638
|
static names(): {
|
|
3639
3639
|
[key: string]: string;
|
|
3640
3640
|
};
|
|
@@ -3672,11 +3672,11 @@ export declare class RevokeApplicationFromUsersResponseBody extends $tea.Model {
|
|
|
3672
3672
|
});
|
|
3673
3673
|
}
|
|
3674
3674
|
export declare class RevokeApplicationFromUsersResponse extends $tea.Model {
|
|
3675
|
-
headers
|
|
3675
|
+
headers?: {
|
|
3676
3676
|
[key: string]: string;
|
|
3677
3677
|
};
|
|
3678
|
-
statusCode
|
|
3679
|
-
body
|
|
3678
|
+
statusCode?: number;
|
|
3679
|
+
body?: RevokeApplicationFromUsersResponseBody;
|
|
3680
3680
|
static names(): {
|
|
3681
3681
|
[key: string]: string;
|
|
3682
3682
|
};
|
|
@@ -3714,11 +3714,11 @@ export declare class SetApplicationGrantScopeResponseBody extends $tea.Model {
|
|
|
3714
3714
|
});
|
|
3715
3715
|
}
|
|
3716
3716
|
export declare class SetApplicationGrantScopeResponse extends $tea.Model {
|
|
3717
|
-
headers
|
|
3717
|
+
headers?: {
|
|
3718
3718
|
[key: string]: string;
|
|
3719
3719
|
};
|
|
3720
|
-
statusCode
|
|
3721
|
-
body
|
|
3720
|
+
statusCode?: number;
|
|
3721
|
+
body?: SetApplicationGrantScopeResponseBody;
|
|
3722
3722
|
static names(): {
|
|
3723
3723
|
[key: string]: string;
|
|
3724
3724
|
};
|
|
@@ -3759,11 +3759,11 @@ export declare class SetApplicationProvisioningConfigResponseBody extends $tea.M
|
|
|
3759
3759
|
});
|
|
3760
3760
|
}
|
|
3761
3761
|
export declare class SetApplicationProvisioningConfigResponse extends $tea.Model {
|
|
3762
|
-
headers
|
|
3762
|
+
headers?: {
|
|
3763
3763
|
[key: string]: string;
|
|
3764
3764
|
};
|
|
3765
|
-
statusCode
|
|
3766
|
-
body
|
|
3765
|
+
statusCode?: number;
|
|
3766
|
+
body?: SetApplicationProvisioningConfigResponseBody;
|
|
3767
3767
|
static names(): {
|
|
3768
3768
|
[key: string]: string;
|
|
3769
3769
|
};
|
|
@@ -3801,11 +3801,11 @@ export declare class SetApplicationProvisioningScopeResponseBody extends $tea.Mo
|
|
|
3801
3801
|
});
|
|
3802
3802
|
}
|
|
3803
3803
|
export declare class SetApplicationProvisioningScopeResponse extends $tea.Model {
|
|
3804
|
-
headers
|
|
3804
|
+
headers?: {
|
|
3805
3805
|
[key: string]: string;
|
|
3806
3806
|
};
|
|
3807
|
-
statusCode
|
|
3808
|
-
body
|
|
3807
|
+
statusCode?: number;
|
|
3808
|
+
body?: SetApplicationProvisioningScopeResponseBody;
|
|
3809
3809
|
static names(): {
|
|
3810
3810
|
[key: string]: string;
|
|
3811
3811
|
};
|
|
@@ -3846,11 +3846,11 @@ export declare class SetApplicationSsoConfigResponseBody extends $tea.Model {
|
|
|
3846
3846
|
});
|
|
3847
3847
|
}
|
|
3848
3848
|
export declare class SetApplicationSsoConfigResponse extends $tea.Model {
|
|
3849
|
-
headers
|
|
3849
|
+
headers?: {
|
|
3850
3850
|
[key: string]: string;
|
|
3851
3851
|
};
|
|
3852
|
-
statusCode
|
|
3853
|
-
body
|
|
3852
|
+
statusCode?: number;
|
|
3853
|
+
body?: SetApplicationSsoConfigResponseBody;
|
|
3854
3854
|
static names(): {
|
|
3855
3855
|
[key: string]: string;
|
|
3856
3856
|
};
|
|
@@ -3887,11 +3887,11 @@ export declare class SetDefaultDomainResponseBody extends $tea.Model {
|
|
|
3887
3887
|
});
|
|
3888
3888
|
}
|
|
3889
3889
|
export declare class SetDefaultDomainResponse extends $tea.Model {
|
|
3890
|
-
headers
|
|
3890
|
+
headers?: {
|
|
3891
3891
|
[key: string]: string;
|
|
3892
3892
|
};
|
|
3893
|
-
statusCode
|
|
3894
|
-
body
|
|
3893
|
+
statusCode?: number;
|
|
3894
|
+
body?: SetDefaultDomainResponseBody;
|
|
3895
3895
|
static names(): {
|
|
3896
3896
|
[key: string]: string;
|
|
3897
3897
|
};
|
|
@@ -3929,11 +3929,11 @@ export declare class SetForgetPasswordConfigurationResponseBody extends $tea.Mod
|
|
|
3929
3929
|
});
|
|
3930
3930
|
}
|
|
3931
3931
|
export declare class SetForgetPasswordConfigurationResponse extends $tea.Model {
|
|
3932
|
-
headers
|
|
3932
|
+
headers?: {
|
|
3933
3933
|
[key: string]: string;
|
|
3934
3934
|
};
|
|
3935
|
-
statusCode
|
|
3936
|
-
body
|
|
3935
|
+
statusCode?: number;
|
|
3936
|
+
body?: SetForgetPasswordConfigurationResponseBody;
|
|
3937
3937
|
static names(): {
|
|
3938
3938
|
[key: string]: string;
|
|
3939
3939
|
};
|
|
@@ -3971,11 +3971,11 @@ export declare class SetPasswordComplexityConfigurationResponseBody extends $tea
|
|
|
3971
3971
|
});
|
|
3972
3972
|
}
|
|
3973
3973
|
export declare class SetPasswordComplexityConfigurationResponse extends $tea.Model {
|
|
3974
|
-
headers
|
|
3974
|
+
headers?: {
|
|
3975
3975
|
[key: string]: string;
|
|
3976
3976
|
};
|
|
3977
|
-
statusCode
|
|
3978
|
-
body
|
|
3977
|
+
statusCode?: number;
|
|
3978
|
+
body?: SetPasswordComplexityConfigurationResponseBody;
|
|
3979
3979
|
static names(): {
|
|
3980
3980
|
[key: string]: string;
|
|
3981
3981
|
};
|
|
@@ -4018,11 +4018,11 @@ export declare class SetPasswordExpirationConfigurationResponseBody extends $tea
|
|
|
4018
4018
|
});
|
|
4019
4019
|
}
|
|
4020
4020
|
export declare class SetPasswordExpirationConfigurationResponse extends $tea.Model {
|
|
4021
|
-
headers
|
|
4021
|
+
headers?: {
|
|
4022
4022
|
[key: string]: string;
|
|
4023
4023
|
};
|
|
4024
|
-
statusCode
|
|
4025
|
-
body
|
|
4024
|
+
statusCode?: number;
|
|
4025
|
+
body?: SetPasswordExpirationConfigurationResponseBody;
|
|
4026
4026
|
static names(): {
|
|
4027
4027
|
[key: string]: string;
|
|
4028
4028
|
};
|
|
@@ -4060,11 +4060,11 @@ export declare class SetPasswordHistoryConfigurationResponseBody extends $tea.Mo
|
|
|
4060
4060
|
});
|
|
4061
4061
|
}
|
|
4062
4062
|
export declare class SetPasswordHistoryConfigurationResponse extends $tea.Model {
|
|
4063
|
-
headers
|
|
4063
|
+
headers?: {
|
|
4064
4064
|
[key: string]: string;
|
|
4065
4065
|
};
|
|
4066
|
-
statusCode
|
|
4067
|
-
body
|
|
4066
|
+
statusCode?: number;
|
|
4067
|
+
body?: SetPasswordHistoryConfigurationResponseBody;
|
|
4068
4068
|
static names(): {
|
|
4069
4069
|
[key: string]: string;
|
|
4070
4070
|
};
|
|
@@ -4104,11 +4104,11 @@ export declare class SetPasswordInitializationConfigurationResponseBody extends
|
|
|
4104
4104
|
});
|
|
4105
4105
|
}
|
|
4106
4106
|
export declare class SetPasswordInitializationConfigurationResponse extends $tea.Model {
|
|
4107
|
-
headers
|
|
4107
|
+
headers?: {
|
|
4108
4108
|
[key: string]: string;
|
|
4109
4109
|
};
|
|
4110
|
-
statusCode
|
|
4111
|
-
body
|
|
4110
|
+
statusCode?: number;
|
|
4111
|
+
body?: SetPasswordInitializationConfigurationResponseBody;
|
|
4112
4112
|
static names(): {
|
|
4113
4113
|
[key: string]: string;
|
|
4114
4114
|
};
|
|
@@ -4146,11 +4146,11 @@ export declare class SetUserPrimaryOrganizationalUnitResponseBody extends $tea.M
|
|
|
4146
4146
|
});
|
|
4147
4147
|
}
|
|
4148
4148
|
export declare class SetUserPrimaryOrganizationalUnitResponse extends $tea.Model {
|
|
4149
|
-
headers
|
|
4149
|
+
headers?: {
|
|
4150
4150
|
[key: string]: string;
|
|
4151
4151
|
};
|
|
4152
|
-
statusCode
|
|
4153
|
-
body
|
|
4152
|
+
statusCode?: number;
|
|
4153
|
+
body?: SetUserPrimaryOrganizationalUnitResponseBody;
|
|
4154
4154
|
static names(): {
|
|
4155
4155
|
[key: string]: string;
|
|
4156
4156
|
};
|
|
@@ -4187,11 +4187,11 @@ export declare class UnlockUserResponseBody extends $tea.Model {
|
|
|
4187
4187
|
});
|
|
4188
4188
|
}
|
|
4189
4189
|
export declare class UnlockUserResponse extends $tea.Model {
|
|
4190
|
-
headers
|
|
4190
|
+
headers?: {
|
|
4191
4191
|
[key: string]: string;
|
|
4192
4192
|
};
|
|
4193
|
-
statusCode
|
|
4194
|
-
body
|
|
4193
|
+
statusCode?: number;
|
|
4194
|
+
body?: UnlockUserResponseBody;
|
|
4195
4195
|
static names(): {
|
|
4196
4196
|
[key: string]: string;
|
|
4197
4197
|
};
|
|
@@ -4229,11 +4229,11 @@ export declare class UpdateApplicationAuthorizationTypeResponseBody extends $tea
|
|
|
4229
4229
|
});
|
|
4230
4230
|
}
|
|
4231
4231
|
export declare class UpdateApplicationAuthorizationTypeResponse extends $tea.Model {
|
|
4232
|
-
headers
|
|
4232
|
+
headers?: {
|
|
4233
4233
|
[key: string]: string;
|
|
4234
4234
|
};
|
|
4235
|
-
statusCode
|
|
4236
|
-
body
|
|
4235
|
+
statusCode?: number;
|
|
4236
|
+
body?: UpdateApplicationAuthorizationTypeResponseBody;
|
|
4237
4237
|
static names(): {
|
|
4238
4238
|
[key: string]: string;
|
|
4239
4239
|
};
|
|
@@ -4271,11 +4271,11 @@ export declare class UpdateApplicationDescriptionResponseBody extends $tea.Model
|
|
|
4271
4271
|
});
|
|
4272
4272
|
}
|
|
4273
4273
|
export declare class UpdateApplicationDescriptionResponse extends $tea.Model {
|
|
4274
|
-
headers
|
|
4274
|
+
headers?: {
|
|
4275
4275
|
[key: string]: string;
|
|
4276
4276
|
};
|
|
4277
|
-
statusCode
|
|
4278
|
-
body
|
|
4277
|
+
statusCode?: number;
|
|
4278
|
+
body?: UpdateApplicationDescriptionResponseBody;
|
|
4279
4279
|
static names(): {
|
|
4280
4280
|
[key: string]: string;
|
|
4281
4281
|
};
|
|
@@ -4314,11 +4314,11 @@ export declare class UpdateGroupResponseBody extends $tea.Model {
|
|
|
4314
4314
|
});
|
|
4315
4315
|
}
|
|
4316
4316
|
export declare class UpdateGroupResponse extends $tea.Model {
|
|
4317
|
-
headers
|
|
4317
|
+
headers?: {
|
|
4318
4318
|
[key: string]: string;
|
|
4319
4319
|
};
|
|
4320
|
-
statusCode
|
|
4321
|
-
body
|
|
4320
|
+
statusCode?: number;
|
|
4321
|
+
body?: UpdateGroupResponseBody;
|
|
4322
4322
|
static names(): {
|
|
4323
4323
|
[key: string]: string;
|
|
4324
4324
|
};
|
|
@@ -4356,11 +4356,11 @@ export declare class UpdateGroupDescriptionResponseBody extends $tea.Model {
|
|
|
4356
4356
|
});
|
|
4357
4357
|
}
|
|
4358
4358
|
export declare class UpdateGroupDescriptionResponse extends $tea.Model {
|
|
4359
|
-
headers
|
|
4359
|
+
headers?: {
|
|
4360
4360
|
[key: string]: string;
|
|
4361
4361
|
};
|
|
4362
|
-
statusCode
|
|
4363
|
-
body
|
|
4362
|
+
statusCode?: number;
|
|
4363
|
+
body?: UpdateGroupDescriptionResponseBody;
|
|
4364
4364
|
static names(): {
|
|
4365
4365
|
[key: string]: string;
|
|
4366
4366
|
};
|
|
@@ -4397,11 +4397,11 @@ export declare class UpdateInstanceDescriptionResponseBody extends $tea.Model {
|
|
|
4397
4397
|
});
|
|
4398
4398
|
}
|
|
4399
4399
|
export declare class UpdateInstanceDescriptionResponse extends $tea.Model {
|
|
4400
|
-
headers
|
|
4400
|
+
headers?: {
|
|
4401
4401
|
[key: string]: string;
|
|
4402
4402
|
};
|
|
4403
|
-
statusCode
|
|
4404
|
-
body
|
|
4403
|
+
statusCode?: number;
|
|
4404
|
+
body?: UpdateInstanceDescriptionResponseBody;
|
|
4405
4405
|
static names(): {
|
|
4406
4406
|
[key: string]: string;
|
|
4407
4407
|
};
|
|
@@ -4439,11 +4439,11 @@ export declare class UpdateNetworkAccessEndpointNameResponseBody extends $tea.Mo
|
|
|
4439
4439
|
});
|
|
4440
4440
|
}
|
|
4441
4441
|
export declare class UpdateNetworkAccessEndpointNameResponse extends $tea.Model {
|
|
4442
|
-
headers
|
|
4442
|
+
headers?: {
|
|
4443
4443
|
[key: string]: string;
|
|
4444
4444
|
};
|
|
4445
|
-
statusCode
|
|
4446
|
-
body
|
|
4445
|
+
statusCode?: number;
|
|
4446
|
+
body?: UpdateNetworkAccessEndpointNameResponseBody;
|
|
4447
4447
|
static names(): {
|
|
4448
4448
|
[key: string]: string;
|
|
4449
4449
|
};
|
|
@@ -4481,11 +4481,11 @@ export declare class UpdateOrganizationalUnitResponseBody extends $tea.Model {
|
|
|
4481
4481
|
});
|
|
4482
4482
|
}
|
|
4483
4483
|
export declare class UpdateOrganizationalUnitResponse extends $tea.Model {
|
|
4484
|
-
headers
|
|
4484
|
+
headers?: {
|
|
4485
4485
|
[key: string]: string;
|
|
4486
4486
|
};
|
|
4487
|
-
statusCode
|
|
4488
|
-
body
|
|
4487
|
+
statusCode?: number;
|
|
4488
|
+
body?: UpdateOrganizationalUnitResponseBody;
|
|
4489
4489
|
static names(): {
|
|
4490
4490
|
[key: string]: string;
|
|
4491
4491
|
};
|
|
@@ -4523,11 +4523,11 @@ export declare class UpdateOrganizationalUnitDescriptionResponseBody extends $te
|
|
|
4523
4523
|
});
|
|
4524
4524
|
}
|
|
4525
4525
|
export declare class UpdateOrganizationalUnitDescriptionResponse extends $tea.Model {
|
|
4526
|
-
headers
|
|
4526
|
+
headers?: {
|
|
4527
4527
|
[key: string]: string;
|
|
4528
4528
|
};
|
|
4529
|
-
statusCode
|
|
4530
|
-
body
|
|
4529
|
+
statusCode?: number;
|
|
4530
|
+
body?: UpdateOrganizationalUnitDescriptionResponseBody;
|
|
4531
4531
|
static names(): {
|
|
4532
4532
|
[key: string]: string;
|
|
4533
4533
|
};
|
|
@@ -4565,11 +4565,11 @@ export declare class UpdateOrganizationalUnitParentIdResponseBody extends $tea.M
|
|
|
4565
4565
|
});
|
|
4566
4566
|
}
|
|
4567
4567
|
export declare class UpdateOrganizationalUnitParentIdResponse extends $tea.Model {
|
|
4568
|
-
headers
|
|
4568
|
+
headers?: {
|
|
4569
4569
|
[key: string]: string;
|
|
4570
4570
|
};
|
|
4571
|
-
statusCode
|
|
4572
|
-
body
|
|
4571
|
+
statusCode?: number;
|
|
4572
|
+
body?: UpdateOrganizationalUnitParentIdResponseBody;
|
|
4573
4573
|
static names(): {
|
|
4574
4574
|
[key: string]: string;
|
|
4575
4575
|
};
|
|
@@ -4614,11 +4614,11 @@ export declare class UpdateUserResponseBody extends $tea.Model {
|
|
|
4614
4614
|
});
|
|
4615
4615
|
}
|
|
4616
4616
|
export declare class UpdateUserResponse extends $tea.Model {
|
|
4617
|
-
headers
|
|
4617
|
+
headers?: {
|
|
4618
4618
|
[key: string]: string;
|
|
4619
4619
|
};
|
|
4620
|
-
statusCode
|
|
4621
|
-
body
|
|
4620
|
+
statusCode?: number;
|
|
4621
|
+
body?: UpdateUserResponseBody;
|
|
4622
4622
|
static names(): {
|
|
4623
4623
|
[key: string]: string;
|
|
4624
4624
|
};
|
|
@@ -4656,11 +4656,11 @@ export declare class UpdateUserDescriptionResponseBody extends $tea.Model {
|
|
|
4656
4656
|
});
|
|
4657
4657
|
}
|
|
4658
4658
|
export declare class UpdateUserDescriptionResponse extends $tea.Model {
|
|
4659
|
-
headers
|
|
4659
|
+
headers?: {
|
|
4660
4660
|
[key: string]: string;
|
|
4661
4661
|
};
|
|
4662
|
-
statusCode
|
|
4663
|
-
body
|
|
4662
|
+
statusCode?: number;
|
|
4663
|
+
body?: UpdateUserDescriptionResponseBody;
|
|
4664
4664
|
static names(): {
|
|
4665
4665
|
[key: string]: string;
|
|
4666
4666
|
};
|
|
@@ -4700,11 +4700,11 @@ export declare class UpdateUserPasswordResponseBody extends $tea.Model {
|
|
|
4700
4700
|
});
|
|
4701
4701
|
}
|
|
4702
4702
|
export declare class UpdateUserPasswordResponse extends $tea.Model {
|
|
4703
|
-
headers
|
|
4703
|
+
headers?: {
|
|
4704
4704
|
[key: string]: string;
|
|
4705
4705
|
};
|
|
4706
|
-
statusCode
|
|
4707
|
-
body
|
|
4706
|
+
statusCode?: number;
|
|
4707
|
+
body?: UpdateUserPasswordResponseBody;
|
|
4708
4708
|
static names(): {
|
|
4709
4709
|
[key: string]: string;
|
|
4710
4710
|
};
|
|
@@ -5330,6 +5330,7 @@ export declare class GetUserResponseBodyUser extends $tea.Model {
|
|
|
5330
5330
|
phoneNumber?: string;
|
|
5331
5331
|
phoneNumberVerified?: boolean;
|
|
5332
5332
|
phoneRegion?: string;
|
|
5333
|
+
preferredLanguage?: string;
|
|
5333
5334
|
primaryOrganizationalUnitId?: string;
|
|
5334
5335
|
registerTime?: number;
|
|
5335
5336
|
status?: string;
|