@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
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class GetBrandResponseBodyBrand extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* The brand ID.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* brand_xxxx
|
|
@@ -10,7 +10,7 @@ export declare class GetBrandResponseBodyBrand extends $dara.Model {
|
|
|
10
10
|
brandId?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
*
|
|
13
|
+
* The brand name.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* Custom Brand
|
|
@@ -18,7 +18,7 @@ export declare class GetBrandResponseBodyBrand extends $dara.Model {
|
|
|
18
18
|
brandName?: string;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
*
|
|
21
|
+
* The brand type.
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* user_custom
|
|
@@ -26,7 +26,7 @@ export declare class GetBrandResponseBodyBrand extends $dara.Model {
|
|
|
26
26
|
brandType?: string;
|
|
27
27
|
/**
|
|
28
28
|
* @remarks
|
|
29
|
-
*
|
|
29
|
+
* The instance ID.
|
|
30
30
|
*
|
|
31
31
|
* @example
|
|
32
32
|
* idaas_ue2jvisn35ea5lmthk267xxxxx
|
|
@@ -34,12 +34,28 @@ export declare class GetBrandResponseBodyBrand extends $dara.Model {
|
|
|
34
34
|
instanceId?: string;
|
|
35
35
|
/**
|
|
36
36
|
* @remarks
|
|
37
|
-
*
|
|
37
|
+
* The SMS gateway ID.
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* smsgw_01l9f0kunrrjhxxx
|
|
41
|
+
*/
|
|
42
|
+
smsGatewayId?: string;
|
|
43
|
+
/**
|
|
44
|
+
* @remarks
|
|
45
|
+
* The brand status.
|
|
38
46
|
*
|
|
39
47
|
* @example
|
|
40
48
|
* enabled
|
|
41
49
|
*/
|
|
42
50
|
status?: string;
|
|
51
|
+
/**
|
|
52
|
+
* @remarks
|
|
53
|
+
* The enabling status of system notifications.
|
|
54
|
+
*
|
|
55
|
+
* @example
|
|
56
|
+
* enabled
|
|
57
|
+
*/
|
|
58
|
+
systemNotificationStatus?: string;
|
|
43
59
|
static names(): {
|
|
44
60
|
[key: string]: string;
|
|
45
61
|
};
|
|
@@ -54,12 +70,12 @@ export declare class GetBrandResponseBodyBrand extends $dara.Model {
|
|
|
54
70
|
export declare class GetBrandResponseBody extends $dara.Model {
|
|
55
71
|
/**
|
|
56
72
|
* @remarks
|
|
57
|
-
*
|
|
73
|
+
* The brand.
|
|
58
74
|
*/
|
|
59
75
|
brand?: GetBrandResponseBodyBrand;
|
|
60
76
|
/**
|
|
61
77
|
* @remarks
|
|
62
|
-
*
|
|
78
|
+
* The request ID.
|
|
63
79
|
*
|
|
64
80
|
* @example
|
|
65
81
|
* 0441BD79-92F3-53AA-8657-F8CE4A2B912A
|
|
@@ -43,7 +43,9 @@ class GetBrandResponseBodyBrand extends $dara.Model {
|
|
|
43
43
|
brandName: 'BrandName',
|
|
44
44
|
brandType: 'BrandType',
|
|
45
45
|
instanceId: 'InstanceId',
|
|
46
|
+
smsGatewayId: 'SmsGatewayId',
|
|
46
47
|
status: 'Status',
|
|
48
|
+
systemNotificationStatus: 'SystemNotificationStatus',
|
|
47
49
|
};
|
|
48
50
|
}
|
|
49
51
|
static types() {
|
|
@@ -52,7 +54,9 @@ class GetBrandResponseBodyBrand extends $dara.Model {
|
|
|
52
54
|
brandName: 'string',
|
|
53
55
|
brandType: 'string',
|
|
54
56
|
instanceId: 'string',
|
|
57
|
+
smsGatewayId: 'string',
|
|
55
58
|
status: 'string',
|
|
59
|
+
systemNotificationStatus: 'string',
|
|
56
60
|
};
|
|
57
61
|
}
|
|
58
62
|
validate() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetBrandResponseBody.js","sourceRoot":"","sources":["../../src/models/GetBrandResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GetBrandResponseBody.js","sourceRoot":"","sources":["../../src/models/GetBrandResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;IAyDxD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;YACxB,YAAY,EAAE,cAAc;YAC5B,MAAM,EAAE,QAAQ;YAChB,wBAAwB,EAAE,0BAA0B;SACrD,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;YACpB,YAAY,EAAE,QAAQ;YACtB,MAAM,EAAE,QAAQ;YAChB,wBAAwB,EAAE,QAAQ;SACnC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxFD,8DAwFC;AAED,MAAa,oBAAqB,SAAQ,KAAK,CAAC,KAAK;IAcnD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,yBAAyB;YAChC,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,KAAK,IAAI,OAAQ,IAAI,CAAC,KAAa,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACnE,IAAI,CAAC,KAAa,CAAC,QAAQ,EAAE,CAAC;QACjC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,oDAsCC"}
|
|
@@ -10,7 +10,7 @@ export declare class GetCloudAccountResponseBodyCloudAccountCloudAccountHealthCh
|
|
|
10
10
|
errorCode?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The error
|
|
13
|
+
* The error message.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* There is no permission.
|
|
@@ -30,7 +30,7 @@ export declare class GetCloudAccountResponseBodyCloudAccountCloudAccountHealthCh
|
|
|
30
30
|
export declare class GetCloudAccountResponseBodyCloudAccountCloudAccountHealthCheckResult extends $dara.Model {
|
|
31
31
|
/**
|
|
32
32
|
* @remarks
|
|
33
|
-
* The error reason. This field
|
|
33
|
+
* The error reason. This field returns a value when the health check status is unhealthy.
|
|
34
34
|
*/
|
|
35
35
|
errorReason?: GetCloudAccountResponseBodyCloudAccountCloudAccountHealthCheckResultErrorReason;
|
|
36
36
|
/**
|
|
@@ -111,11 +111,17 @@ export declare class GetCloudAccountResponseBodyCloudAccountPrivilegeHostingErro
|
|
|
111
111
|
/**
|
|
112
112
|
* @remarks
|
|
113
113
|
* The failure error code.
|
|
114
|
+
*
|
|
115
|
+
* @example
|
|
116
|
+
* Error
|
|
114
117
|
*/
|
|
115
118
|
errorCode?: string;
|
|
116
119
|
/**
|
|
117
120
|
* @remarks
|
|
118
121
|
* The failure message.
|
|
122
|
+
*
|
|
123
|
+
* @example
|
|
124
|
+
* test message
|
|
119
125
|
*/
|
|
120
126
|
errorMessage?: string;
|
|
121
127
|
static names(): {
|
|
@@ -172,7 +178,7 @@ export declare class GetCloudAccountResponseBodyCloudAccount extends $dara.Model
|
|
|
172
178
|
cloudAccountName?: string;
|
|
173
179
|
/**
|
|
174
180
|
* @remarks
|
|
175
|
-
* The identity provider configuration.
|
|
181
|
+
* The identity provider configuration information.
|
|
176
182
|
*/
|
|
177
183
|
cloudAccountProviderConfig?: GetCloudAccountResponseBodyCloudAccountCloudAccountProviderConfig;
|
|
178
184
|
/**
|
|
@@ -183,10 +189,22 @@ export declare class GetCloudAccountResponseBodyCloudAccount extends $dara.Model
|
|
|
183
189
|
* idaas-eiam-oidc-provider
|
|
184
190
|
*/
|
|
185
191
|
cloudAccountProviderName?: string;
|
|
192
|
+
/**
|
|
193
|
+
* @remarks
|
|
194
|
+
* The cloud account role creation type.
|
|
195
|
+
*
|
|
196
|
+
* @example
|
|
197
|
+
* test
|
|
198
|
+
*/
|
|
186
199
|
cloudAccountRoleCreationType?: string;
|
|
187
200
|
/**
|
|
188
201
|
* @remarks
|
|
189
|
-
* The cloud account site.
|
|
202
|
+
* The cloud account site. Valid values:
|
|
203
|
+
* - china_mainland: The Chinese mainland.
|
|
204
|
+
* - global: Global.
|
|
205
|
+
*
|
|
206
|
+
* @example
|
|
207
|
+
* china_mainland
|
|
190
208
|
*/
|
|
191
209
|
cloudAccountSite?: string;
|
|
192
210
|
/**
|
|
@@ -235,12 +253,26 @@ export declare class GetCloudAccountResponseBodyCloudAccount extends $dara.Model
|
|
|
235
253
|
privilegeHostingError?: GetCloudAccountResponseBodyCloudAccountPrivilegeHostingError;
|
|
236
254
|
/**
|
|
237
255
|
* @remarks
|
|
238
|
-
* The
|
|
256
|
+
* The hosting state of the cloud account. The default value is hosting_unmanaged. Valid values:
|
|
257
|
+
* - hosting_unmanaged: Unmanaged. The cloud account has not initiated hosting and is in the initial state.
|
|
258
|
+
* - hosting_pending: Hosting in progress. The hosting task has been submitted and is being executed asynchronously. Wait for the hosting process to complete before the final state is reached.
|
|
259
|
+
* - hosting_completed: Hosting completed. The cloud account hosting process was executed successfully. The related permission templates and hosting bindings have taken effect.
|
|
260
|
+
* - hosting_failed: Hosting failed. The hosting process encountered an exception. View the failure reason and re-initiate hosting.
|
|
261
|
+
* - hosting_removing: Removal in progress. The removal task has been submitted and is being executed asynchronously. Wait for the removal process to complete before the final state is reached.
|
|
262
|
+
* - hosting_remove_failed: Removal failed. The removal process encountered an exception. View the failure reason and re-initiate removal.
|
|
263
|
+
*
|
|
264
|
+
* @example
|
|
265
|
+
* hosting_unmanaged
|
|
239
266
|
*/
|
|
240
267
|
privilegeHostingState?: string;
|
|
241
268
|
/**
|
|
242
269
|
* @remarks
|
|
243
|
-
* The privilege switch status
|
|
270
|
+
* The privilege switch status. Valid values:
|
|
271
|
+
* - enabled: Enabled. The resource is active and can be used normally.
|
|
272
|
+
* - disabled: Disabled. The resource is deactivated and no longer takes effect. You can re-enable it to restore functionality.
|
|
273
|
+
*
|
|
274
|
+
* @example
|
|
275
|
+
* enabled
|
|
244
276
|
*/
|
|
245
277
|
privilegeStatus?: string;
|
|
246
278
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetCloudAccountResponseBody.js","sourceRoot":"","sources":["../../src/models/GetCloudAccountResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,+EAAgF,SAAQ,KAAK,CAAC,KAAK;IAiB9G,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,YAAY,EAAE,QAAQ;SACvB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,0KAsCC;AAED,MAAa,oEAAqE,SAAQ,KAAK,CAAC,KAAK;IAyBnG,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,aAAa,EAAE,eAAe;YAC9B,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,+EAA+E;YAC5F,aAAa,EAAE,QAAQ;YACvB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,WAAW,IAAI,OAAQ,IAAI,CAAC,WAAmB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC/E,IAAI,CAAC,WAAmB,CAAC,QAAQ,EAAE,CAAC;QACvC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAnDD,oJAmDC;AAED,MAAa,iEAAkE,SAAQ,KAAK,CAAC,KAAK;IAiChG,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,qBAAqB,EAAE,uBAAuB;YAC9C,MAAM,EAAE,QAAQ;YAChB,gBAAgB,EAAE,kBAAkB;SACrC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,qBAAqB,EAAE,QAAQ;YAC/B,MAAM,EAAE,QAAQ;YAChB,gBAAgB,EAAE,QAAQ;SAC3B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1DD,8IA0DC;AAED,MAAa,4DAA6D,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GetCloudAccountResponseBody.js","sourceRoot":"","sources":["../../src/models/GetCloudAccountResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -73,6 +73,15 @@ export declare class GetCloudAccountRoleResponseBodyCloudAccountRole extends $da
|
|
|
73
73
|
* ca_01kmegjc11qa1txxxxx
|
|
74
74
|
*/
|
|
75
75
|
cloudAccountId?: string;
|
|
76
|
+
/**
|
|
77
|
+
* @remarks
|
|
78
|
+
* The creation source. Valid values:
|
|
79
|
+
* - system_init: system-created. The role is automatically generated by the platform as a preset and typically cannot be modified or deleted.
|
|
80
|
+
* - user_custom: user-created. The role is manually created by a user and can be edited and managed throughout its lifecycle.
|
|
81
|
+
*
|
|
82
|
+
* @example
|
|
83
|
+
* user_custom
|
|
84
|
+
*/
|
|
76
85
|
cloudAccountRoleCreationType?: string;
|
|
77
86
|
/**
|
|
78
87
|
* @remarks
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetCloudAccountRoleResponseBody.js","sourceRoot":"","sources":["../../src/models/GetCloudAccountRoleResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2FAA4F,SAAQ,KAAK,CAAC,KAAK;IAiB1H,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,YAAY,EAAE,QAAQ;SACvB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,kMAsCC;AAED,MAAa,gFAAiF,SAAQ,KAAK,CAAC,KAAK;IA0B/G,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,aAAa,EAAE,eAAe;YAC9B,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,2FAA2F;YACxG,aAAa,EAAE,QAAQ;YACvB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,WAAW,IAAI,OAAQ,IAAI,CAAC,WAAmB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC/E,IAAI,CAAC,WAAmB,CAAC,QAAQ,EAAE,CAAC;QACvC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApDD,4KAoDC;AAED,MAAa,+CAAgD,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GetCloudAccountRoleResponseBody.js","sourceRoot":"","sources":["../../src/models/GetCloudAccountRoleResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2FAA4F,SAAQ,KAAK,CAAC,KAAK;IAiB1H,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,YAAY,EAAE,QAAQ;SACvB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,kMAsCC;AAED,MAAa,gFAAiF,SAAQ,KAAK,CAAC,KAAK;IA0B/G,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,aAAa,EAAE,eAAe;YAC9B,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,2FAA2F;YACxG,aAAa,EAAE,QAAQ;YACvB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,WAAW,IAAI,OAAQ,IAAI,CAAC,WAAmB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC/E,IAAI,CAAC,WAAmB,CAAC,QAAQ,EAAE,CAAC;QACvC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApDD,4KAoDC;AAED,MAAa,+CAAgD,SAAQ,KAAK,CAAC,KAAK;IAyH9E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,4BAA4B,EAAE,8BAA8B;YAC5D,0BAA0B,EAAE,4BAA4B;YACxD,sBAAsB,EAAE,wBAAwB;YAChD,iCAAiC,EAAE,mCAAmC;YACtE,kBAAkB,EAAE,oBAAoB;YACxC,oBAAoB,EAAE,sBAAsB;YAC5C,oBAAoB,EAAE,sBAAsB;YAC5C,yBAAyB,EAAE,2BAA2B;YACtD,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;YACxB,4BAA4B,EAAE,QAAQ;YACtC,0BAA0B,EAAE,QAAQ;YACpC,sBAAsB,EAAE,QAAQ;YAChC,iCAAiC,EAAE,gFAAgF;YACnH,kBAAkB,EAAE,QAAQ;YAC5B,oBAAoB,EAAE,QAAQ;YAC9B,oBAAoB,EAAE,QAAQ;YAC9B,yBAAyB,EAAE,QAAQ;YACnC,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,iCAAiC,IAAI,OAAQ,IAAI,CAAC,iCAAyC,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC3H,IAAI,CAAC,iCAAyC,CAAC,QAAQ,EAAE,CAAC;QAC7D,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAzKD,0GAyKC;AAED,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;IAc9D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,gBAAgB,EAAE,kBAAkB;YACpC,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,gBAAgB,EAAE,+CAA+C;YACjE,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,gBAAgB,IAAI,OAAQ,IAAI,CAAC,gBAAwB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACzF,IAAI,CAAC,gBAAwB,CAAC,QAAQ,EAAE,CAAC;QAC5C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,0EAsCC"}
|
|
@@ -26,7 +26,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingta
|
|
|
26
26
|
corpId?: string;
|
|
27
27
|
/**
|
|
28
28
|
* @remarks
|
|
29
|
-
* The DingTalk QR code
|
|
29
|
+
* The DingTalk QR code login version.
|
|
30
30
|
*
|
|
31
31
|
* @example
|
|
32
32
|
* old_version
|
|
@@ -37,7 +37,6 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingta
|
|
|
37
37
|
* The DingTalk version. Valid values:
|
|
38
38
|
*
|
|
39
39
|
* - public_dingtalk: Standard DingTalk.
|
|
40
|
-
*
|
|
41
40
|
* - private_dingtalk: Dedicated DingTalk.
|
|
42
41
|
*
|
|
43
42
|
* @example
|
|
@@ -204,7 +203,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailEndpoi
|
|
|
204
203
|
export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLarkConfig extends $dara.Model {
|
|
205
204
|
/**
|
|
206
205
|
* @remarks
|
|
207
|
-
* The
|
|
206
|
+
* The CorpId of the Lark custom application.
|
|
208
207
|
*
|
|
209
208
|
* @example
|
|
210
209
|
* cli_a7a99f53a317100c
|
|
@@ -212,7 +211,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLarkCo
|
|
|
212
211
|
appId?: string;
|
|
213
212
|
/**
|
|
214
213
|
* @remarks
|
|
215
|
-
* The AppSecret of the Lark
|
|
214
|
+
* The AppSecret of the Lark custom application.
|
|
216
215
|
*
|
|
217
216
|
* @example
|
|
218
217
|
* ***
|
|
@@ -220,7 +219,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLarkCo
|
|
|
220
219
|
appSecret?: string;
|
|
221
220
|
/**
|
|
222
221
|
* @remarks
|
|
223
|
-
* The EncryptKey of the Lark
|
|
222
|
+
* The EncryptKey of the Lark custom application.
|
|
224
223
|
*
|
|
225
224
|
* @example
|
|
226
225
|
* VkdWw91mdkrjVFr3ObNwefap21dfbZbK
|
|
@@ -236,7 +235,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLarkCo
|
|
|
236
235
|
enterpriseNumber?: string;
|
|
237
236
|
/**
|
|
238
237
|
* @remarks
|
|
239
|
-
* The VerificationToken of the Lark
|
|
238
|
+
* The VerificationToken of the Lark custom application.
|
|
240
239
|
*
|
|
241
240
|
* @example
|
|
242
241
|
* VkdWw91mdkrjVFr3ObNwefap21dfbZbK
|
|
@@ -272,11 +271,10 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLdapCo
|
|
|
272
271
|
administratorUsername?: string;
|
|
273
272
|
/**
|
|
274
273
|
* @remarks
|
|
275
|
-
*
|
|
276
|
-
*
|
|
277
|
-
* - disabled: Disabled.
|
|
274
|
+
* Indicates whether certificate fingerprint verification is enabled. Valid values:
|
|
278
275
|
*
|
|
279
|
-
* -
|
|
276
|
+
* - disabled
|
|
277
|
+
* - enabled
|
|
280
278
|
*
|
|
281
279
|
* @example
|
|
282
280
|
* enabled
|
|
@@ -313,11 +311,11 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLdapCo
|
|
|
313
311
|
ldapServerPort?: number;
|
|
314
312
|
/**
|
|
315
313
|
* @remarks
|
|
316
|
-
*
|
|
314
|
+
* Indicates whether StartTLS is enabled. Valid values:
|
|
317
315
|
*
|
|
318
|
-
* - disabled:
|
|
316
|
+
* - disabled: StartTLS is disabled.
|
|
319
317
|
*
|
|
320
|
-
* - enabled:
|
|
318
|
+
* - enabled: StartTLS is enabled.
|
|
321
319
|
*
|
|
322
320
|
* @example
|
|
323
321
|
* enabled
|
|
@@ -451,7 +449,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailOidcCo
|
|
|
451
449
|
grantType?: string;
|
|
452
450
|
/**
|
|
453
451
|
* @remarks
|
|
454
|
-
* The PKCE
|
|
452
|
+
* The PKCE challenge method. Valid values:
|
|
455
453
|
*
|
|
456
454
|
* - S256: SHA-256.
|
|
457
455
|
*
|
|
@@ -463,7 +461,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailOidcCo
|
|
|
463
461
|
pkceChallengeMethod?: string;
|
|
464
462
|
/**
|
|
465
463
|
* @remarks
|
|
466
|
-
*
|
|
464
|
+
* Indicates whether PKCE is used in the authorization code grant mode.
|
|
467
465
|
*
|
|
468
466
|
* @example
|
|
469
467
|
* true
|
|
@@ -483,7 +481,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailOidcCo
|
|
|
483
481
|
export declare class GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfigCertificatesCertificateMetadata extends $dara.Model {
|
|
484
482
|
/**
|
|
485
483
|
* @remarks
|
|
486
|
-
* The
|
|
484
|
+
* The date after which the certificate is not valid.
|
|
487
485
|
*
|
|
488
486
|
* @example
|
|
489
487
|
* 1704067200000
|
|
@@ -491,7 +489,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailSamlCo
|
|
|
491
489
|
notAfter?: number;
|
|
492
490
|
/**
|
|
493
491
|
* @remarks
|
|
494
|
-
* The
|
|
492
|
+
* The date before which the certificate is not valid.
|
|
495
493
|
*
|
|
496
494
|
* @example
|
|
497
495
|
* 1672531200000
|
|
@@ -573,13 +571,21 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailSamlCo
|
|
|
573
571
|
maxClockSkew?: number;
|
|
574
572
|
/**
|
|
575
573
|
* @remarks
|
|
576
|
-
*
|
|
574
|
+
* Indicates whether request signing is required.
|
|
577
575
|
*
|
|
578
576
|
* @example
|
|
579
577
|
* true
|
|
580
578
|
*/
|
|
581
579
|
requireRequestSigned?: boolean;
|
|
580
|
+
/**
|
|
581
|
+
* @remarks
|
|
582
|
+
* Indicates whether the external IdP is required to sign the Assertion.
|
|
583
|
+
*/
|
|
582
584
|
wantAssertionsSigned?: boolean;
|
|
585
|
+
/**
|
|
586
|
+
* @remarks
|
|
587
|
+
* Indicates whether the external IdP is required to sign the Response.
|
|
588
|
+
*/
|
|
583
589
|
wantResponseSigned?: boolean;
|
|
584
590
|
static names(): {
|
|
585
591
|
[key: string]: string;
|
|
@@ -595,12 +601,12 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailSamlCo
|
|
|
595
601
|
export declare class GetIdentityProviderResponseBodyIdentityProviderDetailUdPullConfigUdSyncScopeConfig extends $dara.Model {
|
|
596
602
|
/**
|
|
597
603
|
* @remarks
|
|
598
|
-
* The list of
|
|
604
|
+
* The list of source nodes for synchronization.
|
|
599
605
|
*/
|
|
600
606
|
sourceScopes?: string[];
|
|
601
607
|
/**
|
|
602
608
|
* @remarks
|
|
603
|
-
* The
|
|
609
|
+
* The target node for synchronization.
|
|
604
610
|
*
|
|
605
611
|
* @example
|
|
606
612
|
* ou_123xxxx
|
|
@@ -620,11 +626,11 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailUdPull
|
|
|
620
626
|
export declare class GetIdentityProviderResponseBodyIdentityProviderDetailUdPullConfig extends $dara.Model {
|
|
621
627
|
/**
|
|
622
628
|
* @remarks
|
|
623
|
-
*
|
|
629
|
+
* Indicates whether group synchronization is enabled. Valid values:
|
|
624
630
|
*
|
|
625
|
-
* - disabled:
|
|
631
|
+
* - disabled: Group synchronization is disabled.
|
|
626
632
|
*
|
|
627
|
-
* - enabled:
|
|
633
|
+
* - enabled: Group synchronization is enabled.
|
|
628
634
|
*
|
|
629
635
|
* @example
|
|
630
636
|
* disabled
|
|
@@ -632,11 +638,11 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailUdPull
|
|
|
632
638
|
groupSyncStatus?: string;
|
|
633
639
|
/**
|
|
634
640
|
* @remarks
|
|
635
|
-
* The incremental callback status
|
|
641
|
+
* The incremental callback status, which indicates whether incremental callback data from the IdP is processed. Valid values:
|
|
636
642
|
*
|
|
637
|
-
* - disabled:
|
|
643
|
+
* - disabled: Incremental callback processing is disabled.
|
|
638
644
|
*
|
|
639
|
-
* - enabled:
|
|
645
|
+
* - enabled: Incremental callback processing is enabled.
|
|
640
646
|
*
|
|
641
647
|
* @example
|
|
642
648
|
* disabled
|
|
@@ -661,12 +667,12 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailUdPull
|
|
|
661
667
|
export declare class GetIdentityProviderResponseBodyIdentityProviderDetailUdPushConfigUdSyncScopeConfigs extends $dara.Model {
|
|
662
668
|
/**
|
|
663
669
|
* @remarks
|
|
664
|
-
* The list of
|
|
670
|
+
* The list of source nodes for synchronization.
|
|
665
671
|
*/
|
|
666
672
|
sourceScopes?: string[];
|
|
667
673
|
/**
|
|
668
674
|
* @remarks
|
|
669
|
-
* The
|
|
675
|
+
* The target node for synchronization.
|
|
670
676
|
*
|
|
671
677
|
* @example
|
|
672
678
|
* ou_123xxxx
|
|
@@ -727,7 +733,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailWeComC
|
|
|
727
733
|
authorizeCallbackDomain?: string;
|
|
728
734
|
/**
|
|
729
735
|
* @remarks
|
|
730
|
-
* The
|
|
736
|
+
* The corpId of the WeCom self-built application.
|
|
731
737
|
*
|
|
732
738
|
* @example
|
|
733
739
|
* 3562012953454577801
|
|
@@ -735,7 +741,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailWeComC
|
|
|
735
741
|
corpId?: string;
|
|
736
742
|
/**
|
|
737
743
|
* @remarks
|
|
738
|
-
* The
|
|
744
|
+
* The corpSecret of the WeCom self-built application.
|
|
739
745
|
*
|
|
740
746
|
* @example
|
|
741
747
|
* weaseiszjskejskaj12sjeszojxxxx
|
|
@@ -763,11 +769,10 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailWeComC
|
|
|
763
769
|
export declare class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara.Model {
|
|
764
770
|
/**
|
|
765
771
|
* @remarks
|
|
766
|
-
* The advanced configuration
|
|
767
|
-
*
|
|
768
|
-
* - disabled: Disabled.
|
|
772
|
+
* The advanced configuration capability. Valid values:
|
|
769
773
|
*
|
|
770
|
-
* -
|
|
774
|
+
* - disabled
|
|
775
|
+
* - enabled
|
|
771
776
|
*
|
|
772
777
|
* @example
|
|
773
778
|
* disabled
|
|
@@ -778,19 +783,12 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
|
|
|
778
783
|
* The authentication source product, such as Okta, Google, or Azure AD. Valid values:
|
|
779
784
|
*
|
|
780
785
|
* - urn:alibaba:idaas:idp:alibaba:dingtalk: DingTalk.
|
|
781
|
-
*
|
|
782
786
|
* - urn:alibaba:idaas:idp:unknown:ldap: LDAP.
|
|
783
|
-
*
|
|
784
787
|
* - urn:alibaba:idaas:idp:alibaba:idaas: Alibaba Cloud IDaaS.
|
|
785
|
-
*
|
|
786
788
|
* - urn:alibaba:idaas:idp:tencent:wecom: WeCom.
|
|
787
|
-
*
|
|
788
789
|
* - urn:alibaba:idaas:idp:bytedance:lark: Lark.
|
|
789
|
-
*
|
|
790
790
|
* - urn:alibaba:idaas:idp:microsoft:ad: Active Directory.
|
|
791
|
-
*
|
|
792
791
|
* - urn:alibaba:idaas:idp:microsoft:aad: Azure Active Directory.
|
|
793
|
-
*
|
|
794
792
|
* - urn:alibaba:idaas:idp:alibaba:sase: Alibaba Cloud SASE.
|
|
795
793
|
*
|
|
796
794
|
* @example
|
|
@@ -799,10 +797,9 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
|
|
|
799
797
|
authnSourceSupplier?: string;
|
|
800
798
|
/**
|
|
801
799
|
* @remarks
|
|
802
|
-
* The authentication
|
|
800
|
+
* The authentication type, OIDC or SAML. Valid values:
|
|
803
801
|
*
|
|
804
802
|
* - urn:alibaba:idaas:authntype:oidc: OIDC.
|
|
805
|
-
*
|
|
806
803
|
* - urn:alibaba:idaas:authntype:saml2: SAML.
|
|
807
804
|
*
|
|
808
805
|
* @example
|
|
@@ -811,11 +808,10 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
|
|
|
811
808
|
authnSourceType?: string;
|
|
812
809
|
/**
|
|
813
810
|
* @remarks
|
|
814
|
-
*
|
|
815
|
-
*
|
|
816
|
-
* - disabled: Disabled.
|
|
811
|
+
* Indicates whether the corresponding IdP supports authentication. Valid values:
|
|
817
812
|
*
|
|
818
|
-
* -
|
|
813
|
+
* - disabled
|
|
814
|
+
* - enabled
|
|
819
815
|
*
|
|
820
816
|
* @example
|
|
821
817
|
* disabled
|
|
@@ -831,7 +827,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
|
|
|
831
827
|
createTime?: number;
|
|
832
828
|
/**
|
|
833
829
|
* @remarks
|
|
834
|
-
* The
|
|
830
|
+
* The identity provider description.
|
|
835
831
|
*
|
|
836
832
|
* @example
|
|
837
833
|
* for poc test
|
|
@@ -844,7 +840,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
|
|
|
844
840
|
dingtalkAppConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkAppConfig;
|
|
845
841
|
/**
|
|
846
842
|
* @remarks
|
|
847
|
-
* The DingTalk
|
|
843
|
+
* The DingTalk provisioning configuration. This value is returned only for the DingTalk type.
|
|
848
844
|
*/
|
|
849
845
|
dingtalkProvisioningConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkProvisioningConfig;
|
|
850
846
|
/**
|
|
@@ -870,7 +866,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
|
|
|
870
866
|
identityProviderId?: string;
|
|
871
867
|
/**
|
|
872
868
|
* @remarks
|
|
873
|
-
* The
|
|
869
|
+
* The identity provider name.
|
|
874
870
|
*
|
|
875
871
|
* @example
|
|
876
872
|
* test
|
|
@@ -878,22 +874,15 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
|
|
|
878
874
|
identityProviderName?: string;
|
|
879
875
|
/**
|
|
880
876
|
* @remarks
|
|
881
|
-
* The synchronization type
|
|
877
|
+
* The identity provider synchronization type. Valid values:
|
|
882
878
|
*
|
|
883
879
|
* - urn:alibaba:idaas:idp:alibaba:dingtalk:pull: Inbound DingTalk.
|
|
884
|
-
*
|
|
885
880
|
* - urn:alibaba:idaas:idp:alibaba:dingtalk:push: Outbound DingTalk.
|
|
886
|
-
*
|
|
887
881
|
* - urn:alibaba:idaas:idp:tencent:wecom:pull: Inbound WeCom.
|
|
888
|
-
*
|
|
889
882
|
* - urn:alibaba:idaas:idp:bytedance:lark:pull: Inbound Lark.
|
|
890
|
-
*
|
|
891
883
|
* - urn:alibaba:idaas:idp:microsoft:ad:pull: Inbound AD.
|
|
892
|
-
*
|
|
893
884
|
* - urn:alibaba:idaas:idp:unknown:ldap:pull: Inbound LDAP.
|
|
894
|
-
*
|
|
895
885
|
* - urn:alibaba:idaas:idp:standard:oidc: Standard OIDC.
|
|
896
|
-
*
|
|
897
886
|
* - urn:alibaba:idaas:idp:alibaba:sase: SASE custom OIDC.
|
|
898
887
|
*
|
|
899
888
|
* @example
|
|
@@ -923,7 +912,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
|
|
|
923
912
|
lastStatusCheckJobResult?: string;
|
|
924
913
|
/**
|
|
925
914
|
* @remarks
|
|
926
|
-
* The AD/LDAP identity provider
|
|
915
|
+
* The AD/LDAP identity provider information.
|
|
927
916
|
*/
|
|
928
917
|
ldapConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailLdapConfig;
|
|
929
918
|
/**
|
|
@@ -967,11 +956,11 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
|
|
|
967
956
|
udPullConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailUdPullConfig;
|
|
968
957
|
/**
|
|
969
958
|
* @remarks
|
|
970
|
-
*
|
|
959
|
+
* Indicates whether inbound synchronization is supported. Valid values:
|
|
971
960
|
*
|
|
972
|
-
* - disabled:
|
|
961
|
+
* - disabled: Inbound synchronization is disabled.
|
|
973
962
|
*
|
|
974
|
-
* - enabled:
|
|
963
|
+
* - enabled: Inbound synchronization is enabled.
|
|
975
964
|
*
|
|
976
965
|
* @example
|
|
977
966
|
* disabled
|
|
@@ -984,11 +973,11 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
|
|
|
984
973
|
udPushConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailUdPushConfig;
|
|
985
974
|
/**
|
|
986
975
|
* @remarks
|
|
987
|
-
*
|
|
976
|
+
* Indicates whether outbound synchronization is enabled. Valid values:
|
|
988
977
|
*
|
|
989
|
-
* - disabled:
|
|
978
|
+
* - disabled: Outbound synchronization is disabled.
|
|
990
979
|
*
|
|
991
|
-
* - enabled:
|
|
980
|
+
* - enabled: Outbound synchronization is enabled.
|
|
992
981
|
*
|
|
993
982
|
* @example
|
|
994
983
|
* disabled
|