@alicloud/eiam20211201 1.6.0 → 1.7.0
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 +229 -0
- package/dist/client.js +241 -9
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +391 -0
package/dist/client.d.ts
CHANGED
|
@@ -872,6 +872,7 @@ export declare class CreateIdentityProviderRequest extends $tea.Model {
|
|
|
872
872
|
* AD/LDAP配置
|
|
873
873
|
*/
|
|
874
874
|
ldapConfig?: CreateIdentityProviderRequestLdapConfig;
|
|
875
|
+
logoUrl?: string;
|
|
875
876
|
/**
|
|
876
877
|
* @remarks
|
|
877
878
|
* 网络端点ID
|
|
@@ -4099,6 +4100,60 @@ export declare class GetInstanceResponse extends $tea.Model {
|
|
|
4099
4100
|
[key: string]: any;
|
|
4100
4101
|
});
|
|
4101
4102
|
}
|
|
4103
|
+
export declare class GetInstanceLicenseRequest extends $tea.Model {
|
|
4104
|
+
/**
|
|
4105
|
+
* @remarks
|
|
4106
|
+
* IDaaS EIAM的实例id
|
|
4107
|
+
*
|
|
4108
|
+
* This parameter is required.
|
|
4109
|
+
*
|
|
4110
|
+
* @example
|
|
4111
|
+
* idaas_ue2jvisn35ea5lmthk2676xxxx
|
|
4112
|
+
*/
|
|
4113
|
+
instanceId?: string;
|
|
4114
|
+
static names(): {
|
|
4115
|
+
[key: string]: string;
|
|
4116
|
+
};
|
|
4117
|
+
static types(): {
|
|
4118
|
+
[key: string]: any;
|
|
4119
|
+
};
|
|
4120
|
+
constructor(map?: {
|
|
4121
|
+
[key: string]: any;
|
|
4122
|
+
});
|
|
4123
|
+
}
|
|
4124
|
+
export declare class GetInstanceLicenseResponseBody extends $tea.Model {
|
|
4125
|
+
license?: GetInstanceLicenseResponseBodyLicense;
|
|
4126
|
+
/**
|
|
4127
|
+
* @example
|
|
4128
|
+
* 0441BD79-92F3-53AA-8657-F8CE4A2B912A
|
|
4129
|
+
*/
|
|
4130
|
+
requestId?: string;
|
|
4131
|
+
static names(): {
|
|
4132
|
+
[key: string]: string;
|
|
4133
|
+
};
|
|
4134
|
+
static types(): {
|
|
4135
|
+
[key: string]: any;
|
|
4136
|
+
};
|
|
4137
|
+
constructor(map?: {
|
|
4138
|
+
[key: string]: any;
|
|
4139
|
+
});
|
|
4140
|
+
}
|
|
4141
|
+
export declare class GetInstanceLicenseResponse extends $tea.Model {
|
|
4142
|
+
headers?: {
|
|
4143
|
+
[key: string]: string;
|
|
4144
|
+
};
|
|
4145
|
+
statusCode?: number;
|
|
4146
|
+
body?: GetInstanceLicenseResponseBody;
|
|
4147
|
+
static names(): {
|
|
4148
|
+
[key: string]: string;
|
|
4149
|
+
};
|
|
4150
|
+
static types(): {
|
|
4151
|
+
[key: string]: any;
|
|
4152
|
+
};
|
|
4153
|
+
constructor(map?: {
|
|
4154
|
+
[key: string]: any;
|
|
4155
|
+
});
|
|
4156
|
+
}
|
|
4102
4157
|
export declare class GetNetworkAccessEndpointRequest extends $tea.Model {
|
|
4103
4158
|
/**
|
|
4104
4159
|
* @remarks
|
|
@@ -6386,6 +6441,7 @@ export declare class ListSynchronizationJobsRequest extends $tea.Model {
|
|
|
6386
6441
|
* 1649830226000
|
|
6387
6442
|
*/
|
|
6388
6443
|
endTime?: number;
|
|
6444
|
+
filters?: ListSynchronizationJobsRequestFilters[];
|
|
6389
6445
|
/**
|
|
6390
6446
|
* @remarks
|
|
6391
6447
|
* IDaaS EIAM实例的ID。
|
|
@@ -7437,6 +7493,11 @@ export declare class RevokeApplicationFromUsersResponse extends $tea.Model {
|
|
|
7437
7493
|
});
|
|
7438
7494
|
}
|
|
7439
7495
|
export declare class RunSynchronizationJobRequest extends $tea.Model {
|
|
7496
|
+
/**
|
|
7497
|
+
* @example
|
|
7498
|
+
* 描述
|
|
7499
|
+
*/
|
|
7500
|
+
description?: string;
|
|
7440
7501
|
/**
|
|
7441
7502
|
* @remarks
|
|
7442
7503
|
* IDaaS EIAM实例的ID。
|
|
@@ -7447,6 +7508,8 @@ export declare class RunSynchronizationJobRequest extends $tea.Model {
|
|
|
7447
7508
|
* idaas_ue2jvisn35ea5lmthk267xxxxx
|
|
7448
7509
|
*/
|
|
7449
7510
|
instanceId?: string;
|
|
7511
|
+
passwordInitialization?: boolean;
|
|
7512
|
+
synchronizationScopeConfig?: RunSynchronizationJobRequestSynchronizationScopeConfig;
|
|
7450
7513
|
/**
|
|
7451
7514
|
* @remarks
|
|
7452
7515
|
* 同步目标ID
|
|
@@ -7467,6 +7530,7 @@ export declare class RunSynchronizationJobRequest extends $tea.Model {
|
|
|
7467
7530
|
* identity_provider
|
|
7468
7531
|
*/
|
|
7469
7532
|
targetType?: string;
|
|
7533
|
+
userIdentityTypes?: string[];
|
|
7470
7534
|
static names(): {
|
|
7471
7535
|
[key: string]: string;
|
|
7472
7536
|
};
|
|
@@ -8961,6 +9025,7 @@ export declare class UpdateIdentityProviderRequest extends $tea.Model {
|
|
|
8961
9025
|
* AD/LDAP基本信息
|
|
8962
9026
|
*/
|
|
8963
9027
|
ldapConfig?: UpdateIdentityProviderRequestLdapConfig;
|
|
9028
|
+
logoUrl?: string;
|
|
8964
9029
|
/**
|
|
8965
9030
|
* @remarks
|
|
8966
9031
|
* 网络端点ID
|
|
@@ -12317,6 +12382,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
|
|
|
12317
12382
|
* financial
|
|
12318
12383
|
*/
|
|
12319
12384
|
lockReason?: string;
|
|
12385
|
+
logoUrl?: string;
|
|
12320
12386
|
/**
|
|
12321
12387
|
* @remarks
|
|
12322
12388
|
* 网络端点ID
|
|
@@ -12689,6 +12755,105 @@ export declare class GetInstanceResponseBodyInstance extends $tea.Model {
|
|
|
12689
12755
|
[key: string]: any;
|
|
12690
12756
|
});
|
|
12691
12757
|
}
|
|
12758
|
+
export declare class GetInstanceLicenseResponseBodyLicense extends $tea.Model {
|
|
12759
|
+
/**
|
|
12760
|
+
* @remarks
|
|
12761
|
+
* License 的版本型号,free-免费版,trail-试用版,enterprise-企业版
|
|
12762
|
+
*
|
|
12763
|
+
* @example
|
|
12764
|
+
* free
|
|
12765
|
+
*/
|
|
12766
|
+
edition?: string;
|
|
12767
|
+
/**
|
|
12768
|
+
* @remarks
|
|
12769
|
+
* License 的有效期终止日期
|
|
12770
|
+
*
|
|
12771
|
+
* @example
|
|
12772
|
+
* 1723996800000
|
|
12773
|
+
*/
|
|
12774
|
+
endTime?: number;
|
|
12775
|
+
/**
|
|
12776
|
+
* @remarks
|
|
12777
|
+
* License 的付费类型,prepay-预付费,postpay-后付费
|
|
12778
|
+
*
|
|
12779
|
+
* @example
|
|
12780
|
+
* prepay
|
|
12781
|
+
*/
|
|
12782
|
+
licenseChargeType?: string;
|
|
12783
|
+
/**
|
|
12784
|
+
* @remarks
|
|
12785
|
+
* License 详细配置JSON
|
|
12786
|
+
*
|
|
12787
|
+
* @example
|
|
12788
|
+
* {"modules":[{"features":[{"name":"urn:alibaba:idaas:license:module:ud:customField","status":"enabled"}]……{"name":"urn:alibaba:idaas:license:tag:enterprise","status":"enabled"}],"version":"1.0"}
|
|
12789
|
+
*/
|
|
12790
|
+
licenseConfigJson?: string;
|
|
12791
|
+
/**
|
|
12792
|
+
* @remarks
|
|
12793
|
+
* License 的创建时间
|
|
12794
|
+
*
|
|
12795
|
+
* @example
|
|
12796
|
+
* 1720509699000
|
|
12797
|
+
*/
|
|
12798
|
+
licenseCreateTime?: number;
|
|
12799
|
+
/**
|
|
12800
|
+
* @remarks
|
|
12801
|
+
* License 的唯一标识
|
|
12802
|
+
*
|
|
12803
|
+
* @example
|
|
12804
|
+
* license_1234xxxx
|
|
12805
|
+
*/
|
|
12806
|
+
licenseId?: string;
|
|
12807
|
+
/**
|
|
12808
|
+
* @remarks
|
|
12809
|
+
* License 的状态,valid-有效,expired-已过期,released-已释放
|
|
12810
|
+
*
|
|
12811
|
+
* @example
|
|
12812
|
+
* valid
|
|
12813
|
+
*/
|
|
12814
|
+
licenseStatus?: string;
|
|
12815
|
+
/**
|
|
12816
|
+
* @remarks
|
|
12817
|
+
* License 的购买渠道
|
|
12818
|
+
*
|
|
12819
|
+
* @example
|
|
12820
|
+
* alibaba_cloud
|
|
12821
|
+
*/
|
|
12822
|
+
purchaseChannel?: string;
|
|
12823
|
+
/**
|
|
12824
|
+
* @remarks
|
|
12825
|
+
* License 对应的外部商品唯一标识
|
|
12826
|
+
*
|
|
12827
|
+
* @example
|
|
12828
|
+
* eiam-cn-xxxxx
|
|
12829
|
+
*/
|
|
12830
|
+
purchaseInstanceId?: string;
|
|
12831
|
+
/**
|
|
12832
|
+
* @remarks
|
|
12833
|
+
* License 的有效期开始日期
|
|
12834
|
+
*
|
|
12835
|
+
* @example
|
|
12836
|
+
* 1720509699000
|
|
12837
|
+
*/
|
|
12838
|
+
startTime?: number;
|
|
12839
|
+
/**
|
|
12840
|
+
* @remarks
|
|
12841
|
+
* License 的用户配额
|
|
12842
|
+
*
|
|
12843
|
+
* @example
|
|
12844
|
+
* 100
|
|
12845
|
+
*/
|
|
12846
|
+
userQuota?: number;
|
|
12847
|
+
static names(): {
|
|
12848
|
+
[key: string]: string;
|
|
12849
|
+
};
|
|
12850
|
+
static types(): {
|
|
12851
|
+
[key: string]: any;
|
|
12852
|
+
};
|
|
12853
|
+
constructor(map?: {
|
|
12854
|
+
[key: string]: any;
|
|
12855
|
+
});
|
|
12856
|
+
}
|
|
12692
12857
|
export declare class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $tea.Model {
|
|
12693
12858
|
/**
|
|
12694
12859
|
* @remarks
|
|
@@ -15634,6 +15799,7 @@ export declare class ListIdentityProvidersResponseBodyIdentityProviders extends
|
|
|
15634
15799
|
* financial
|
|
15635
15800
|
*/
|
|
15636
15801
|
lockReason?: string;
|
|
15802
|
+
logoUrl?: string;
|
|
15637
15803
|
/**
|
|
15638
15804
|
* @remarks
|
|
15639
15805
|
* IDaaS EIAM 是否支持UD同步
|
|
@@ -16174,6 +16340,19 @@ export declare class ListRegionsResponseBodyRegions extends $tea.Model {
|
|
|
16174
16340
|
[key: string]: any;
|
|
16175
16341
|
});
|
|
16176
16342
|
}
|
|
16343
|
+
export declare class ListSynchronizationJobsRequestFilters extends $tea.Model {
|
|
16344
|
+
key?: string;
|
|
16345
|
+
values?: string[];
|
|
16346
|
+
static names(): {
|
|
16347
|
+
[key: string]: string;
|
|
16348
|
+
};
|
|
16349
|
+
static types(): {
|
|
16350
|
+
[key: string]: any;
|
|
16351
|
+
};
|
|
16352
|
+
constructor(map?: {
|
|
16353
|
+
[key: string]: any;
|
|
16354
|
+
});
|
|
16355
|
+
}
|
|
16177
16356
|
export declare class ListSynchronizationJobsResponseBodySynchronizationJobsResultGroupMemberStatisticsBinded extends $tea.Model {
|
|
16178
16357
|
/**
|
|
16179
16358
|
* @remarks
|
|
@@ -17200,6 +17379,21 @@ export declare class ListSynchronizationJobsResponseBodySynchronizationJobsResul
|
|
|
17200
17379
|
[key: string]: any;
|
|
17201
17380
|
});
|
|
17202
17381
|
}
|
|
17382
|
+
export declare class ListSynchronizationJobsResponseBodySynchronizationJobsResultUserStatisticsExported extends $tea.Model {
|
|
17383
|
+
failed?: number;
|
|
17384
|
+
skipped?: number;
|
|
17385
|
+
success?: number;
|
|
17386
|
+
total?: number;
|
|
17387
|
+
static names(): {
|
|
17388
|
+
[key: string]: string;
|
|
17389
|
+
};
|
|
17390
|
+
static types(): {
|
|
17391
|
+
[key: string]: any;
|
|
17392
|
+
};
|
|
17393
|
+
constructor(map?: {
|
|
17394
|
+
[key: string]: any;
|
|
17395
|
+
});
|
|
17396
|
+
}
|
|
17203
17397
|
export declare class ListSynchronizationJobsResponseBodySynchronizationJobsResultUserStatisticsPushed extends $tea.Model {
|
|
17204
17398
|
/**
|
|
17205
17399
|
* @remarks
|
|
@@ -17345,6 +17539,7 @@ export declare class ListSynchronizationJobsResponseBodySynchronizationJobsResul
|
|
|
17345
17539
|
* 删除结果统计
|
|
17346
17540
|
*/
|
|
17347
17541
|
deleted?: ListSynchronizationJobsResponseBodySynchronizationJobsResultUserStatisticsDeleted;
|
|
17542
|
+
exported?: ListSynchronizationJobsResponseBodySynchronizationJobsResultUserStatisticsExported;
|
|
17348
17543
|
/**
|
|
17349
17544
|
* @remarks
|
|
17350
17545
|
* 推送结果统计
|
|
@@ -17415,6 +17610,11 @@ export declare class ListSynchronizationJobsResponseBodySynchronizationJobsResul
|
|
|
17415
17610
|
});
|
|
17416
17611
|
}
|
|
17417
17612
|
export declare class ListSynchronizationJobsResponseBodySynchronizationJobs extends $tea.Model {
|
|
17613
|
+
/**
|
|
17614
|
+
* @example
|
|
17615
|
+
* 描述
|
|
17616
|
+
*/
|
|
17617
|
+
description?: string;
|
|
17418
17618
|
/**
|
|
17419
17619
|
* @remarks
|
|
17420
17620
|
* 同步任务方向
|
|
@@ -17884,6 +18084,20 @@ export declare class ObtainDomainProxyTokenResponseBodyDomainProxyToken extends
|
|
|
17884
18084
|
[key: string]: any;
|
|
17885
18085
|
});
|
|
17886
18086
|
}
|
|
18087
|
+
export declare class RunSynchronizationJobRequestSynchronizationScopeConfig extends $tea.Model {
|
|
18088
|
+
groupIds?: string[];
|
|
18089
|
+
organizationalUnitIds?: string[];
|
|
18090
|
+
userIds?: string[];
|
|
18091
|
+
static names(): {
|
|
18092
|
+
[key: string]: string;
|
|
18093
|
+
};
|
|
18094
|
+
static types(): {
|
|
18095
|
+
[key: string]: any;
|
|
18096
|
+
};
|
|
18097
|
+
constructor(map?: {
|
|
18098
|
+
[key: string]: any;
|
|
18099
|
+
});
|
|
18100
|
+
}
|
|
17887
18101
|
export declare class SetApplicationProvisioningConfigRequestCallbackProvisioningConfig extends $tea.Model {
|
|
17888
18102
|
/**
|
|
17889
18103
|
* @remarks
|
|
@@ -19711,6 +19925,21 @@ export default class Client extends OpenApi {
|
|
|
19711
19925
|
* @returns GetInstanceResponse
|
|
19712
19926
|
*/
|
|
19713
19927
|
getInstance(request: GetInstanceRequest): Promise<GetInstanceResponse>;
|
|
19928
|
+
/**
|
|
19929
|
+
* 查询实例当前生效的 License 信息
|
|
19930
|
+
*
|
|
19931
|
+
* @param request - GetInstanceLicenseRequest
|
|
19932
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
19933
|
+
* @returns GetInstanceLicenseResponse
|
|
19934
|
+
*/
|
|
19935
|
+
getInstanceLicenseWithOptions(request: GetInstanceLicenseRequest, runtime: $Util.RuntimeOptions): Promise<GetInstanceLicenseResponse>;
|
|
19936
|
+
/**
|
|
19937
|
+
* 查询实例当前生效的 License 信息
|
|
19938
|
+
*
|
|
19939
|
+
* @param request - GetInstanceLicenseRequest
|
|
19940
|
+
* @returns GetInstanceLicenseResponse
|
|
19941
|
+
*/
|
|
19942
|
+
getInstanceLicense(request: GetInstanceLicenseRequest): Promise<GetInstanceLicenseResponse>;
|
|
19714
19943
|
/**
|
|
19715
19944
|
* 查询一个专属网络端点的详细信息。
|
|
19716
19945
|
*
|