@alicloud/eiam20211201 2.17.0 → 2.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/dist/client.d.ts +86 -86
  2. package/dist/client.js +86 -86
  3. package/dist/models/AddUserToOrganizationalUnitsRequest.d.ts +1 -1
  4. package/dist/models/AddUsersToGroupRequest.d.ts +1 -1
  5. package/dist/models/CreateGroupRequest.d.ts +4 -4
  6. package/dist/models/CreateGroupResponseBody.d.ts +2 -2
  7. package/dist/models/CreateIdentityProviderRequest.d.ts +125 -132
  8. package/dist/models/CreateIdentityProviderRequest.js.map +1 -1
  9. package/dist/models/CreateIdentityProviderResponseBody.d.ts +2 -2
  10. package/dist/models/CreateOrganizationalUnitRequest.d.ts +5 -5
  11. package/dist/models/CreateOrganizationalUnitResponseBody.d.ts +2 -2
  12. package/dist/models/CreateUserRequest.d.ts +24 -29
  13. package/dist/models/CreateUserRequest.js.map +1 -1
  14. package/dist/models/CreateUserResponseBody.d.ts +1 -1
  15. package/dist/models/DeleteGroupRequest.d.ts +2 -2
  16. package/dist/models/DeleteGroupResponseBody.d.ts +1 -1
  17. package/dist/models/DeleteIdentityProviderRequest.d.ts +2 -2
  18. package/dist/models/DeleteOrganizationalUnitChildrenRequest.d.ts +2 -2
  19. package/dist/models/DeleteOrganizationalUnitChildrenResponseBody.d.ts +1 -1
  20. package/dist/models/DeleteOrganizationalUnitRequest.d.ts +1 -1
  21. package/dist/models/DisableIdentityProviderUdPullRequest.d.ts +2 -2
  22. package/dist/models/DisableIdentityProviderUdPullResponseBody.d.ts +1 -1
  23. package/dist/models/DisableUserRequest.d.ts +1 -1
  24. package/dist/models/EnableIdentityProviderAuthnRequest.d.ts +1 -1
  25. package/dist/models/EnableIdentityProviderUdPullRequest.d.ts +2 -2
  26. package/dist/models/EnableIdentityProviderUdPullResponseBody.d.ts +1 -1
  27. package/dist/models/GetAuthorizationServerRequest.d.ts +2 -2
  28. package/dist/models/GetAuthorizationServerResponseBody.d.ts +28 -11
  29. package/dist/models/GetAuthorizationServerResponseBody.js.map +1 -1
  30. package/dist/models/GetCloudAccountRequest.d.ts +1 -1
  31. package/dist/models/GetCloudAccountResponseBody.d.ts +23 -26
  32. package/dist/models/GetCloudAccountResponseBody.js +2 -0
  33. package/dist/models/GetCloudAccountResponseBody.js.map +1 -1
  34. package/dist/models/GetGroupResponseBody.d.ts +9 -10
  35. package/dist/models/GetGroupResponseBody.js.map +1 -1
  36. package/dist/models/GetIdentityProviderResponseBody.d.ts +115 -115
  37. package/dist/models/GetIdentityProviderUdPullConfigurationRequest.d.ts +1 -1
  38. package/dist/models/GetIdentityProviderUdPullConfigurationResponseBody.d.ts +31 -31
  39. package/dist/models/GetOrganizationalUnitRequest.d.ts +2 -2
  40. package/dist/models/GetOrganizationalUnitResponseBody.d.ts +20 -23
  41. package/dist/models/GetOrganizationalUnitResponseBody.js.map +1 -1
  42. package/dist/models/GetResourceServerScopeRequest.d.ts +1 -1
  43. package/dist/models/GetResourceServerScopeResponseBody.d.ts +5 -5
  44. package/dist/models/GetUserRequest.d.ts +2 -2
  45. package/dist/models/GetUserResponseBody.d.ts +39 -41
  46. package/dist/models/GetUserResponseBody.js.map +1 -1
  47. package/dist/models/ListApplicationsForGroupRequest.d.ts +5 -5
  48. package/dist/models/ListApplicationsForGroupResponseBody.d.ts +10 -11
  49. package/dist/models/ListApplicationsForGroupResponseBody.js.map +1 -1
  50. package/dist/models/ListApplicationsForOrganizationalUnitRequest.d.ts +3 -3
  51. package/dist/models/ListApplicationsForOrganizationalUnitResponseBody.d.ts +4 -4
  52. package/dist/models/ListCloudAccountsRequest.d.ts +9 -11
  53. package/dist/models/ListCloudAccountsRequest.js.map +1 -1
  54. package/dist/models/ListCloudAccountsResponseBody.d.ts +24 -28
  55. package/dist/models/ListCloudAccountsResponseBody.js +2 -0
  56. package/dist/models/ListCloudAccountsResponseBody.js.map +1 -1
  57. package/dist/models/ListConditionalAccessPoliciesForApplicationRequest.d.ts +2 -2
  58. package/dist/models/ListConditionalAccessPoliciesForApplicationResponseBody.d.ts +33 -33
  59. package/dist/models/ListEventTypesRequest.d.ts +2 -2
  60. package/dist/models/ListEventTypesResponseBody.d.ts +4 -4
  61. package/dist/models/ListGroupsForUserRequest.d.ts +2 -2
  62. package/dist/models/ListGroupsForUserResponseBody.d.ts +17 -5
  63. package/dist/models/ListGroupsForUserResponseBody.js.map +1 -1
  64. package/dist/models/ListGroupsRequest.d.ts +7 -7
  65. package/dist/models/ListGroupsResponseBody.d.ts +13 -12
  66. package/dist/models/ListGroupsResponseBody.js.map +1 -1
  67. package/dist/models/ListIdentityProvidersRequest.d.ts +4 -4
  68. package/dist/models/ListIdentityProvidersResponseBody.d.ts +31 -31
  69. package/dist/models/ListInstancesRequest.d.ts +4 -1
  70. package/dist/models/ListInstancesRequest.js.map +1 -1
  71. package/dist/models/ListInstancesResponseBody.d.ts +33 -5
  72. package/dist/models/ListInstancesResponseBody.js.map +1 -1
  73. package/dist/models/ListOrganizationalUnitParentsRequest.d.ts +1 -1
  74. package/dist/models/ListOrganizationalUnitParentsResponseBody.d.ts +3 -3
  75. package/dist/models/ListUsersRequest.d.ts +24 -31
  76. package/dist/models/ListUsersRequest.js.map +1 -1
  77. package/dist/models/ListUsersResponseBody.d.ts +32 -38
  78. package/dist/models/ListUsersResponseBody.js.map +1 -1
  79. package/dist/models/ObtainDomainProxyTokenRequest.d.ts +2 -2
  80. package/dist/models/ObtainDomainProxyTokenResponseBody.d.ts +10 -11
  81. package/dist/models/ObtainDomainProxyTokenResponseBody.js.map +1 -1
  82. package/dist/models/SetDefaultDomainRequest.d.ts +1 -1
  83. package/dist/models/SetIdentityProviderAuthnConfigurationRequest.d.ts +18 -18
  84. package/dist/models/SetIdentityProviderUdPullConfigurationRequest.d.ts +21 -22
  85. package/dist/models/SetIdentityProviderUdPullConfigurationRequest.js.map +1 -1
  86. package/dist/models/UpdateConditionalAccessPolicyDescriptionRequest.d.ts +2 -2
  87. package/dist/models/UpdateConditionalAccessPolicyRequest.d.ts +14 -14
  88. package/dist/models/UpdateIdentityProviderRequest.d.ts +53 -89
  89. package/dist/models/UpdateIdentityProviderRequest.js.map +1 -1
  90. package/dist/models/UpdateIdentityProviderResponseBody.d.ts +1 -1
  91. package/dist/models/UpdateNetworkZoneRequest.d.ts +2 -2
  92. package/dist/models/UpdateUserRequest.d.ts +13 -16
  93. package/dist/models/UpdateUserRequest.js.map +1 -1
  94. package/package.json +1 -1
  95. package/src/client.ts +86 -86
  96. package/src/models/AddUserToOrganizationalUnitsRequest.ts +1 -1
  97. package/src/models/AddUsersToGroupRequest.ts +1 -1
  98. package/src/models/CreateGroupRequest.ts +4 -4
  99. package/src/models/CreateGroupResponseBody.ts +2 -2
  100. package/src/models/CreateIdentityProviderRequest.ts +125 -132
  101. package/src/models/CreateIdentityProviderResponseBody.ts +2 -2
  102. package/src/models/CreateOrganizationalUnitRequest.ts +5 -5
  103. package/src/models/CreateOrganizationalUnitResponseBody.ts +2 -2
  104. package/src/models/CreateUserRequest.ts +24 -29
  105. package/src/models/CreateUserResponseBody.ts +1 -1
  106. package/src/models/DeleteGroupRequest.ts +2 -2
  107. package/src/models/DeleteGroupResponseBody.ts +1 -1
  108. package/src/models/DeleteIdentityProviderRequest.ts +2 -2
  109. package/src/models/DeleteOrganizationalUnitChildrenRequest.ts +2 -2
  110. package/src/models/DeleteOrganizationalUnitChildrenResponseBody.ts +1 -1
  111. package/src/models/DeleteOrganizationalUnitRequest.ts +1 -1
  112. package/src/models/DisableIdentityProviderUdPullRequest.ts +2 -2
  113. package/src/models/DisableIdentityProviderUdPullResponseBody.ts +1 -1
  114. package/src/models/DisableUserRequest.ts +1 -1
  115. package/src/models/EnableIdentityProviderAuthnRequest.ts +1 -1
  116. package/src/models/EnableIdentityProviderUdPullRequest.ts +2 -2
  117. package/src/models/EnableIdentityProviderUdPullResponseBody.ts +1 -1
  118. package/src/models/GetAuthorizationServerRequest.ts +2 -2
  119. package/src/models/GetAuthorizationServerResponseBody.ts +28 -11
  120. package/src/models/GetCloudAccountRequest.ts +1 -1
  121. package/src/models/GetCloudAccountResponseBody.ts +25 -26
  122. package/src/models/GetGroupResponseBody.ts +9 -10
  123. package/src/models/GetIdentityProviderResponseBody.ts +115 -115
  124. package/src/models/GetIdentityProviderUdPullConfigurationRequest.ts +1 -1
  125. package/src/models/GetIdentityProviderUdPullConfigurationResponseBody.ts +31 -31
  126. package/src/models/GetOrganizationalUnitRequest.ts +2 -2
  127. package/src/models/GetOrganizationalUnitResponseBody.ts +20 -23
  128. package/src/models/GetResourceServerScopeRequest.ts +1 -1
  129. package/src/models/GetResourceServerScopeResponseBody.ts +5 -5
  130. package/src/models/GetUserRequest.ts +2 -2
  131. package/src/models/GetUserResponseBody.ts +39 -41
  132. package/src/models/ListApplicationsForGroupRequest.ts +5 -5
  133. package/src/models/ListApplicationsForGroupResponseBody.ts +10 -11
  134. package/src/models/ListApplicationsForOrganizationalUnitRequest.ts +3 -3
  135. package/src/models/ListApplicationsForOrganizationalUnitResponseBody.ts +4 -4
  136. package/src/models/ListCloudAccountsRequest.ts +9 -11
  137. package/src/models/ListCloudAccountsResponseBody.ts +26 -28
  138. package/src/models/ListConditionalAccessPoliciesForApplicationRequest.ts +2 -2
  139. package/src/models/ListConditionalAccessPoliciesForApplicationResponseBody.ts +33 -33
  140. package/src/models/ListEventTypesRequest.ts +2 -2
  141. package/src/models/ListEventTypesResponseBody.ts +4 -4
  142. package/src/models/ListGroupsForUserRequest.ts +2 -2
  143. package/src/models/ListGroupsForUserResponseBody.ts +17 -5
  144. package/src/models/ListGroupsRequest.ts +7 -7
  145. package/src/models/ListGroupsResponseBody.ts +13 -12
  146. package/src/models/ListIdentityProvidersRequest.ts +4 -4
  147. package/src/models/ListIdentityProvidersResponseBody.ts +31 -31
  148. package/src/models/ListInstancesRequest.ts +4 -1
  149. package/src/models/ListInstancesResponseBody.ts +33 -5
  150. package/src/models/ListOrganizationalUnitParentsRequest.ts +1 -1
  151. package/src/models/ListOrganizationalUnitParentsResponseBody.ts +3 -3
  152. package/src/models/ListUsersRequest.ts +24 -31
  153. package/src/models/ListUsersResponseBody.ts +32 -38
  154. package/src/models/ObtainDomainProxyTokenRequest.ts +2 -2
  155. package/src/models/ObtainDomainProxyTokenResponseBody.ts +10 -11
  156. package/src/models/SetDefaultDomainRequest.ts +1 -1
  157. package/src/models/SetIdentityProviderAuthnConfigurationRequest.ts +18 -18
  158. package/src/models/SetIdentityProviderUdPullConfigurationRequest.ts +21 -22
  159. package/src/models/UpdateConditionalAccessPolicyDescriptionRequest.ts +2 -2
  160. package/src/models/UpdateConditionalAccessPolicyRequest.ts +14 -14
  161. package/src/models/UpdateIdentityProviderRequest.ts +53 -89
  162. package/src/models/UpdateIdentityProviderResponseBody.ts +1 -1
  163. package/src/models/UpdateNetworkZoneRequest.ts +2 -2
  164. package/src/models/UpdateUserRequest.ts +13 -16
@@ -2,11 +2,10 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class CreateIdentityProviderRequestAuthnConfig extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * Specifies whether the IdP supports authentication. Valid values:
5
+ * Whether the corresponding IdP supports authentication. Valid values:
6
+ * - Disabled: disabled
6
7
  *
7
- * - disabled
8
- *
9
- * - enabled
8
+ * - Enabled: enabled
10
9
  *
11
10
  * @example
12
11
  * enabled
@@ -14,11 +13,10 @@ export declare class CreateIdentityProviderRequestAuthnConfig extends $dara.Mode
14
13
  authnStatus?: string;
15
14
  /**
16
15
  * @remarks
17
- * Specifies whether to automatically update passwords. Valid values:
18
- *
19
- * - disabled
16
+ * Whether automatic password update is supported. Valid values:
17
+ * - Disabled: disabled
20
18
  *
21
- * - enabled
19
+ * - Enabled: enabled
22
20
  *
23
21
  * @example
24
22
  * enabled
@@ -38,11 +36,10 @@ export declare class CreateIdentityProviderRequestAuthnConfig extends $dara.Mode
38
36
  export declare class CreateIdentityProviderRequestAutoCreateUserConfig extends $dara.Model {
39
37
  /**
40
38
  * @remarks
41
- * Specifies whether to automatically create accounts. Valid values:
39
+ * Whether automatic account creation is enabled. Valid values:
40
+ * - Disabled: disabled
42
41
  *
43
- * - disabled
44
- *
45
- * - enabled
42
+ * - Enabled: enabled
46
43
  *
47
44
  * @example
48
45
  * disabled
@@ -50,7 +47,7 @@ export declare class CreateIdentityProviderRequestAutoCreateUserConfig extends $
50
47
  autoCreateUserStatus?: string;
51
48
  /**
52
49
  * @remarks
53
- * The collection of target organizational unit IDs.
50
+ * Set of target organizational unit IDs.
54
51
  */
55
52
  targetOrganizationalUnitIds?: string[];
56
53
  static names(): {
@@ -67,11 +64,10 @@ export declare class CreateIdentityProviderRequestAutoCreateUserConfig extends $
67
64
  export declare class CreateIdentityProviderRequestAutoUpdateUserConfig extends $dara.Model {
68
65
  /**
69
66
  * @remarks
70
- * Specifies whether to automatically update accounts. Valid values:
71
- *
72
- * - disabled
67
+ * Whether automatic account update is enabled. Valid values:
68
+ * - Disabled: disabled
73
69
  *
74
- * - enabled
70
+ * - Enabled: enabled
75
71
  *
76
72
  * @example
77
73
  * disabled
@@ -91,11 +87,11 @@ export declare class CreateIdentityProviderRequestAutoUpdateUserConfig extends $
91
87
  export declare class CreateIdentityProviderRequestBindingConfigAutoMatchUserProfileExpressions extends $dara.Model {
92
88
  /**
93
89
  * @remarks
94
- * The type of the expression. Valid values:
90
+ * Expression type. Valid values:
95
91
  *
96
- * - field
92
+ * - Field: field
97
93
  *
98
- * - expression
94
+ * - Expression: expression
99
95
  *
100
96
  * @example
101
97
  * field
@@ -103,7 +99,7 @@ export declare class CreateIdentityProviderRequestBindingConfigAutoMatchUserProf
103
99
  expressionMappingType?: string;
104
100
  /**
105
101
  * @remarks
106
- * The expression for the value of the mapped attribute.
102
+ * Mapping attribute value expression.
107
103
  *
108
104
  * @example
109
105
  * idpUser.phoneNumber
@@ -111,7 +107,7 @@ export declare class CreateIdentityProviderRequestBindingConfigAutoMatchUserProf
111
107
  sourceValueExpression?: string;
112
108
  /**
113
109
  * @remarks
114
- * The name of the target mapped attribute.
110
+ * Mapping target attribute name.
115
111
  *
116
112
  * @example
117
113
  * user.username
@@ -119,7 +115,7 @@ export declare class CreateIdentityProviderRequestBindingConfigAutoMatchUserProf
119
115
  targetField?: string;
120
116
  /**
121
117
  * @remarks
122
- * The name of the mapping\\"s target property.
118
+ * Mapping target attribute description.
123
119
  *
124
120
  * @example
125
121
  * username
@@ -139,16 +135,16 @@ export declare class CreateIdentityProviderRequestBindingConfigAutoMatchUserProf
139
135
  export declare class CreateIdentityProviderRequestBindingConfig extends $dara.Model {
140
136
  /**
141
137
  * @remarks
142
- * The list of rules for automatically matching accounts.
138
+ * List of rules for automatic account matching.
143
139
  */
144
140
  autoMatchUserProfileExpressions?: CreateIdentityProviderRequestBindingConfigAutoMatchUserProfileExpressions[];
145
141
  /**
146
142
  * @remarks
147
- * Specifies whether to automatically match accounts. Valid values:
143
+ * Whether automatic account matching is enabled. Valid values:
148
144
  *
149
- * - disabled
145
+ * - Disabled: disabled
150
146
  *
151
- * - enabled
147
+ * - Enabled: enabled
152
148
  *
153
149
  * @example
154
150
  * disabled
@@ -156,11 +152,10 @@ export declare class CreateIdentityProviderRequestBindingConfig extends $dara.Mo
156
152
  autoMatchUserStatus?: string;
157
153
  /**
158
154
  * @remarks
159
- * Specifies whether to allow users to manually bind accounts. Valid values:
155
+ * Whether the manual account binding feature is enabled. Valid values:
156
+ * - Disabled: disabled
160
157
  *
161
- * - disabled
162
- *
163
- * - enabled
158
+ * - Enabled: enabled
164
159
  *
165
160
  * @example
166
161
  * enabled
@@ -180,7 +175,7 @@ export declare class CreateIdentityProviderRequestBindingConfig extends $dara.Mo
180
175
  export declare class CreateIdentityProviderRequestDingtalkAppConfig extends $dara.Model {
181
176
  /**
182
177
  * @remarks
183
- * The AppKey of the DingTalk application.
178
+ * AppKey of the DingTalk first-party application.
184
179
  *
185
180
  * @example
186
181
  * Xczngvfemo4e
@@ -188,7 +183,7 @@ export declare class CreateIdentityProviderRequestDingtalkAppConfig extends $dar
188
183
  appKey?: string;
189
184
  /**
190
185
  * @remarks
191
- * The AppSecret of the DingTalk application.
186
+ * AppSecret of the DingTalk first-party application.
192
187
  *
193
188
  * @example
194
189
  * 5d405a12a6f84ad4ab05ee09axxxx
@@ -196,7 +191,7 @@ export declare class CreateIdentityProviderRequestDingtalkAppConfig extends $dar
196
191
  appSecret?: string;
197
192
  /**
198
193
  * @remarks
199
- * The CorpId of the DingTalk application.
194
+ * CorpId of the DingTalk first-party application.
200
195
  *
201
196
  * @example
202
197
  * 307568042478613xxxx
@@ -204,11 +199,11 @@ export declare class CreateIdentityProviderRequestDingtalkAppConfig extends $dar
204
199
  corpId?: string;
205
200
  /**
206
201
  * @remarks
207
- * The DingTalk version. Valid values:
202
+ * DingTalk version. Valid values:
208
203
  *
209
- * - public_dingtalk: Standard DingTalk
204
+ * - Standard DingTalk: public_dingtalk
210
205
  *
211
- * - private_dingtalk: Enterprise DingTalk
206
+ * - Exclusive DingTalk: private_dingtalk
212
207
  *
213
208
  * @example
214
209
  * public_dingtalk
@@ -216,7 +211,7 @@ export declare class CreateIdentityProviderRequestDingtalkAppConfig extends $dar
216
211
  dingtalkVersion?: string;
217
212
  /**
218
213
  * @remarks
219
- * The EncryptKey of the DingTalk application.
214
+ * DingTalk application EncryptKey.
220
215
  *
221
216
  * @example
222
217
  * VkdWw91mdkrjVFr3ObNwefap21dfxxxx
@@ -224,7 +219,7 @@ export declare class CreateIdentityProviderRequestDingtalkAppConfig extends $dar
224
219
  encryptKey?: string;
225
220
  /**
226
221
  * @remarks
227
- * The VerificationToken of the DingTalk application.
222
+ * DingTalk application VerificationToken.
228
223
  *
229
224
  * @example
230
225
  * myDingApp_VerifyTokenxxxxx
@@ -244,7 +239,7 @@ export declare class CreateIdentityProviderRequestDingtalkAppConfig extends $dar
244
239
  export declare class CreateIdentityProviderRequestLarkConfig extends $dara.Model {
245
240
  /**
246
241
  * @remarks
247
- * The AppId of the Lark application.
242
+ * Lark application AppId.
248
243
  *
249
244
  * @example
250
245
  * cli_xxxx
@@ -252,7 +247,7 @@ export declare class CreateIdentityProviderRequestLarkConfig extends $dara.Model
252
247
  appId?: string;
253
248
  /**
254
249
  * @remarks
255
- * The App Secret of the Lark application.
250
+ * Lark application Secret.
256
251
  *
257
252
  * @example
258
253
  * KiiLzh5Dueh4wbLxxxx
@@ -260,7 +255,7 @@ export declare class CreateIdentityProviderRequestLarkConfig extends $dara.Model
260
255
  appSecret?: string;
261
256
  /**
262
257
  * @remarks
263
- * The EncryptKey of the custom Lark application.
258
+ * EncryptKey of the Lark self-built application.
264
259
  *
265
260
  * @example
266
261
  * VkdWw91mdkrjVFr3ObNwefap21dfxxxx
@@ -268,7 +263,7 @@ export declare class CreateIdentityProviderRequestLarkConfig extends $dara.Model
268
263
  encryptKey?: string;
269
264
  /**
270
265
  * @remarks
271
- * The enterprise code of Lark.
266
+ * Lark enterprise code.
272
267
  *
273
268
  * @example
274
269
  * FSX123111xxx
@@ -276,7 +271,7 @@ export declare class CreateIdentityProviderRequestLarkConfig extends $dara.Model
276
271
  enterpriseNumber?: string;
277
272
  /**
278
273
  * @remarks
279
- * The VerificationToken of the custom Lark application.
274
+ * VerificationToken of the Lark self-built application.
280
275
  *
281
276
  * @example
282
277
  * feishuVerifyTokenxxxxx
@@ -296,7 +291,7 @@ export declare class CreateIdentityProviderRequestLarkConfig extends $dara.Model
296
291
  export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
297
292
  /**
298
293
  * @remarks
299
- * The administrator password.
294
+ * Administrator password.
300
295
  *
301
296
  * @example
302
297
  * xxxx
@@ -304,7 +299,7 @@ export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model
304
299
  administratorPassword?: string;
305
300
  /**
306
301
  * @remarks
307
- * The administrator account.
302
+ * Administrator account.
308
303
  *
309
304
  * @example
310
305
  * DC=example,DC=com
@@ -312,11 +307,11 @@ export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model
312
307
  administratorUsername?: string;
313
308
  /**
314
309
  * @remarks
315
- * Specifies whether to verify the certificate fingerprint. Valid values:
310
+ * Whether to verify certificate fingerprint. Valid values:
316
311
  *
317
- * - disabled
312
+ * - Disabled: disabled
318
313
  *
319
- * - enabled
314
+ * - Enabled: enabled
320
315
  *
321
316
  * @example
322
317
  * enabled
@@ -324,12 +319,12 @@ export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model
324
319
  certificateFingerprintStatus?: string;
325
320
  /**
326
321
  * @remarks
327
- * The list of certificate fingerprints.
322
+ * Certificate fingerprint list.
328
323
  */
329
324
  certificateFingerprints?: string[];
330
325
  /**
331
326
  * @remarks
332
- * The group member identifier.
327
+ * Group member attribute.
333
328
  *
334
329
  * @example
335
330
  * member
@@ -337,7 +332,7 @@ export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model
337
332
  groupMemberAttributeName?: string;
338
333
  /**
339
334
  * @remarks
340
- * The objectClass for groups.
335
+ * Group ObjectClass.
341
336
  *
342
337
  * @example
343
338
  * group
@@ -345,7 +340,7 @@ export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model
345
340
  groupObjectClass?: string;
346
341
  /**
347
342
  * @remarks
348
- * The custom filter for groups.
343
+ * Group custom filter.
349
344
  *
350
345
  * @example
351
346
  * (|(cn=test)(group=test@test.com))
@@ -353,7 +348,7 @@ export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model
353
348
  groupObjectClassCustomFilter?: string;
354
349
  /**
355
350
  * @remarks
356
- * The communication protocol.
351
+ * Communication protocol.
357
352
  *
358
353
  * @example
359
354
  * ldap
@@ -361,7 +356,7 @@ export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model
361
356
  ldapProtocol?: string;
362
357
  /**
363
358
  * @remarks
364
- * The address of the AD/LDAP server.
359
+ * AD/LDAP server address.
365
360
  *
366
361
  * @example
367
362
  * 123.xx.xx.89
@@ -369,7 +364,7 @@ export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model
369
364
  ldapServerHost?: string;
370
365
  /**
371
366
  * @remarks
372
- * The port number of the AD/LDAP server.
367
+ * AD/LDAP port number.
373
368
  *
374
369
  * @example
375
370
  * 636
@@ -377,7 +372,7 @@ export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model
377
372
  ldapServerPort?: number;
378
373
  /**
379
374
  * @remarks
380
- * The objectClass for organizational units.
375
+ * Organization ObjectClass.
381
376
  *
382
377
  * @example
383
378
  * organizationUnit,top
@@ -385,7 +380,7 @@ export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model
385
380
  organizationUnitObjectClass?: string;
386
381
  /**
387
382
  * @remarks
388
- * The RDN for organizational units.
383
+ * Organization RDN.
389
384
  *
390
385
  * @example
391
386
  * ou
@@ -393,7 +388,7 @@ export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model
393
388
  organizationalUnitRdn?: string;
394
389
  /**
395
390
  * @remarks
396
- * The switch for password synchronization.
391
+ * Password synchronization switch.
397
392
  *
398
393
  * @example
399
394
  * enabled
@@ -401,11 +396,10 @@ export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model
401
396
  passwordSyncStatus?: string;
402
397
  /**
403
398
  * @remarks
404
- * Specifies whether to enable StartTLS. Valid values:
405
- *
406
- * - disabled
399
+ * Whether startTLS is enabled. Valid values:
400
+ * - Disabled: disabled
407
401
  *
408
- * - enabled
402
+ * - Enabled: enabled
409
403
  *
410
404
  * @example
411
405
  * enabled
@@ -413,7 +407,7 @@ export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model
413
407
  startTlsStatus?: string;
414
408
  /**
415
409
  * @remarks
416
- * The user logon identifier.
410
+ * User login identifier.
417
411
  *
418
412
  * @example
419
413
  * userPrincipalName, mail
@@ -421,7 +415,7 @@ export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model
421
415
  userLoginIdentifier?: string;
422
416
  /**
423
417
  * @remarks
424
- * The objectClass for users.
418
+ * User ObjectClass.
425
419
  *
426
420
  * @example
427
421
  * person,user
@@ -429,7 +423,7 @@ export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model
429
423
  userObjectClass?: string;
430
424
  /**
431
425
  * @remarks
432
- * The custom filter for users.
426
+ * User custom filter.
433
427
  *
434
428
  * @example
435
429
  * (|(cn=test)(mail=test@test.com))
@@ -437,7 +431,7 @@ export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model
437
431
  userObjectClassCustomFilter?: string;
438
432
  /**
439
433
  * @remarks
440
- * The RDN for users.
434
+ * User RDN.
441
435
  *
442
436
  * @example
443
437
  * cn
@@ -457,7 +451,7 @@ export declare class CreateIdentityProviderRequestLdapConfig extends $dara.Model
457
451
  export declare class CreateIdentityProviderRequestOidcConfigAuthnParam extends $dara.Model {
458
452
  /**
459
453
  * @remarks
460
- * The OIDC authentication method. Valid values:
454
+ * OIDC authentication method. Valid values:
461
455
  *
462
456
  * - client_secret_basic
463
457
  *
@@ -469,7 +463,7 @@ export declare class CreateIdentityProviderRequestOidcConfigAuthnParam extends $
469
463
  authnMethod?: string;
470
464
  /**
471
465
  * @remarks
472
- * The OIDC client ID.
466
+ * OIDC client ID.
473
467
  *
474
468
  * @example
475
469
  * mkv7rgt4d7i4u7zqtzev2mxxxx
@@ -477,7 +471,7 @@ export declare class CreateIdentityProviderRequestOidcConfigAuthnParam extends $
477
471
  clientId?: string;
478
472
  /**
479
473
  * @remarks
480
- * The OpenID Connect (OIDC) client secret.
474
+ * OIDC client secret.
481
475
  *
482
476
  * @example
483
477
  * CSEHDddddddxxxxuxkJEHPveWRXBGqVqRsxxxx
@@ -497,7 +491,7 @@ export declare class CreateIdentityProviderRequestOidcConfigAuthnParam extends $
497
491
  export declare class CreateIdentityProviderRequestOidcConfigEndpointConfig extends $dara.Model {
498
492
  /**
499
493
  * @remarks
500
- * The OIDC authorization endpoint.
494
+ * OIDC authorization endpoint.
501
495
  *
502
496
  * @example
503
497
  * https://example.com/auth/authorize
@@ -505,7 +499,7 @@ export declare class CreateIdentityProviderRequestOidcConfigEndpointConfig exten
505
499
  authorizationEndpoint?: string;
506
500
  /**
507
501
  * @remarks
508
- * The OIDC issuer.
502
+ * OIDC issuer.
509
503
  *
510
504
  * @example
511
505
  * https://example.com/auth
@@ -513,7 +507,7 @@ export declare class CreateIdentityProviderRequestOidcConfigEndpointConfig exten
513
507
  issuer?: string;
514
508
  /**
515
509
  * @remarks
516
- * The OIDC JWKS URI.
510
+ * OIDC JWKS URI.
517
511
  *
518
512
  * @example
519
513
  * https://example.com/auth/jwks
@@ -521,7 +515,7 @@ export declare class CreateIdentityProviderRequestOidcConfigEndpointConfig exten
521
515
  jwksUri?: string;
522
516
  /**
523
517
  * @remarks
524
- * The OIDC token endpoint.
518
+ * OIDC token endpoint.
525
519
  *
526
520
  * @example
527
521
  * https://example.com/auth/token
@@ -529,7 +523,7 @@ export declare class CreateIdentityProviderRequestOidcConfigEndpointConfig exten
529
523
  tokenEndpoint?: string;
530
524
  /**
531
525
  * @remarks
532
- * The OIDC user information endpoint.
526
+ * OIDC UserInfo endpoint.
533
527
  *
534
528
  * @example
535
529
  * https://example.com/auth/userinfo
@@ -549,17 +543,17 @@ export declare class CreateIdentityProviderRequestOidcConfigEndpointConfig exten
549
543
  export declare class CreateIdentityProviderRequestOidcConfig extends $dara.Model {
550
544
  /**
551
545
  * @remarks
552
- * The OIDC client authentication configurations.
546
+ * OIDC client authentication configuration.
553
547
  */
554
548
  authnParam?: CreateIdentityProviderRequestOidcConfigAuthnParam;
555
549
  /**
556
550
  * @remarks
557
- * The OIDC endpoint configurations.
551
+ * OIDC endpoint configuration.
558
552
  */
559
553
  endpointConfig?: CreateIdentityProviderRequestOidcConfigEndpointConfig;
560
554
  /**
561
555
  * @remarks
562
- * The collection of OIDC authorization scopes.
556
+ * OIDC grant scopes.
563
557
  *
564
558
  * @example
565
559
  * openid
@@ -567,7 +561,7 @@ export declare class CreateIdentityProviderRequestOidcConfig extends $dara.Model
567
561
  grantScopes?: string[];
568
562
  /**
569
563
  * @remarks
570
- * The OIDC grant type.
564
+ * OIDC grant type.
571
565
  *
572
566
  * @example
573
567
  * authorization_code
@@ -575,11 +569,11 @@ export declare class CreateIdentityProviderRequestOidcConfig extends $dara.Model
575
569
  grantType?: string;
576
570
  /**
577
571
  * @remarks
578
- * The PKCE algorithm. Valid values:
572
+ * PKCE algorithm. Valid values:
579
573
  *
580
- * - S256: SHA256
574
+ * - SHA256: S256
581
575
  *
582
- * - plain: Plaintext
576
+ * - Plain text: plain
583
577
  *
584
578
  * @example
585
579
  * S256
@@ -587,7 +581,7 @@ export declare class CreateIdentityProviderRequestOidcConfig extends $dara.Model
587
581
  pkceChallengeMethod?: string;
588
582
  /**
589
583
  * @remarks
590
- * Specifies whether to use PKCE in the Authorization Code grant type.
584
+ * Whether to use PKCE in Authorization Code grant mode.
591
585
  *
592
586
  * @example
593
587
  * true
@@ -664,7 +658,7 @@ export declare class CreateIdentityProviderRequestSamlConfig extends $dara.Model
664
658
  export declare class CreateIdentityProviderRequestUdPullConfigPeriodicSyncConfig extends $dara.Model {
665
659
  /**
666
660
  * @remarks
667
- * The cron expression.
661
+ * Cron expression.
668
662
  *
669
663
  * @example
670
664
  * 0 45 1 * * ?
@@ -672,12 +666,12 @@ export declare class CreateIdentityProviderRequestUdPullConfigPeriodicSyncConfig
672
666
  periodicSyncCron?: string;
673
667
  /**
674
668
  * @remarks
675
- * The collection of running time points.
669
+ * Set of execution time points.
676
670
  */
677
671
  periodicSyncTimes?: number[];
678
672
  /**
679
673
  * @remarks
680
- * The type.
674
+ * Type.
681
675
  *
682
676
  * @example
683
677
  * cron
@@ -697,12 +691,12 @@ export declare class CreateIdentityProviderRequestUdPullConfigPeriodicSyncConfig
697
691
  export declare class CreateIdentityProviderRequestUdPullConfigUdSyncScopeConfig extends $dara.Model {
698
692
  /**
699
693
  * @remarks
700
- * The list of source nodes for synchronization.
694
+ * Source synchronization node list.
701
695
  */
702
696
  sourceScopes?: string[];
703
697
  /**
704
698
  * @remarks
705
- * The target node for synchronization. Enter the IDaaS organization ID.
699
+ * Target synchronization node. Enter the IDaaS organization ID.
706
700
  *
707
701
  * @example
708
702
  * ou_lyhyy6p7yf7mdrdiq5xxxx
@@ -722,11 +716,11 @@ export declare class CreateIdentityProviderRequestUdPullConfigUdSyncScopeConfig
722
716
  export declare class CreateIdentityProviderRequestUdPullConfig extends $dara.Model {
723
717
  /**
724
718
  * @remarks
725
- * Specifies whether to synchronize groups. The default value is disabled. Valid values:
719
+ * Whether group synchronization is supported. Default: disabled. Valid values:
726
720
  *
727
- * - disabled
721
+ * - Disabled: disabled
728
722
  *
729
- * - enabled
723
+ * - Enabled: enabled
730
724
  *
731
725
  * @example
732
726
  * disabled
@@ -734,11 +728,11 @@ export declare class CreateIdentityProviderRequestUdPullConfig extends $dara.Mod
734
728
  groupSyncStatus?: string;
735
729
  /**
736
730
  * @remarks
737
- * The status of incremental callbacks. Specifies whether to process incremental callback data from the identity provider (IdP). Valid values:
731
+ * Incremental callback status. Specifies whether to process incremental callback data from the IdP. Valid values:
738
732
  *
739
- * - disabled
733
+ * - Disabled: disabled
740
734
  *
741
- * - enabled
735
+ * - Enabled: enabled
742
736
  *
743
737
  * @example
744
738
  * disabled
@@ -746,16 +740,15 @@ export declare class CreateIdentityProviderRequestUdPullConfig extends $dara.Mod
746
740
  incrementalCallbackStatus?: string;
747
741
  /**
748
742
  * @remarks
749
- * The configuration for periodic synchronization.
743
+ * Periodic verification configuration.
750
744
  */
751
745
  periodicSyncConfig?: CreateIdentityProviderRequestUdPullConfigPeriodicSyncConfig;
752
746
  /**
753
747
  * @remarks
754
- * The status of periodic synchronization. Specifies whether to periodically check for data differences between IDaaS and the IdP. Valid values:
755
- *
756
- * - disabled
748
+ * Periodic verification status. Specifies whether to periodically verify data differences between EIAM and the identity provider. Valid values:
749
+ * - Disabled: disabled
757
750
  *
758
- * - enabled
751
+ * - Enabled: enabled
759
752
  *
760
753
  * @example
761
754
  * disabled
@@ -763,7 +756,7 @@ export declare class CreateIdentityProviderRequestUdPullConfig extends $dara.Mod
763
756
  periodicSyncStatus?: string;
764
757
  /**
765
758
  * @remarks
766
- * The synchronization scope configurations.
759
+ * Synchronization scope configuration.
767
760
  */
768
761
  udSyncScopeConfig?: CreateIdentityProviderRequestUdPullConfigUdSyncScopeConfig;
769
762
  static names(): {
@@ -780,7 +773,7 @@ export declare class CreateIdentityProviderRequestUdPullConfig extends $dara.Mod
780
773
  export declare class CreateIdentityProviderRequestUdPushConfigPeriodicSyncConfig extends $dara.Model {
781
774
  /**
782
775
  * @remarks
783
- * The cron expression.
776
+ * Cron expression.
784
777
  *
785
778
  * @example
786
779
  * 0 45 1 * * ?
@@ -788,12 +781,12 @@ export declare class CreateIdentityProviderRequestUdPushConfigPeriodicSyncConfig
788
781
  periodicSyncCron?: string;
789
782
  /**
790
783
  * @remarks
791
- * The collection of running time points.
784
+ * Set of execution time points.
792
785
  */
793
786
  periodicSyncTimes?: number[];
794
787
  /**
795
788
  * @remarks
796
- * The type.
789
+ * Type.
797
790
  *
798
791
  * @example
799
792
  * cron
@@ -813,12 +806,12 @@ export declare class CreateIdentityProviderRequestUdPushConfigPeriodicSyncConfig
813
806
  export declare class CreateIdentityProviderRequestUdPushConfigUdSyncScopeConfigs extends $dara.Model {
814
807
  /**
815
808
  * @remarks
816
- * The list of source nodes for synchronization.
809
+ * Source synchronization node list.
817
810
  */
818
811
  sourceScopes?: string[];
819
812
  /**
820
813
  * @remarks
821
- * The target node for synchronization.
814
+ * Target synchronization node.
822
815
  *
823
816
  * @example
824
817
  * ou_lyhyy6p7yf7mdrdiq5xxxx
@@ -838,7 +831,7 @@ export declare class CreateIdentityProviderRequestUdPushConfigUdSyncScopeConfigs
838
831
  export declare class CreateIdentityProviderRequestUdPushConfig extends $dara.Model {
839
832
  /**
840
833
  * @remarks
841
- * The status of incremental callbacks. This parameter is not in use. Ignore this parameter.
834
+ * Incremental callback status. This field is not yet enabled. Please ignore it.
842
835
  *
843
836
  * @example
844
837
  * disabled
@@ -846,12 +839,12 @@ export declare class CreateIdentityProviderRequestUdPushConfig extends $dara.Mod
846
839
  incrementalCallbackStatus?: string;
847
840
  /**
848
841
  * @remarks
849
- * The periodic synchronization configurations.
842
+ * Periodic verification configuration.
850
843
  */
851
844
  periodicSyncConfig?: CreateIdentityProviderRequestUdPushConfigPeriodicSyncConfig;
852
845
  /**
853
846
  * @remarks
854
- * The status of periodic synchronization. This parameter is not in use. Ignore this parameter.
847
+ * Periodic verification status. This field is not yet enabled. Please ignore it.
855
848
  *
856
849
  * @example
857
850
  * disabled
@@ -859,7 +852,7 @@ export declare class CreateIdentityProviderRequestUdPushConfig extends $dara.Mod
859
852
  periodicSyncStatus?: string;
860
853
  /**
861
854
  * @remarks
862
- * The configurations of the outbound synchronization scope.
855
+ * Outbound synchronization configuration.
863
856
  */
864
857
  udSyncScopeConfigs?: CreateIdentityProviderRequestUdPushConfigUdSyncScopeConfigs[];
865
858
  static names(): {
@@ -876,7 +869,7 @@ export declare class CreateIdentityProviderRequestUdPushConfig extends $dara.Mod
876
869
  export declare class CreateIdentityProviderRequestWeComConfig extends $dara.Model {
877
870
  /**
878
871
  * @remarks
879
- * The agent ID of the custom WeCom application.
872
+ * AgentId of the WeCom self-built application.
880
873
  *
881
874
  * @example
882
875
  * 278231941749863339
@@ -884,7 +877,7 @@ export declare class CreateIdentityProviderRequestWeComConfig extends $dara.Mode
884
877
  agentId?: string;
885
878
  /**
886
879
  * @remarks
887
- * The authorized callback domain.
880
+ * Authorization callback domain.
888
881
  *
889
882
  * @example
890
883
  * https://xxx.aliyunidaas.com/xxxx
@@ -892,7 +885,7 @@ export declare class CreateIdentityProviderRequestWeComConfig extends $dara.Mode
892
885
  authorizeCallbackDomain?: string;
893
886
  /**
894
887
  * @remarks
895
- * The CorpId of the custom WeCom application.
888
+ * CorpId of the WeCom self-built application.
896
889
  *
897
890
  * @example
898
891
  * 3756043633237690761
@@ -900,7 +893,7 @@ export declare class CreateIdentityProviderRequestWeComConfig extends $dara.Mode
900
893
  corpId?: string;
901
894
  /**
902
895
  * @remarks
903
- * The CorpSecret of the custom WeCom application.
896
+ * CorpSecret of the WeCom self-built application.
904
897
  *
905
898
  * @example
906
899
  * CSEHDddddddxxxxuxkJEHPveWRXBGqVqRsxxxx
@@ -908,7 +901,7 @@ export declare class CreateIdentityProviderRequestWeComConfig extends $dara.Mode
908
901
  corpSecret?: string;
909
902
  /**
910
903
  * @remarks
911
- * The trusted domain name.
904
+ * Trusted domain.
912
905
  *
913
906
  * @example
914
907
  * https://xxx.aliyunidaas.com/
@@ -928,27 +921,27 @@ export declare class CreateIdentityProviderRequestWeComConfig extends $dara.Mode
928
921
  export declare class CreateIdentityProviderRequest extends $dara.Model {
929
922
  /**
930
923
  * @remarks
931
- * The authentication configurations.
924
+ * Authentication configuration.
932
925
  */
933
926
  authnConfig?: CreateIdentityProviderRequestAuthnConfig;
934
927
  /**
935
928
  * @remarks
936
- * The rule configurations for automatic account creation.
929
+ * Automatic account creation rule configuration.
937
930
  */
938
931
  autoCreateUserConfig?: CreateIdentityProviderRequestAutoCreateUserConfig;
939
932
  /**
940
933
  * @remarks
941
- * The rule configurations for automatic account updates.
934
+ * Automatic account update rule configuration.
942
935
  */
943
936
  autoUpdateUserConfig?: CreateIdentityProviderRequestAutoUpdateUserConfig;
944
937
  /**
945
938
  * @remarks
946
- * The account binding rule configurations for the OIDC identity provider.
939
+ * OIDC identity provider account binding rule configuration.
947
940
  */
948
941
  bindingConfig?: CreateIdentityProviderRequestBindingConfig;
949
942
  /**
950
943
  * @remarks
951
- * A client token used to ensure the idempotence of the request. Generate a unique value from your client for each request. The ClientToken can only contain ASCII characters. Note: If you do not specify this parameter, the system automatically uses the RequestId of the API request as the ClientToken. The RequestId may be different for each API request.
944
+ * Client token used to ensure the idempotency of the request. Generate a parameter value from your client to ensure the value is unique across different requests. ClientToken only supports ASCII characters. If you do not specify this parameter, the system automatically uses the RequestId of the API request as the ClientToken. The RequestId may be different for each API request.
952
945
  *
953
946
  * @example
954
947
  * clientToken_20250704_Axxxxx
@@ -956,12 +949,12 @@ export declare class CreateIdentityProviderRequest extends $dara.Model {
956
949
  clientToken?: string;
957
950
  /**
958
951
  * @remarks
959
- * The DingTalk configurations.
952
+ * DingTalk configuration.
960
953
  */
961
954
  dingtalkAppConfig?: CreateIdentityProviderRequestDingtalkAppConfig;
962
955
  /**
963
956
  * @remarks
964
- * The name of the identity provider.
957
+ * Identity provider name.
965
958
  *
966
959
  * This parameter is required.
967
960
  *
@@ -971,7 +964,7 @@ export declare class CreateIdentityProviderRequest extends $dara.Model {
971
964
  identityProviderName?: string;
972
965
  /**
973
966
  * @remarks
974
- * The synchronization type of the identity provider.
967
+ * Identity provider synchronization type.
975
968
  *
976
969
  * - Inbound DingTalk: urn:alibaba:idaas:idp:alibaba:dingtalk:pull
977
970
  *
@@ -987,7 +980,7 @@ export declare class CreateIdentityProviderRequest extends $dara.Model {
987
980
  *
988
981
  * - Standard OIDC: urn:alibaba:idaas:idp:standard:oidc
989
982
  *
990
- * - SASE-specific OIDC: urn:alibaba:idaas:idp:alibaba:sase
983
+ * - SASE Custom OIDC: urn:alibaba:idaas:idp:alibaba:sase
991
984
  *
992
985
  * This parameter is required.
993
986
  *
@@ -997,7 +990,7 @@ export declare class CreateIdentityProviderRequest extends $dara.Model {
997
990
  identityProviderType?: string;
998
991
  /**
999
992
  * @remarks
1000
- * The instance ID.
993
+ * Instance ID.
1001
994
  *
1002
995
  * This parameter is required.
1003
996
  *
@@ -1007,17 +1000,17 @@ export declare class CreateIdentityProviderRequest extends $dara.Model {
1007
1000
  instanceId?: string;
1008
1001
  /**
1009
1002
  * @remarks
1010
- * The Lark configurations.
1003
+ * Lark configuration.
1011
1004
  */
1012
1005
  larkConfig?: CreateIdentityProviderRequestLarkConfig;
1013
1006
  /**
1014
1007
  * @remarks
1015
- * The AD/LDAP configurations.
1008
+ * AD/LDAP configuration.
1016
1009
  */
1017
1010
  ldapConfig?: CreateIdentityProviderRequestLdapConfig;
1018
1011
  /**
1019
1012
  * @remarks
1020
- * The URL of the application logo.
1013
+ * Application logo URL.
1021
1014
  *
1022
1015
  * @example
1023
1016
  * xxxx-image://xxxx_23aqr2ye554csg33dqpch5eu3q/tmp/d17d9adc-a943-45e7-ba0c-2838dddea678
@@ -1025,7 +1018,7 @@ export declare class CreateIdentityProviderRequest extends $dara.Model {
1025
1018
  logoUrl?: string;
1026
1019
  /**
1027
1020
  * @remarks
1028
- * The network endpoint ID.
1021
+ * Network access endpoint ID.
1029
1022
  *
1030
1023
  * @example
1031
1024
  * nae_examplexxxx
@@ -1033,23 +1026,23 @@ export declare class CreateIdentityProviderRequest extends $dara.Model {
1033
1026
  networkAccessEndpointId?: string;
1034
1027
  /**
1035
1028
  * @remarks
1036
- * The OIDC IdP configurations.
1029
+ * OIDC IdP configuration.
1037
1030
  */
1038
1031
  oidcConfig?: CreateIdentityProviderRequestOidcConfig;
1039
1032
  samlConfig?: CreateIdentityProviderRequestSamlConfig;
1040
1033
  /**
1041
1034
  * @remarks
1042
- * The inbound synchronization configurations.
1035
+ * Inbound synchronization configuration.
1043
1036
  */
1044
1037
  udPullConfig?: CreateIdentityProviderRequestUdPullConfig;
1045
1038
  /**
1046
1039
  * @remarks
1047
- * The outbound synchronization configurations.
1040
+ * Outbound synchronization configuration.
1048
1041
  */
1049
1042
  udPushConfig?: CreateIdentityProviderRequestUdPushConfig;
1050
1043
  /**
1051
1044
  * @remarks
1052
- * The WeCom configurations.
1045
+ * WeCom configuration.
1053
1046
  */
1054
1047
  weComConfig?: CreateIdentityProviderRequestWeComConfig;
1055
1048
  static names(): {