@alicloud/eiam20211201 2.19.0 → 2.19.2
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 +40 -36
- package/dist/client.js +40 -45
- package/dist/client.js.map +1 -1
- package/dist/models/CheckInstanceModuleStatusRequest.d.ts +17 -3
- package/dist/models/CheckInstanceModuleStatusRequest.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/CreateIdentityProviderRequest.d.ts +165 -142
- package/dist/models/CreateIdentityProviderRequest.js.map +1 -1
- package/dist/models/CreateIdentityProviderResponseBody.d.ts +2 -2
- 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/GetApplicationSsoConfigResponseBody.d.ts +85 -65
- package/dist/models/GetApplicationSsoConfigResponseBody.js +11 -0
- package/dist/models/GetApplicationSsoConfigResponseBody.js.map +1 -1
- package/dist/models/GetAuthorizationResourceResponseBody.d.ts +2 -2
- 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/GetIdentityProviderResponseBody.d.ts +54 -65
- package/dist/models/GetIdentityProviderResponseBody.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/ListAuthorizationResourcesRequest.d.ts +5 -5
- package/dist/models/ListAuthorizationResourcesResponseBody.d.ts +9 -9
- 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/ListEiamInstancesRequest.d.ts +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/SetApplicationSsoConfigRequest.d.ts +55 -31
- package/dist/models/SetApplicationSsoConfigRequest.js +9 -0
- package/dist/models/SetApplicationSsoConfigRequest.js.map +1 -1
- package/dist/models/UpdateApplicationFederatedCredentialRequest.d.ts +61 -6
- package/dist/models/UpdateApplicationFederatedCredentialRequest.js.map +1 -1
- package/dist/models/UpdateIdentityProviderRequest.d.ts +85 -51
- package/dist/models/UpdateIdentityProviderRequest.js.map +1 -1
- package/dist/models/UpdateIdentityProviderResponseBody.d.ts +1 -1
- package/package.json +1 -1
- package/src/client.ts +40 -45
- package/src/models/CheckInstanceModuleStatusRequest.ts +17 -3
- package/src/models/CreateApplicationFederatedCredentialRequest.ts +61 -12
- package/src/models/CreateApplicationFederatedCredentialResponseBody.ts +1 -1
- package/src/models/CreateCloudAccountRequest.ts +1 -1
- package/src/models/CreateIdentityProviderRequest.ts +165 -142
- package/src/models/CreateIdentityProviderResponseBody.ts +2 -2
- package/src/models/CreateTrustedOriginRequest.ts +1 -1
- package/src/models/GetApplicationFederatedCredentialResponseBody.ts +79 -12
- package/src/models/GetApplicationSsoConfigResponseBody.ts +96 -65
- package/src/models/GetAuthorizationResourceResponseBody.ts +2 -2
- 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/GetIdentityProviderResponseBody.ts +54 -65
- 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/ListAuthorizationResourcesRequest.ts +5 -5
- package/src/models/ListAuthorizationResourcesResponseBody.ts +9 -9
- 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/ListEiamInstancesRequest.ts +1 -1
- package/src/models/ListNetworkAccessEndpointsRequest.ts +6 -6
- package/src/models/ListNetworkAccessEndpointsResponseBody.ts +44 -7
- package/src/models/SetApplicationSsoConfigRequest.ts +64 -31
- package/src/models/UpdateApplicationFederatedCredentialRequest.ts +61 -6
- package/src/models/UpdateIdentityProviderRequest.ts +85 -51
- package/src/models/UpdateIdentityProviderResponseBody.ts +1 -1
package/dist/client.d.ts
CHANGED
|
@@ -279,7 +279,7 @@ export default class Client extends OpenApi {
|
|
|
279
279
|
*/
|
|
280
280
|
checkInstanceForDelete(request: $_model.CheckInstanceForDeleteRequest): Promise<$_model.CheckInstanceForDeleteResponse>;
|
|
281
281
|
/**
|
|
282
|
-
*
|
|
282
|
+
* Checks whether an instance has the feature of a specific module.
|
|
283
283
|
*
|
|
284
284
|
* @param request - CheckInstanceModuleStatusRequest
|
|
285
285
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -287,7 +287,7 @@ export default class Client extends OpenApi {
|
|
|
287
287
|
*/
|
|
288
288
|
checkInstanceModuleStatusWithOptions(request: $_model.CheckInstanceModuleStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CheckInstanceModuleStatusResponse>;
|
|
289
289
|
/**
|
|
290
|
-
*
|
|
290
|
+
* Checks whether an instance has the feature of a specific module.
|
|
291
291
|
*
|
|
292
292
|
* @param request - CheckInstanceModuleStatusRequest
|
|
293
293
|
* @returns CheckInstanceModuleStatusResponse
|
|
@@ -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
|
|
@@ -612,7 +614,7 @@ export default class Client extends OpenApi {
|
|
|
612
614
|
*/
|
|
613
615
|
createGroup(request: $_model.CreateGroupRequest): Promise<$_model.CreateGroupResponse>;
|
|
614
616
|
/**
|
|
615
|
-
*
|
|
617
|
+
* Creates an identity provider.
|
|
616
618
|
*
|
|
617
619
|
* @param request - CreateIdentityProviderRequest
|
|
618
620
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -620,7 +622,7 @@ export default class Client extends OpenApi {
|
|
|
620
622
|
*/
|
|
621
623
|
createIdentityProviderWithOptions(request: $_model.CreateIdentityProviderRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateIdentityProviderResponse>;
|
|
622
624
|
/**
|
|
623
|
-
*
|
|
625
|
+
* Creates an identity provider.
|
|
624
626
|
*
|
|
625
627
|
* @param request - CreateIdentityProviderRequest
|
|
626
628
|
* @returns CreateIdentityProviderResponse
|
|
@@ -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
|
|
@@ -2358,7 +2362,7 @@ export default class Client extends OpenApi {
|
|
|
2358
2362
|
*/
|
|
2359
2363
|
getApplicationRole(request: $_model.GetApplicationRoleRequest): Promise<$_model.GetApplicationRoleResponse>;
|
|
2360
2364
|
/**
|
|
2361
|
-
*
|
|
2365
|
+
* Queries the single sign-on (SSO) configuration properties of an EIAM application.
|
|
2362
2366
|
*
|
|
2363
2367
|
* @param request - GetApplicationSsoConfigRequest
|
|
2364
2368
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2366,7 +2370,7 @@ export default class Client extends OpenApi {
|
|
|
2366
2370
|
*/
|
|
2367
2371
|
getApplicationSsoConfigWithOptions(request: $_model.GetApplicationSsoConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetApplicationSsoConfigResponse>;
|
|
2368
2372
|
/**
|
|
2369
|
-
*
|
|
2373
|
+
* Queries the single sign-on (SSO) configuration properties of an EIAM application.
|
|
2370
2374
|
*
|
|
2371
2375
|
* @param request - GetApplicationSsoConfigRequest
|
|
2372
2376
|
* @returns GetApplicationSsoConfigResponse
|
|
@@ -2388,7 +2392,7 @@ export default class Client extends OpenApi {
|
|
|
2388
2392
|
*/
|
|
2389
2393
|
getApplicationTemplate(request: $_model.GetApplicationTemplateRequest): Promise<$_model.GetApplicationTemplateResponse>;
|
|
2390
2394
|
/**
|
|
2391
|
-
* Queries the information
|
|
2395
|
+
* Queries the information about an authorization resource.
|
|
2392
2396
|
*
|
|
2393
2397
|
* @param request - GetAuthorizationResourceRequest
|
|
2394
2398
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2396,7 +2400,7 @@ export default class Client extends OpenApi {
|
|
|
2396
2400
|
*/
|
|
2397
2401
|
getAuthorizationResourceWithOptions(request: $_model.GetAuthorizationResourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAuthorizationResourceResponse>;
|
|
2398
2402
|
/**
|
|
2399
|
-
* Queries the information
|
|
2403
|
+
* Queries the information about an authorization resource.
|
|
2400
2404
|
*
|
|
2401
2405
|
* @param request - GetAuthorizationResourceRequest
|
|
2402
2406
|
* @returns GetAuthorizationResourceResponse
|
|
@@ -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
|
|
@@ -3297,10 +3301,10 @@ export default class Client extends OpenApi {
|
|
|
3297
3301
|
*/
|
|
3298
3302
|
listApplicationsForUser(request: $_model.ListApplicationsForUserRequest): Promise<$_model.ListApplicationsForUserResponse>;
|
|
3299
3303
|
/**
|
|
3300
|
-
*
|
|
3304
|
+
* Lists authorized resource information.
|
|
3301
3305
|
*
|
|
3302
3306
|
* @remarks
|
|
3303
|
-
* This operation queries only the direct permissions of an organization, that is, applications directly assigned to the organization. When
|
|
3307
|
+
* This operation queries only the direct permissions of an organization, that is, applications directly assigned to the organization. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
|
|
3304
3308
|
*
|
|
3305
3309
|
* @param request - ListAuthorizationResourcesRequest
|
|
3306
3310
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3308,10 +3312,10 @@ export default class Client extends OpenApi {
|
|
|
3308
3312
|
*/
|
|
3309
3313
|
listAuthorizationResourcesWithOptions(request: $_model.ListAuthorizationResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAuthorizationResourcesResponse>;
|
|
3310
3314
|
/**
|
|
3311
|
-
*
|
|
3315
|
+
* Lists authorized resource information.
|
|
3312
3316
|
*
|
|
3313
3317
|
* @remarks
|
|
3314
|
-
* This operation queries only the direct permissions of an organization, that is, applications directly assigned to the organization. When
|
|
3318
|
+
* This operation queries only the direct permissions of an organization, that is, applications directly assigned to the organization. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
|
|
3315
3319
|
*
|
|
3316
3320
|
* @param request - ListAuthorizationResourcesRequest
|
|
3317
3321
|
* @returns ListAuthorizationResourcesResponse
|
|
@@ -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
|
|
@@ -4512,10 +4516,10 @@ export default class Client extends OpenApi {
|
|
|
4512
4516
|
*/
|
|
4513
4517
|
setApplicationResourceServerIdentifier(request: $_model.SetApplicationResourceServerIdentifierRequest): Promise<$_model.SetApplicationResourceServerIdentifierResponse>;
|
|
4514
4518
|
/**
|
|
4515
|
-
* Sets the single sign-on (SSO) configuration properties
|
|
4519
|
+
* Sets the single sign-on (SSO) configuration properties of an EIAM application.
|
|
4516
4520
|
*
|
|
4517
4521
|
* @remarks
|
|
4518
|
-
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the application.
|
|
4522
|
+
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed afterward. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the current application.
|
|
4519
4523
|
*
|
|
4520
4524
|
* @param request - SetApplicationSsoConfigRequest
|
|
4521
4525
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4523,10 +4527,10 @@ export default class Client extends OpenApi {
|
|
|
4523
4527
|
*/
|
|
4524
4528
|
setApplicationSsoConfigWithOptions(request: $_model.SetApplicationSsoConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetApplicationSsoConfigResponse>;
|
|
4525
4529
|
/**
|
|
4526
|
-
* Sets the single sign-on (SSO) configuration properties
|
|
4530
|
+
* Sets the single sign-on (SSO) configuration properties of an EIAM application.
|
|
4527
4531
|
*
|
|
4528
4532
|
* @remarks
|
|
4529
|
-
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the application.
|
|
4533
|
+
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed afterward. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the current application.
|
|
4530
4534
|
*
|
|
4531
4535
|
* @param request - SetApplicationSsoConfigRequest
|
|
4532
4536
|
* @returns SetApplicationSsoConfigResponse
|
|
@@ -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
|
}
|
|
@@ -944,7 +935,7 @@ class Client extends openapi_core_1.default {
|
|
|
944
935
|
return await this.checkInstanceForDeleteWithOptions(request, runtime);
|
|
945
936
|
}
|
|
946
937
|
/**
|
|
947
|
-
*
|
|
938
|
+
* Checks whether an instance has the feature of a specific module.
|
|
948
939
|
*
|
|
949
940
|
* @param request - CheckInstanceModuleStatusRequest
|
|
950
941
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -988,7 +979,7 @@ class Client extends openapi_core_1.default {
|
|
|
988
979
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckInstanceModuleStatusResponse({}));
|
|
989
980
|
}
|
|
990
981
|
/**
|
|
991
|
-
*
|
|
982
|
+
* Checks whether an instance has the feature of a specific module.
|
|
992
983
|
*
|
|
993
984
|
* @param request - CheckInstanceModuleStatusRequest
|
|
994
985
|
* @returns CheckInstanceModuleStatusResponse
|
|
@@ -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
|
|
@@ -2145,7 +2138,7 @@ class Client extends openapi_core_1.default {
|
|
|
2145
2138
|
return await this.createGroupWithOptions(request, runtime);
|
|
2146
2139
|
}
|
|
2147
2140
|
/**
|
|
2148
|
-
*
|
|
2141
|
+
* Creates an identity provider.
|
|
2149
2142
|
*
|
|
2150
2143
|
* @param request - CreateIdentityProviderRequest
|
|
2151
2144
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2225,7 +2218,7 @@ class Client extends openapi_core_1.default {
|
|
|
2225
2218
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateIdentityProviderResponse({}));
|
|
2226
2219
|
}
|
|
2227
2220
|
/**
|
|
2228
|
-
*
|
|
2221
|
+
* Creates an identity provider.
|
|
2229
2222
|
*
|
|
2230
2223
|
* @param request - CreateIdentityProviderRequest
|
|
2231
2224
|
* @returns CreateIdentityProviderResponse
|
|
@@ -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
|
|
@@ -7189,7 +7184,7 @@ class Client extends openapi_core_1.default {
|
|
|
7189
7184
|
return await this.getApplicationRoleWithOptions(request, runtime);
|
|
7190
7185
|
}
|
|
7191
7186
|
/**
|
|
7192
|
-
*
|
|
7187
|
+
* Queries the single sign-on (SSO) configuration properties of an EIAM application.
|
|
7193
7188
|
*
|
|
7194
7189
|
* @param request - GetApplicationSsoConfigRequest
|
|
7195
7190
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7221,7 +7216,7 @@ class Client extends openapi_core_1.default {
|
|
|
7221
7216
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetApplicationSsoConfigResponse({}));
|
|
7222
7217
|
}
|
|
7223
7218
|
/**
|
|
7224
|
-
*
|
|
7219
|
+
* Queries the single sign-on (SSO) configuration properties of an EIAM application.
|
|
7225
7220
|
*
|
|
7226
7221
|
* @param request - GetApplicationSsoConfigRequest
|
|
7227
7222
|
* @returns GetApplicationSsoConfigResponse
|
|
@@ -7270,7 +7265,7 @@ class Client extends openapi_core_1.default {
|
|
|
7270
7265
|
return await this.getApplicationTemplateWithOptions(request, runtime);
|
|
7271
7266
|
}
|
|
7272
7267
|
/**
|
|
7273
|
-
* Queries the information
|
|
7268
|
+
* Queries the information about an authorization resource.
|
|
7274
7269
|
*
|
|
7275
7270
|
* @param request - GetAuthorizationResourceRequest
|
|
7276
7271
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7305,7 +7300,7 @@ class Client extends openapi_core_1.default {
|
|
|
7305
7300
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAuthorizationResourceResponse({}));
|
|
7306
7301
|
}
|
|
7307
7302
|
/**
|
|
7308
|
-
* Queries the information
|
|
7303
|
+
* Queries the information about an authorization resource.
|
|
7309
7304
|
*
|
|
7310
7305
|
* @param request - GetAuthorizationResourceRequest
|
|
7311
7306
|
* @returns GetAuthorizationResourceResponse
|
|
@@ -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
|
|
@@ -9898,10 +9893,10 @@ class Client extends openapi_core_1.default {
|
|
|
9898
9893
|
return await this.listApplicationsForUserWithOptions(request, runtime);
|
|
9899
9894
|
}
|
|
9900
9895
|
/**
|
|
9901
|
-
*
|
|
9896
|
+
* Lists authorized resource information.
|
|
9902
9897
|
*
|
|
9903
9898
|
* @remarks
|
|
9904
|
-
* This operation queries only the direct permissions of an organization, that is, applications directly assigned to the organization. When
|
|
9899
|
+
* This operation queries only the direct permissions of an organization, that is, applications directly assigned to the organization. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
|
|
9905
9900
|
*
|
|
9906
9901
|
* @param request - ListAuthorizationResourcesRequest
|
|
9907
9902
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9942,10 +9937,10 @@ class Client extends openapi_core_1.default {
|
|
|
9942
9937
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAuthorizationResourcesResponse({}));
|
|
9943
9938
|
}
|
|
9944
9939
|
/**
|
|
9945
|
-
*
|
|
9940
|
+
* Lists authorized resource information.
|
|
9946
9941
|
*
|
|
9947
9942
|
* @remarks
|
|
9948
|
-
* This operation queries only the direct permissions of an organization, that is, applications directly assigned to the organization. When
|
|
9943
|
+
* This operation queries only the direct permissions of an organization, that is, applications directly assigned to the organization. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
|
|
9949
9944
|
*
|
|
9950
9945
|
* @param request - ListAuthorizationResourcesRequest
|
|
9951
9946
|
* @returns ListAuthorizationResourcesResponse
|
|
@@ -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
|
|
@@ -13768,10 +13763,10 @@ class Client extends openapi_core_1.default {
|
|
|
13768
13763
|
return await this.setApplicationResourceServerIdentifierWithOptions(request, runtime);
|
|
13769
13764
|
}
|
|
13770
13765
|
/**
|
|
13771
|
-
* Sets the single sign-on (SSO) configuration properties
|
|
13766
|
+
* Sets the single sign-on (SSO) configuration properties of an EIAM application.
|
|
13772
13767
|
*
|
|
13773
13768
|
* @remarks
|
|
13774
|
-
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the application.
|
|
13769
|
+
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed afterward. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the current application.
|
|
13775
13770
|
*
|
|
13776
13771
|
* @param request - SetApplicationSsoConfigRequest
|
|
13777
13772
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13818,10 +13813,10 @@ class Client extends openapi_core_1.default {
|
|
|
13818
13813
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SetApplicationSsoConfigResponse({}));
|
|
13819
13814
|
}
|
|
13820
13815
|
/**
|
|
13821
|
-
* Sets the single sign-on (SSO) configuration properties
|
|
13816
|
+
* Sets the single sign-on (SSO) configuration properties of an EIAM application.
|
|
13822
13817
|
*
|
|
13823
13818
|
* @remarks
|
|
13824
|
-
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the application.
|
|
13819
|
+
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed afterward. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the current application.
|
|
13825
13820
|
*
|
|
13826
13821
|
* @param request - SetApplicationSsoConfigRequest
|
|
13827
13822
|
* @returns SetApplicationSsoConfigResponse
|
|
@@ -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
|