@alicloud/eiam20211201 2.19.0 → 2.19.1
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 +24 -20
- package/dist/client.js +24 -29
- package/dist/client.js.map +1 -1
- package/dist/models/CreateApplicationFederatedCredentialRequest.d.ts +61 -12
- package/dist/models/CreateApplicationFederatedCredentialRequest.js.map +1 -1
- package/dist/models/CreateApplicationFederatedCredentialResponseBody.d.ts +1 -1
- package/dist/models/CreateCloudAccountRequest.d.ts +1 -1
- package/dist/models/CreateTrustedOriginRequest.d.ts +1 -1
- package/dist/models/GetApplicationFederatedCredentialResponseBody.d.ts +79 -12
- package/dist/models/GetApplicationFederatedCredentialResponseBody.js.map +1 -1
- package/dist/models/GetAuthorizationRuleResponseBody.d.ts +8 -3
- package/dist/models/GetAuthorizationRuleResponseBody.js.map +1 -1
- package/dist/models/GetBrandRequest.d.ts +2 -2
- package/dist/models/GetBrandResponseBody.d.ts +23 -7
- package/dist/models/GetBrandResponseBody.js +4 -0
- package/dist/models/GetBrandResponseBody.js.map +1 -1
- package/dist/models/GetCloudAccountResponseBody.d.ts +38 -6
- package/dist/models/GetCloudAccountResponseBody.js.map +1 -1
- package/dist/models/GetCloudAccountRoleResponseBody.d.ts +9 -0
- package/dist/models/GetCloudAccountRoleResponseBody.js.map +1 -1
- package/dist/models/ListApplicationFederatedCredentialsForProviderRequest.d.ts +3 -3
- package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.d.ts +85 -15
- package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.js.map +1 -1
- package/dist/models/ListApplicationFederatedCredentialsRequest.d.ts +3 -3
- package/dist/models/ListApplicationFederatedCredentialsResponseBody.d.ts +89 -19
- package/dist/models/ListApplicationFederatedCredentialsResponseBody.js.map +1 -1
- package/dist/models/ListAuthorizationRulesRequest.d.ts +2 -2
- package/dist/models/ListAuthorizationRulesResponseBody.d.ts +17 -12
- package/dist/models/ListAuthorizationRulesResponseBody.js.map +1 -1
- package/dist/models/ListBrandsRequest.d.ts +1 -1
- package/dist/models/ListBrandsResponseBody.d.ts +16 -0
- package/dist/models/ListBrandsResponseBody.js +4 -0
- package/dist/models/ListBrandsResponseBody.js.map +1 -1
- package/dist/models/ListCloudAccountRolesRequest.d.ts +5 -5
- package/dist/models/ListCloudAccountRolesResponseBody.d.ts +28 -19
- package/dist/models/ListCloudAccountRolesResponseBody.js.map +1 -1
- package/dist/models/ListCloudAccountsRequest.d.ts +1 -1
- package/dist/models/ListCloudAccountsResponseBody.d.ts +36 -11
- package/dist/models/ListCloudAccountsResponseBody.js.map +1 -1
- package/dist/models/ListNetworkAccessEndpointsRequest.d.ts +6 -6
- package/dist/models/ListNetworkAccessEndpointsResponseBody.d.ts +44 -7
- package/dist/models/ListNetworkAccessEndpointsResponseBody.js.map +1 -1
- package/dist/models/UpdateApplicationFederatedCredentialRequest.d.ts +61 -6
- package/dist/models/UpdateApplicationFederatedCredentialRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +24 -29
- package/src/models/CreateApplicationFederatedCredentialRequest.ts +61 -12
- package/src/models/CreateApplicationFederatedCredentialResponseBody.ts +1 -1
- package/src/models/CreateCloudAccountRequest.ts +1 -1
- package/src/models/CreateTrustedOriginRequest.ts +1 -1
- package/src/models/GetApplicationFederatedCredentialResponseBody.ts +79 -12
- package/src/models/GetAuthorizationRuleResponseBody.ts +8 -3
- package/src/models/GetBrandRequest.ts +2 -2
- package/src/models/GetBrandResponseBody.ts +27 -7
- package/src/models/GetCloudAccountResponseBody.ts +38 -6
- package/src/models/GetCloudAccountRoleResponseBody.ts +9 -0
- package/src/models/ListApplicationFederatedCredentialsForProviderRequest.ts +3 -3
- package/src/models/ListApplicationFederatedCredentialsForProviderResponseBody.ts +85 -15
- package/src/models/ListApplicationFederatedCredentialsRequest.ts +3 -3
- package/src/models/ListApplicationFederatedCredentialsResponseBody.ts +89 -19
- package/src/models/ListAuthorizationRulesRequest.ts +2 -2
- package/src/models/ListAuthorizationRulesResponseBody.ts +17 -12
- package/src/models/ListBrandsRequest.ts +1 -1
- package/src/models/ListBrandsResponseBody.ts +20 -0
- package/src/models/ListCloudAccountRolesRequest.ts +5 -5
- package/src/models/ListCloudAccountRolesResponseBody.ts +28 -19
- package/src/models/ListCloudAccountsRequest.ts +1 -1
- package/src/models/ListCloudAccountsResponseBody.ts +36 -11
- package/src/models/ListNetworkAccessEndpointsRequest.ts +6 -6
- package/src/models/ListNetworkAccessEndpointsResponseBody.ts +44 -7
- package/src/models/UpdateApplicationFederatedCredentialRequest.ts +61 -6
package/dist/client.d.ts
CHANGED
|
@@ -330,7 +330,7 @@ export default class Client extends OpenApi {
|
|
|
330
330
|
*/
|
|
331
331
|
createApplicationClientSecret(request: $_model.CreateApplicationClientSecretRequest): Promise<$_model.CreateApplicationClientSecretResponse>;
|
|
332
332
|
/**
|
|
333
|
-
* Creates an application federated
|
|
333
|
+
* Creates an application federated credential.
|
|
334
334
|
*
|
|
335
335
|
* @param request - CreateApplicationFederatedCredentialRequest
|
|
336
336
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -338,7 +338,7 @@ export default class Client extends OpenApi {
|
|
|
338
338
|
*/
|
|
339
339
|
createApplicationFederatedCredentialWithOptions(request: $_model.CreateApplicationFederatedCredentialRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateApplicationFederatedCredentialResponse>;
|
|
340
340
|
/**
|
|
341
|
-
* Creates an application federated
|
|
341
|
+
* Creates an application federated credential.
|
|
342
342
|
*
|
|
343
343
|
* @param request - CreateApplicationFederatedCredentialRequest
|
|
344
344
|
* @returns CreateApplicationFederatedCredentialResponse
|
|
@@ -435,10 +435,11 @@ export default class Client extends OpenApi {
|
|
|
435
435
|
*/
|
|
436
436
|
createClientPublicKey(request: $_model.CreateClientPublicKeyRequest): Promise<$_model.CreateClientPublicKeyResponse>;
|
|
437
437
|
/**
|
|
438
|
-
* Creates a cloud account resource
|
|
438
|
+
* Creates a cloud account resource under a specified EIAM instance.
|
|
439
439
|
*
|
|
440
440
|
* @remarks
|
|
441
|
-
*
|
|
441
|
+
* <props="china">**Before you call this operation, make sure that you fully understand the billing method and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
|
|
442
|
+
* <props="intl">**Before you call this operation, make sure that you fully understand the billing method of IDaaS EIAM.**
|
|
442
443
|
*
|
|
443
444
|
* @param request - CreateCloudAccountRequest
|
|
444
445
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -446,10 +447,11 @@ export default class Client extends OpenApi {
|
|
|
446
447
|
*/
|
|
447
448
|
createCloudAccountWithOptions(request: $_model.CreateCloudAccountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCloudAccountResponse>;
|
|
448
449
|
/**
|
|
449
|
-
* Creates a cloud account resource
|
|
450
|
+
* Creates a cloud account resource under a specified EIAM instance.
|
|
450
451
|
*
|
|
451
452
|
* @remarks
|
|
452
|
-
*
|
|
453
|
+
* <props="china">**Before you call this operation, make sure that you fully understand the billing method and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
|
|
454
|
+
* <props="intl">**Before you call this operation, make sure that you fully understand the billing method of IDaaS EIAM.**
|
|
453
455
|
*
|
|
454
456
|
* @param request - CreateCloudAccountRequest
|
|
455
457
|
* @returns CreateCloudAccountResponse
|
|
@@ -1944,7 +1946,8 @@ export default class Client extends OpenApi {
|
|
|
1944
1946
|
* Enables a field.
|
|
1945
1947
|
*
|
|
1946
1948
|
* @remarks
|
|
1947
|
-
*
|
|
1949
|
+
* <props="china">**Before using this operation, make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
|
|
1950
|
+
* <props="intl">**Before using this operation, make sure that you fully understand the billing methods of IDaaS EIAM.**
|
|
1948
1951
|
*
|
|
1949
1952
|
* @param request - EnableCustomFieldRequest
|
|
1950
1953
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1955,7 +1958,8 @@ export default class Client extends OpenApi {
|
|
|
1955
1958
|
* Enables a field.
|
|
1956
1959
|
*
|
|
1957
1960
|
* @remarks
|
|
1958
|
-
*
|
|
1961
|
+
* <props="china">**Before using this operation, make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
|
|
1962
|
+
* <props="intl">**Before using this operation, make sure that you fully understand the billing methods of IDaaS EIAM.**
|
|
1959
1963
|
*
|
|
1960
1964
|
* @param request - EnableCustomFieldRequest
|
|
1961
1965
|
* @returns EnableCustomFieldResponse
|
|
@@ -2268,7 +2272,7 @@ export default class Client extends OpenApi {
|
|
|
2268
2272
|
*/
|
|
2269
2273
|
getApplicationAdvancedConfig(request: $_model.GetApplicationAdvancedConfigRequest): Promise<$_model.GetApplicationAdvancedConfigResponse>;
|
|
2270
2274
|
/**
|
|
2271
|
-
* Retrieves
|
|
2275
|
+
* Retrieves an application federated identity credential.
|
|
2272
2276
|
*
|
|
2273
2277
|
* @param request - GetApplicationFederatedCredentialRequest
|
|
2274
2278
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2276,7 +2280,7 @@ export default class Client extends OpenApi {
|
|
|
2276
2280
|
*/
|
|
2277
2281
|
getApplicationFederatedCredentialWithOptions(request: $_model.GetApplicationFederatedCredentialRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetApplicationFederatedCredentialResponse>;
|
|
2278
2282
|
/**
|
|
2279
|
-
* Retrieves
|
|
2283
|
+
* Retrieves an application federated identity credential.
|
|
2280
2284
|
*
|
|
2281
2285
|
* @param request - GetApplicationFederatedCredentialRequest
|
|
2282
2286
|
* @returns GetApplicationFederatedCredentialResponse
|
|
@@ -2433,7 +2437,7 @@ export default class Client extends OpenApi {
|
|
|
2433
2437
|
*/
|
|
2434
2438
|
getAuthorizationServer(request: $_model.GetAuthorizationServerRequest): Promise<$_model.GetAuthorizationServerResponse>;
|
|
2435
2439
|
/**
|
|
2436
|
-
*
|
|
2440
|
+
* Retrieves the details of a brand.
|
|
2437
2441
|
*
|
|
2438
2442
|
* @param request - GetBrandRequest
|
|
2439
2443
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2441,7 +2445,7 @@ export default class Client extends OpenApi {
|
|
|
2441
2445
|
*/
|
|
2442
2446
|
getBrandWithOptions(request: $_model.GetBrandRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetBrandResponse>;
|
|
2443
2447
|
/**
|
|
2444
|
-
*
|
|
2448
|
+
* Retrieves the details of a brand.
|
|
2445
2449
|
*
|
|
2446
2450
|
* @param request - GetBrandRequest
|
|
2447
2451
|
* @returns GetBrandResponse
|
|
@@ -3111,7 +3115,7 @@ export default class Client extends OpenApi {
|
|
|
3111
3115
|
*/
|
|
3112
3116
|
listApplicationClientSecrets(request: $_model.ListApplicationClientSecretsRequest): Promise<$_model.ListApplicationClientSecretsResponse>;
|
|
3113
3117
|
/**
|
|
3114
|
-
* Queries
|
|
3118
|
+
* Queries the list of application federated identity credentials.
|
|
3115
3119
|
*
|
|
3116
3120
|
* @param request - ListApplicationFederatedCredentialsRequest
|
|
3117
3121
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3119,7 +3123,7 @@ export default class Client extends OpenApi {
|
|
|
3119
3123
|
*/
|
|
3120
3124
|
listApplicationFederatedCredentialsWithOptions(request: $_model.ListApplicationFederatedCredentialsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListApplicationFederatedCredentialsResponse>;
|
|
3121
3125
|
/**
|
|
3122
|
-
* Queries
|
|
3126
|
+
* Queries the list of application federated identity credentials.
|
|
3123
3127
|
*
|
|
3124
3128
|
* @param request - ListApplicationFederatedCredentialsRequest
|
|
3125
3129
|
* @returns ListApplicationFederatedCredentialsResponse
|
|
@@ -3423,7 +3427,7 @@ export default class Client extends OpenApi {
|
|
|
3423
3427
|
*/
|
|
3424
3428
|
listClientPublicKeys(request: $_model.ListClientPublicKeysRequest): Promise<$_model.ListClientPublicKeysResponse>;
|
|
3425
3429
|
/**
|
|
3426
|
-
* Queries
|
|
3430
|
+
* Queries information about one or more cloud roles by using paging.
|
|
3427
3431
|
*
|
|
3428
3432
|
* @param request - ListCloudAccountRolesRequest
|
|
3429
3433
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3431,14 +3435,14 @@ export default class Client extends OpenApi {
|
|
|
3431
3435
|
*/
|
|
3432
3436
|
listCloudAccountRolesWithOptions(request: $_model.ListCloudAccountRolesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCloudAccountRolesResponse>;
|
|
3433
3437
|
/**
|
|
3434
|
-
* Queries
|
|
3438
|
+
* Queries information about one or more cloud roles by using paging.
|
|
3435
3439
|
*
|
|
3436
3440
|
* @param request - ListCloudAccountRolesRequest
|
|
3437
3441
|
* @returns ListCloudAccountRolesResponse
|
|
3438
3442
|
*/
|
|
3439
3443
|
listCloudAccountRoles(request: $_model.ListCloudAccountRolesRequest): Promise<$_model.ListCloudAccountRolesResponse>;
|
|
3440
3444
|
/**
|
|
3441
|
-
* Queries one or more cloud accounts by using paging.
|
|
3445
|
+
* Queries information about one or more cloud accounts by using paging.
|
|
3442
3446
|
*
|
|
3443
3447
|
* @param request - ListCloudAccountsRequest
|
|
3444
3448
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3446,7 +3450,7 @@ export default class Client extends OpenApi {
|
|
|
3446
3450
|
*/
|
|
3447
3451
|
listCloudAccountsWithOptions(request: $_model.ListCloudAccountsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCloudAccountsResponse>;
|
|
3448
3452
|
/**
|
|
3449
|
-
* Queries one or more cloud accounts by using paging.
|
|
3453
|
+
* Queries information about one or more cloud accounts by using paging.
|
|
3450
3454
|
*
|
|
3451
3455
|
* @param request - ListCloudAccountsRequest
|
|
3452
3456
|
* @returns ListCloudAccountsResponse
|
|
@@ -4863,7 +4867,7 @@ export default class Client extends OpenApi {
|
|
|
4863
4867
|
*/
|
|
4864
4868
|
updateApplicationDescription(request: $_model.UpdateApplicationDescriptionRequest): Promise<$_model.UpdateApplicationDescriptionResponse>;
|
|
4865
4869
|
/**
|
|
4866
|
-
* Updates
|
|
4870
|
+
* Updates an application federated identity credential.
|
|
4867
4871
|
*
|
|
4868
4872
|
* @param request - UpdateApplicationFederatedCredentialRequest
|
|
4869
4873
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4871,7 +4875,7 @@ export default class Client extends OpenApi {
|
|
|
4871
4875
|
*/
|
|
4872
4876
|
updateApplicationFederatedCredentialWithOptions(request: $_model.UpdateApplicationFederatedCredentialRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateApplicationFederatedCredentialResponse>;
|
|
4873
4877
|
/**
|
|
4874
|
-
* Updates
|
|
4878
|
+
* Updates an application federated identity credential.
|
|
4875
4879
|
*
|
|
4876
4880
|
* @param request - UpdateApplicationFederatedCredentialRequest
|
|
4877
4881
|
* @returns UpdateApplicationFederatedCredentialResponse
|
package/dist/client.js
CHANGED
|
@@ -49,15 +49,6 @@ class Client extends openapi_core_1.default {
|
|
|
49
49
|
constructor(config) {
|
|
50
50
|
super(config);
|
|
51
51
|
this._endpointRule = "regional";
|
|
52
|
-
this._endpointMap = {
|
|
53
|
-
'cn-hongkong': "eiam.cn-hongkong.aliyuncs.com",
|
|
54
|
-
'ap-northeast-2': "eiam.ap-northeast-2.aliyuncs.com",
|
|
55
|
-
'ap-southeast-1': "eiam.ap-southeast-1.aliyuncs.com",
|
|
56
|
-
'ap-southeast-5': "eiam.ap-southeast-5.aliyuncs.com",
|
|
57
|
-
'cn-hangzhou': "eiam.cn-hangzhou.aliyuncs.com",
|
|
58
|
-
'cn-beijing': "eiam.cn-beijing.aliyuncs.com",
|
|
59
|
-
'eu-central-1': "eiam.eu-central-1.aliyuncs.com",
|
|
60
|
-
};
|
|
61
52
|
this.checkConfig(config);
|
|
62
53
|
this._endpoint = this.getEndpoint("eiam", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
|
|
63
54
|
}
|
|
@@ -1115,7 +1106,7 @@ class Client extends openapi_core_1.default {
|
|
|
1115
1106
|
return await this.createApplicationClientSecretWithOptions(request, runtime);
|
|
1116
1107
|
}
|
|
1117
1108
|
/**
|
|
1118
|
-
* Creates an application federated
|
|
1109
|
+
* Creates an application federated credential.
|
|
1119
1110
|
*
|
|
1120
1111
|
* @param request - CreateApplicationFederatedCredentialRequest
|
|
1121
1112
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1174,7 +1165,7 @@ class Client extends openapi_core_1.default {
|
|
|
1174
1165
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateApplicationFederatedCredentialResponse({}));
|
|
1175
1166
|
}
|
|
1176
1167
|
/**
|
|
1177
|
-
* Creates an application federated
|
|
1168
|
+
* Creates an application federated credential.
|
|
1178
1169
|
*
|
|
1179
1170
|
* @param request - CreateApplicationFederatedCredentialRequest
|
|
1180
1171
|
* @returns CreateApplicationFederatedCredentialResponse
|
|
@@ -1491,10 +1482,11 @@ class Client extends openapi_core_1.default {
|
|
|
1491
1482
|
return await this.createClientPublicKeyWithOptions(request, runtime);
|
|
1492
1483
|
}
|
|
1493
1484
|
/**
|
|
1494
|
-
* Creates a cloud account resource
|
|
1485
|
+
* Creates a cloud account resource under a specified EIAM instance.
|
|
1495
1486
|
*
|
|
1496
1487
|
* @remarks
|
|
1497
|
-
*
|
|
1488
|
+
* <props="china">**Before you call this operation, make sure that you fully understand the billing method and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
|
|
1489
|
+
* <props="intl">**Before you call this operation, make sure that you fully understand the billing method of IDaaS EIAM.**
|
|
1498
1490
|
*
|
|
1499
1491
|
* @param request - CreateCloudAccountRequest
|
|
1500
1492
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1544,10 +1536,11 @@ class Client extends openapi_core_1.default {
|
|
|
1544
1536
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateCloudAccountResponse({}));
|
|
1545
1537
|
}
|
|
1546
1538
|
/**
|
|
1547
|
-
* Creates a cloud account resource
|
|
1539
|
+
* Creates a cloud account resource under a specified EIAM instance.
|
|
1548
1540
|
*
|
|
1549
1541
|
* @remarks
|
|
1550
|
-
*
|
|
1542
|
+
* <props="china">**Before you call this operation, make sure that you fully understand the billing method and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
|
|
1543
|
+
* <props="intl">**Before you call this operation, make sure that you fully understand the billing method of IDaaS EIAM.**
|
|
1551
1544
|
*
|
|
1552
1545
|
* @param request - CreateCloudAccountRequest
|
|
1553
1546
|
* @returns CreateCloudAccountResponse
|
|
@@ -6007,7 +6000,8 @@ class Client extends openapi_core_1.default {
|
|
|
6007
6000
|
* Enables a field.
|
|
6008
6001
|
*
|
|
6009
6002
|
* @remarks
|
|
6010
|
-
*
|
|
6003
|
+
* <props="china">**Before using this operation, make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
|
|
6004
|
+
* <props="intl">**Before using this operation, make sure that you fully understand the billing methods of IDaaS EIAM.**
|
|
6011
6005
|
*
|
|
6012
6006
|
* @param request - EnableCustomFieldRequest
|
|
6013
6007
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6042,7 +6036,8 @@ class Client extends openapi_core_1.default {
|
|
|
6042
6036
|
* Enables a field.
|
|
6043
6037
|
*
|
|
6044
6038
|
* @remarks
|
|
6045
|
-
*
|
|
6039
|
+
* <props="china">**Before using this operation, make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
|
|
6040
|
+
* <props="intl">**Before using this operation, make sure that you fully understand the billing methods of IDaaS EIAM.**
|
|
6046
6041
|
*
|
|
6047
6042
|
* @param request - EnableCustomFieldRequest
|
|
6048
6043
|
* @returns EnableCustomFieldResponse
|
|
@@ -6931,7 +6926,7 @@ class Client extends openapi_core_1.default {
|
|
|
6931
6926
|
return await this.getApplicationAdvancedConfigWithOptions(request, runtime);
|
|
6932
6927
|
}
|
|
6933
6928
|
/**
|
|
6934
|
-
* Retrieves
|
|
6929
|
+
* Retrieves an application federated identity credential.
|
|
6935
6930
|
*
|
|
6936
6931
|
* @param request - GetApplicationFederatedCredentialRequest
|
|
6937
6932
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6966,7 +6961,7 @@ class Client extends openapi_core_1.default {
|
|
|
6966
6961
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetApplicationFederatedCredentialResponse({}));
|
|
6967
6962
|
}
|
|
6968
6963
|
/**
|
|
6969
|
-
* Retrieves
|
|
6964
|
+
* Retrieves an application federated identity credential.
|
|
6970
6965
|
*
|
|
6971
6966
|
* @param request - GetApplicationFederatedCredentialRequest
|
|
6972
6967
|
* @returns GetApplicationFederatedCredentialResponse
|
|
@@ -7399,7 +7394,7 @@ class Client extends openapi_core_1.default {
|
|
|
7399
7394
|
return await this.getAuthorizationServerWithOptions(request, runtime);
|
|
7400
7395
|
}
|
|
7401
7396
|
/**
|
|
7402
|
-
*
|
|
7397
|
+
* Retrieves the details of a brand.
|
|
7403
7398
|
*
|
|
7404
7399
|
* @param request - GetBrandRequest
|
|
7405
7400
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7431,7 +7426,7 @@ class Client extends openapi_core_1.default {
|
|
|
7431
7426
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetBrandResponse({}));
|
|
7432
7427
|
}
|
|
7433
7428
|
/**
|
|
7434
|
-
*
|
|
7429
|
+
* Retrieves the details of a brand.
|
|
7435
7430
|
*
|
|
7436
7431
|
* @param request - GetBrandRequest
|
|
7437
7432
|
* @returns GetBrandResponse
|
|
@@ -9259,7 +9254,7 @@ class Client extends openapi_core_1.default {
|
|
|
9259
9254
|
return await this.listApplicationClientSecretsWithOptions(request, runtime);
|
|
9260
9255
|
}
|
|
9261
9256
|
/**
|
|
9262
|
-
* Queries
|
|
9257
|
+
* Queries the list of application federated identity credentials.
|
|
9263
9258
|
*
|
|
9264
9259
|
* @param request - ListApplicationFederatedCredentialsRequest
|
|
9265
9260
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9303,7 +9298,7 @@ class Client extends openapi_core_1.default {
|
|
|
9303
9298
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApplicationFederatedCredentialsResponse({}));
|
|
9304
9299
|
}
|
|
9305
9300
|
/**
|
|
9306
|
-
* Queries
|
|
9301
|
+
* Queries the list of application federated identity credentials.
|
|
9307
9302
|
*
|
|
9308
9303
|
* @param request - ListApplicationFederatedCredentialsRequest
|
|
9309
9304
|
* @returns ListApplicationFederatedCredentialsResponse
|
|
@@ -10288,7 +10283,7 @@ class Client extends openapi_core_1.default {
|
|
|
10288
10283
|
return await this.listClientPublicKeysWithOptions(request, runtime);
|
|
10289
10284
|
}
|
|
10290
10285
|
/**
|
|
10291
|
-
* Queries
|
|
10286
|
+
* Queries information about one or more cloud roles by using paging.
|
|
10292
10287
|
*
|
|
10293
10288
|
* @param request - ListCloudAccountRolesRequest
|
|
10294
10289
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10329,7 +10324,7 @@ class Client extends openapi_core_1.default {
|
|
|
10329
10324
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCloudAccountRolesResponse({}));
|
|
10330
10325
|
}
|
|
10331
10326
|
/**
|
|
10332
|
-
* Queries
|
|
10327
|
+
* Queries information about one or more cloud roles by using paging.
|
|
10333
10328
|
*
|
|
10334
10329
|
* @param request - ListCloudAccountRolesRequest
|
|
10335
10330
|
* @returns ListCloudAccountRolesResponse
|
|
@@ -10339,7 +10334,7 @@ class Client extends openapi_core_1.default {
|
|
|
10339
10334
|
return await this.listCloudAccountRolesWithOptions(request, runtime);
|
|
10340
10335
|
}
|
|
10341
10336
|
/**
|
|
10342
|
-
* Queries one or more cloud accounts by using paging.
|
|
10337
|
+
* Queries information about one or more cloud accounts by using paging.
|
|
10343
10338
|
*
|
|
10344
10339
|
* @param request - ListCloudAccountsRequest
|
|
10345
10340
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10377,7 +10372,7 @@ class Client extends openapi_core_1.default {
|
|
|
10377
10372
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCloudAccountsResponse({}));
|
|
10378
10373
|
}
|
|
10379
10374
|
/**
|
|
10380
|
-
* Queries one or more cloud accounts by using paging.
|
|
10375
|
+
* Queries information about one or more cloud accounts by using paging.
|
|
10381
10376
|
*
|
|
10382
10377
|
* @param request - ListCloudAccountsRequest
|
|
10383
10378
|
* @returns ListCloudAccountsResponse
|
|
@@ -14890,7 +14885,7 @@ class Client extends openapi_core_1.default {
|
|
|
14890
14885
|
return await this.updateApplicationDescriptionWithOptions(request, runtime);
|
|
14891
14886
|
}
|
|
14892
14887
|
/**
|
|
14893
|
-
* Updates
|
|
14888
|
+
* Updates an application federated identity credential.
|
|
14894
14889
|
*
|
|
14895
14890
|
* @param request - UpdateApplicationFederatedCredentialRequest
|
|
14896
14891
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14937,7 +14932,7 @@ class Client extends openapi_core_1.default {
|
|
|
14937
14932
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateApplicationFederatedCredentialResponse({}));
|
|
14938
14933
|
}
|
|
14939
14934
|
/**
|
|
14940
|
-
* Updates
|
|
14935
|
+
* Updates an application federated identity credential.
|
|
14941
14936
|
*
|
|
14942
14937
|
* @param request - UpdateApplicationFederatedCredentialRequest
|
|
14943
14938
|
* @returns UpdateApplicationFederatedCredentialResponse
|