@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,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkAppConfig extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The AppKey of your first-party application in DingTalk.
5
+ * The AppKey of the DingTalk first-party application.
6
6
  *
7
7
  * @example
8
8
  * 41reopmwoy9s
@@ -10,7 +10,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingta
10
10
  appKey?: string;
11
11
  /**
12
12
  * @remarks
13
- * The AppSecret of your first-party application in DingTalk.
13
+ * The AppSecret of the DingTalk first-party application.
14
14
  *
15
15
  * @example
16
16
  * REOQ6Cl55kriOd8NOBeqWYLKpHR4p6fdZxxxx
@@ -18,7 +18,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingta
18
18
  appSecret?: string;
19
19
  /**
20
20
  * @remarks
21
- * The corporate ID of your first-party application in DingTalk.
21
+ * The CorpId of the DingTalk first-party application.
22
22
  *
23
23
  * @example
24
24
  * 3756043633237690761
@@ -26,7 +26,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingta
26
26
  corpId?: string;
27
27
  /**
28
28
  * @remarks
29
- * The version of DingTalk QR code login.
29
+ * The DingTalk QR code logon version.
30
30
  *
31
31
  * @example
32
32
  * old_version
@@ -34,11 +34,11 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingta
34
34
  dingtalkLoginVersion?: string;
35
35
  /**
36
36
  * @remarks
37
- * The DingTalk edition. Valid values:
37
+ * The DingTalk version. Valid values:
38
38
  *
39
- * - Standard DingTalk: `public_dingtalk`
39
+ * - public_dingtalk: Standard DingTalk.
40
40
  *
41
- * - Exclusive DingTalk: `private_dingtalk`
41
+ * - private_dingtalk: Dedicated DingTalk.
42
42
  *
43
43
  * @example
44
44
  * public_dingtalk
@@ -46,7 +46,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingta
46
46
  dingtalkVersion?: string;
47
47
  /**
48
48
  * @remarks
49
- * The encryption key for your first-party application in DingTalk.
49
+ * The EncryptKey of the DingTalk application.
50
50
  *
51
51
  * @example
52
52
  * 29003eb11d0a28b4802a6f02fb8aa25dff730e2ac26ffd200d
@@ -54,7 +54,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingta
54
54
  encryptKey?: string;
55
55
  /**
56
56
  * @remarks
57
- * The verification token for your first-party application in DingTalk.
57
+ * The VerificationToken of the DingTalk application.
58
58
  *
59
59
  * @example
60
60
  * 5ba9c127a7abe029003eb11d0a28b4802a6f02fb8aa25dff730e2ac26ffd200d
@@ -74,7 +74,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingta
74
74
  export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkProvisioningConfigAuthedDepartmentIds extends $dara.Model {
75
75
  /**
76
76
  * @remarks
77
- * The department ID in DingTalk.
77
+ * The DingTalk department ID.
78
78
  *
79
79
  * @example
80
80
  * 123xxx444
@@ -82,7 +82,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingta
82
82
  deptId?: string;
83
83
  /**
84
84
  * @remarks
85
- * The department name in DingTalk.
85
+ * The DingTalk department name.
86
86
  *
87
87
  * @example
88
88
  * test_department
@@ -102,7 +102,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingta
102
102
  export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkProvisioningConfigAuthedUsers extends $dara.Model {
103
103
  /**
104
104
  * @remarks
105
- * The user name in DingTalk.
105
+ * The DingTalk username.
106
106
  *
107
107
  * @example
108
108
  * zhangsan
@@ -110,7 +110,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingta
110
110
  name?: string;
111
111
  /**
112
112
  * @remarks
113
- * The user ID in DingTalk.
113
+ * The DingTalk user ID.
114
114
  *
115
115
  * @example
116
116
  * 130308333929200479
@@ -135,12 +135,12 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingta
135
135
  authedDepartmentIds?: GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkProvisioningConfigAuthedDepartmentIds[];
136
136
  /**
137
137
  * @remarks
138
- * The list of authorized DingTalk user accounts.
138
+ * The list of authorized DingTalk accounts.
139
139
  */
140
140
  authedUsers?: GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkProvisioningConfigAuthedUsers[];
141
141
  /**
142
142
  * @remarks
143
- * The corporate ID in DingTalk.
143
+ * The DingTalk enterprise CorpId.
144
144
  *
145
145
  * @example
146
146
  * ding_xxxxx
@@ -148,7 +148,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingta
148
148
  corpId?: string;
149
149
  /**
150
150
  * @remarks
151
- * The corporate name in DingTalk.
151
+ * The DingTalk enterprise name.
152
152
  *
153
153
  * @example
154
154
  * test_enterprise
@@ -168,7 +168,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailDingta
168
168
  export declare class GetIdentityProviderResponseBodyIdentityProviderDetailEndpointMetadata extends $dara.Model {
169
169
  /**
170
170
  * @remarks
171
- * SAML ACS address
171
+ * The SAML Assertion Consumer Service (ACS) endpoint.
172
172
  *
173
173
  * @example
174
174
  * https://9test.aliyunidaas.com/login/saml2/idp_nhlraxfiwsx7w7zp26qzyoxxxx/acs
@@ -176,7 +176,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailEndpoi
176
176
  samlAcsEndpoint?: string;
177
177
  /**
178
178
  * @remarks
179
- * SAML EntityId
179
+ * The SAML EntityId.
180
180
  *
181
181
  * @example
182
182
  * https://9test.aliyunidaas.com/login/saml2/idp_nhlraxfiwsx7w7zp26qzyoxxxx/meta
@@ -184,7 +184,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailEndpoi
184
184
  samlEntityId?: string;
185
185
  /**
186
186
  * @remarks
187
- * SAML metadata address
187
+ * The SAML metadata endpoint.
188
188
  *
189
189
  * @example
190
190
  * https://9test.aliyunidaas.com/login/saml2/idp_nhlraxfiwsx7w7zp26qzyoxxxx/meta
@@ -204,7 +204,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailEndpoi
204
204
  export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLarkConfig extends $dara.Model {
205
205
  /**
206
206
  * @remarks
207
- * The App ID of your custom application in Lark.
207
+ * The AppId of the Lark self-built application.
208
208
  *
209
209
  * @example
210
210
  * cli_a7a99f53a317100c
@@ -212,7 +212,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLarkCo
212
212
  appId?: string;
213
213
  /**
214
214
  * @remarks
215
- * The App Secret of your custom application in Lark.
215
+ * The AppSecret of the Lark self-built application.
216
216
  *
217
217
  * @example
218
218
  * ***
@@ -220,7 +220,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLarkCo
220
220
  appSecret?: string;
221
221
  /**
222
222
  * @remarks
223
- * The encryption key for your custom application in Lark.
223
+ * The EncryptKey of the Lark self-built application.
224
224
  *
225
225
  * @example
226
226
  * VkdWw91mdkrjVFr3ObNwefap21dfbZbK
@@ -228,7 +228,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLarkCo
228
228
  encryptKey?: string;
229
229
  /**
230
230
  * @remarks
231
- * The enterprise code for Lark.
231
+ * The Lark enterprise number.
232
232
  *
233
233
  * @example
234
234
  * FX1231xxxx
@@ -236,7 +236,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLarkCo
236
236
  enterpriseNumber?: string;
237
237
  /**
238
238
  * @remarks
239
- * The Verification Token of your custom application in Lark.
239
+ * The VerificationToken of the Lark self-built application.
240
240
  *
241
241
  * @example
242
242
  * VkdWw91mdkrjVFr3ObNwefap21dfbZbK
@@ -256,7 +256,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLarkCo
256
256
  export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLdapConfig extends $dara.Model {
257
257
  /**
258
258
  * @remarks
259
- * The password of the AD/LDAP administrator.
259
+ * The AD/LDAP administrator password.
260
260
  *
261
261
  * @example
262
262
  * XXXX
@@ -264,7 +264,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLdapCo
264
264
  administratorPassword?: string;
265
265
  /**
266
266
  * @remarks
267
- * The username of the AD/LDAP administrator.
267
+ * The AD/LDAP administrator account.
268
268
  *
269
269
  * @example
270
270
  * example.com
@@ -272,11 +272,11 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLdapCo
272
272
  administratorUsername?: string;
273
273
  /**
274
274
  * @remarks
275
- * Indicates whether to verify the certificate fingerprint. Valid values:
275
+ * Specifies whether to verify the certificate fingerprint. Valid values:
276
276
  *
277
- * - `disabled`
277
+ * - disabled: Disabled.
278
278
  *
279
- * - `enabled`
279
+ * - enabled: Enabled.
280
280
  *
281
281
  * @example
282
282
  * enabled
@@ -289,7 +289,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLdapCo
289
289
  certificateFingerprints?: string[];
290
290
  /**
291
291
  * @remarks
292
- * The communication protocol for AD/LDAP.
292
+ * The communication protocol of AD/LDAP.
293
293
  *
294
294
  * @example
295
295
  * ldap
@@ -297,7 +297,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLdapCo
297
297
  ldapProtocol?: string;
298
298
  /**
299
299
  * @remarks
300
- * The address of the AD/LDAP server.
300
+ * The AD/LDAP server address.
301
301
  *
302
302
  * @example
303
303
  * 127.xx.xx.100
@@ -305,7 +305,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLdapCo
305
305
  ldapServerHost?: string;
306
306
  /**
307
307
  * @remarks
308
- * The port of the AD/LDAP server.
308
+ * The AD/LDAP server address.
309
309
  *
310
310
  * @example
311
311
  * 389
@@ -313,11 +313,11 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailLdapCo
313
313
  ldapServerPort?: number;
314
314
  /**
315
315
  * @remarks
316
- * Indicates whether StartTLS is enabled. Valid values:
316
+ * Specifies whether StartTLS is enabled. Valid values:
317
317
  *
318
- * - `disabled`
318
+ * - disabled: Disabled.
319
319
  *
320
- * - `enabled`
320
+ * - enabled: Enabled.
321
321
  *
322
322
  * @example
323
323
  * enabled
@@ -381,7 +381,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailOidcCo
381
381
  authorizationEndpoint?: string;
382
382
  /**
383
383
  * @remarks
384
- * The OIDC issuer.
384
+ * The OIDC issuer information.
385
385
  *
386
386
  * @example
387
387
  * https://example.com/oauth
@@ -405,7 +405,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailOidcCo
405
405
  tokenEndpoint?: string;
406
406
  /**
407
407
  * @remarks
408
- * The OIDC userinfo endpoint.
408
+ * The OIDC user information endpoint.
409
409
  *
410
410
  * @example
411
411
  * https://example.com/oauth/userinfo
@@ -435,7 +435,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailOidcCo
435
435
  endpointConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailOidcConfigEndpointConfig;
436
436
  /**
437
437
  * @remarks
438
- * The list of OIDC authorization scopes.
438
+ * The list of OIDC grant scopes.
439
439
  *
440
440
  * @example
441
441
  * openid
@@ -451,11 +451,11 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailOidcCo
451
451
  grantType?: string;
452
452
  /**
453
453
  * @remarks
454
- * The algorithm for Proof Key for Code Exchange (PKCE). Valid values:
454
+ * The PKCE algorithm. Valid values:
455
455
  *
456
- * - SHA256: `S256`
456
+ * - S256: SHA-256.
457
457
  *
458
- * - Plaintext: `plain`
458
+ * - plain: Plaintext.
459
459
  *
460
460
  * @example
461
461
  * S256
@@ -463,7 +463,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailOidcCo
463
463
  pkceChallengeMethod?: string;
464
464
  /**
465
465
  * @remarks
466
- * Indicates whether to use PKCE in the authorization code grant type.
466
+ * Specifies whether to use PKCE in the AuthorizationCode grant mode.
467
467
  *
468
468
  * @example
469
469
  * true
@@ -483,7 +483,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailOidcCo
483
483
  export declare class GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfigCertificatesCertificateMetadata extends $dara.Model {
484
484
  /**
485
485
  * @remarks
486
- * Certificate expiration on or before
486
+ * The latest validity date of the certificate.
487
487
  *
488
488
  * @example
489
489
  * 1704067200000
@@ -491,7 +491,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailSamlCo
491
491
  notAfter?: number;
492
492
  /**
493
493
  * @remarks
494
- * Certificate not valid before
494
+ * The earliest validity date of the certificate.
495
495
  *
496
496
  * @example
497
497
  * 1672531200000
@@ -511,12 +511,12 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailSamlCo
511
511
  export declare class GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfigCertificates extends $dara.Model {
512
512
  /**
513
513
  * @remarks
514
- * The metadata of the certificate.
514
+ * The certificate metadata.
515
515
  */
516
516
  certificateMetadata?: GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfigCertificatesCertificateMetadata;
517
517
  /**
518
518
  * @remarks
519
- * The content of the certificate.
519
+ * The certificate content.
520
520
  *
521
521
  * @example
522
522
  * -----BEGIN CERTIFICATE----- MIIC0jCCAbqgAwIBAgIQXXXXX -----END CERTIFICATE-----
@@ -536,7 +536,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailSamlCo
536
536
  export declare class GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfig extends $dara.Model {
537
537
  /**
538
538
  * @remarks
539
- * Binding Type
539
+ * The binding type.
540
540
  *
541
541
  * @example
542
542
  * HTTP-REDIRECT
@@ -544,12 +544,12 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailSamlCo
544
544
  bindingMethod?: string;
545
545
  /**
546
546
  * @remarks
547
- * The list of signing certificates for the SAML identity provider.
547
+ * The list of IdP signing certificates.
548
548
  */
549
549
  certificates?: GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfigCertificates[];
550
550
  /**
551
551
  * @remarks
552
- * The entity ID of the SAML identity provider.
552
+ * The EntityId of the IdP.
553
553
  *
554
554
  * @example
555
555
  * http://dc.test.com/adfs/services/trust
@@ -557,7 +557,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailSamlCo
557
557
  idPEntityId?: string;
558
558
  /**
559
559
  * @remarks
560
- * The single sign-on (SSO) URL of the SAML identity provider.
560
+ * The logon URL of the IdP.
561
561
  *
562
562
  * @example
563
563
  * https://dc.test.com/adfs/ls/
@@ -565,7 +565,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailSamlCo
565
565
  idPSsoUrl?: string;
566
566
  /**
567
567
  * @remarks
568
- * Maximum clock skew
568
+ * The maximum clock skew.
569
569
  *
570
570
  * @example
571
571
  * 180
@@ -573,7 +573,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailSamlCo
573
573
  maxClockSkew?: number;
574
574
  /**
575
575
  * @remarks
576
- * Is request signing required?
576
+ * Specifies whether the request must be signed.
577
577
  *
578
578
  * @example
579
579
  * true
@@ -595,12 +595,12 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailSamlCo
595
595
  export declare class GetIdentityProviderResponseBodyIdentityProviderDetailUdPullConfigUdSyncScopeConfig extends $dara.Model {
596
596
  /**
597
597
  * @remarks
598
- * The list of source nodes for synchronization.
598
+ * The list of synchronization source nodes.
599
599
  */
600
600
  sourceScopes?: string[];
601
601
  /**
602
602
  * @remarks
603
- * The target node for synchronization.
603
+ * The synchronization target node.
604
604
  *
605
605
  * @example
606
606
  * ou_123xxxx
@@ -620,11 +620,11 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailUdPull
620
620
  export declare class GetIdentityProviderResponseBodyIdentityProviderDetailUdPullConfig extends $dara.Model {
621
621
  /**
622
622
  * @remarks
623
- * Indicates whether group synchronization is enabled. Valid values:
623
+ * Specifies whether group synchronization is enabled. Valid values:
624
624
  *
625
- * - `disabled`
625
+ * - disabled: Disabled.
626
626
  *
627
- * - `enabled`
627
+ * - enabled: Enabled.
628
628
  *
629
629
  * @example
630
630
  * disabled
@@ -632,11 +632,11 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailUdPull
632
632
  groupSyncStatus?: string;
633
633
  /**
634
634
  * @remarks
635
- * Indicates whether to process incremental callback data from the identity provider. Valid values:
635
+ * The incremental callback status. Specifies whether to process incremental callback data from the IdP. Valid values:
636
636
  *
637
- * - `disabled`
637
+ * - disabled: Disabled.
638
638
  *
639
- * - `enabled`
639
+ * - enabled: Enabled.
640
640
  *
641
641
  * @example
642
642
  * disabled
@@ -661,12 +661,12 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailUdPull
661
661
  export declare class GetIdentityProviderResponseBodyIdentityProviderDetailUdPushConfigUdSyncScopeConfigs extends $dara.Model {
662
662
  /**
663
663
  * @remarks
664
- * The list of source nodes for synchronization.
664
+ * The list of synchronization source nodes.
665
665
  */
666
666
  sourceScopes?: string[];
667
667
  /**
668
668
  * @remarks
669
- * The target node for synchronization.
669
+ * The synchronization target node.
670
670
  *
671
671
  * @example
672
672
  * ou_123xxxx
@@ -686,7 +686,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailUdPush
686
686
  export declare class GetIdentityProviderResponseBodyIdentityProviderDetailUdPushConfig extends $dara.Model {
687
687
  /**
688
688
  * @remarks
689
- * This parameter is reserved for future use.
689
+ * This field is not in use. Ignore it.
690
690
  *
691
691
  * @example
692
692
  * disabled
@@ -711,7 +711,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailUdPush
711
711
  export declare class GetIdentityProviderResponseBodyIdentityProviderDetailWeComConfig extends $dara.Model {
712
712
  /**
713
713
  * @remarks
714
- * The ID of your custom application in WeCom.
714
+ * The ID of the WeCom self-built application.
715
715
  *
716
716
  * @example
717
717
  * 1242350
@@ -719,7 +719,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailWeComC
719
719
  agentId?: string;
720
720
  /**
721
721
  * @remarks
722
- * The authorized callback domain.
722
+ * The authorization callback domain.
723
723
  *
724
724
  * @example
725
725
  * https://example.com/xxxx
@@ -727,7 +727,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailWeComC
727
727
  authorizeCallbackDomain?: string;
728
728
  /**
729
729
  * @remarks
730
- * The corporate ID of your custom application in WeCom.
730
+ * The CorpId of the WeCom self-built application.
731
731
  *
732
732
  * @example
733
733
  * 3562012953454577801
@@ -735,7 +735,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailWeComC
735
735
  corpId?: string;
736
736
  /**
737
737
  * @remarks
738
- * The secret of your custom application in WeCom.
738
+ * The CorpSecret of the WeCom self-built application.
739
739
  *
740
740
  * @example
741
741
  * weaseiszjskejskaj12sjeszojxxxx
@@ -743,7 +743,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailWeComC
743
743
  corpSecret?: string;
744
744
  /**
745
745
  * @remarks
746
- * The trusted domain.
746
+ * The trusted domain name.
747
747
  *
748
748
  * @example
749
749
  * https://example.com
@@ -763,11 +763,11 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetailWeComC
763
763
  export declare class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara.Model {
764
764
  /**
765
765
  * @remarks
766
- * The status of the advanced configuration. Valid values:
766
+ * The advanced configuration status. Valid values:
767
767
  *
768
- * - `disabled`
768
+ * - disabled: Disabled.
769
769
  *
770
- * - `enabled`
770
+ * - enabled: Enabled.
771
771
  *
772
772
  * @example
773
773
  * disabled
@@ -777,21 +777,21 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
777
777
  * @remarks
778
778
  * The authentication source product, such as Okta, Google, or Azure AD. Valid values:
779
779
  *
780
- * - DingTalk: `urn:alibaba:idaas:idp:alibaba:dingtalk`
780
+ * - urn:alibaba:idaas:idp:alibaba:dingtalk: DingTalk.
781
781
  *
782
- * - LDAP: `urn:alibaba:idaas:idp:unknown:ldap`
782
+ * - urn:alibaba:idaas:idp:unknown:ldap: LDAP.
783
783
  *
784
- * - Alibaba Cloud IDaaS: `urn:alibaba:idaas:idp:alibaba:idaas`
784
+ * - urn:alibaba:idaas:idp:alibaba:idaas: Alibaba Cloud IDaaS.
785
785
  *
786
- * - WeCom: `urn:alibaba:idaas:idp:tencent:wecom`
786
+ * - urn:alibaba:idaas:idp:tencent:wecom: WeCom.
787
787
  *
788
- * - Lark: `urn:alibaba:idaas:idp:bytedance:lark`
788
+ * - urn:alibaba:idaas:idp:bytedance:lark: Lark.
789
789
  *
790
- * - Active Directory: `urn:alibaba:idaas:idp:microsoft:ad`
790
+ * - urn:alibaba:idaas:idp:microsoft:ad: Active Directory.
791
791
  *
792
- * - Azure Active Directory: `urn:alibaba:idaas:idp:microsoft:aad`
792
+ * - urn:alibaba:idaas:idp:microsoft:aad: Azure Active Directory.
793
793
  *
794
- * - Alibaba Cloud SASE: `urn:alibaba:idaas:idp:alibaba:sase`
794
+ * - urn:alibaba:idaas:idp:alibaba:sase: Alibaba Cloud SASE.
795
795
  *
796
796
  * @example
797
797
  * urn:alibaba:idaas:idp:bytedance:lark
@@ -799,11 +799,11 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
799
799
  authnSourceSupplier?: string;
800
800
  /**
801
801
  * @remarks
802
- * The authentication protocol. Valid values:
802
+ * The authentication method type, such as OIDC or SAML. Valid values:
803
803
  *
804
- * - OIDC: `urn:alibaba:idaas:authntype:oidc`
804
+ * - urn:alibaba:idaas:authntype:oidc: OIDC.
805
805
  *
806
- * - SAML: `urn:alibaba:idaas:authntype:saml2`
806
+ * - urn:alibaba:idaas:authntype:saml2: SAML.
807
807
  *
808
808
  * @example
809
809
  * urn:alibaba:idaas:authntype:oidc
@@ -811,11 +811,11 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
811
811
  authnSourceType?: string;
812
812
  /**
813
813
  * @remarks
814
- * Indicates whether the identity provider supports authentication. Valid values:
814
+ * Specifies whether the corresponding IdP supports authentication. Valid values:
815
815
  *
816
- * - `disabled`
816
+ * - disabled: Disabled.
817
817
  *
818
- * - `enabled`
818
+ * - enabled: Enabled.
819
819
  *
820
820
  * @example
821
821
  * disabled
@@ -823,7 +823,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
823
823
  authnStatus?: string;
824
824
  /**
825
825
  * @remarks
826
- * The time when the identity provider was created, represented as a Unix timestamp in milliseconds.
826
+ * The creation time, in UNIX timestamp format. Unit: milliseconds.
827
827
  *
828
828
  * @example
829
829
  * 1726021079000
@@ -839,17 +839,17 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
839
839
  description?: string;
840
840
  /**
841
841
  * @remarks
842
- * The basic configuration for DingTalk.
842
+ * The DingTalk basic configuration.
843
843
  */
844
844
  dingtalkAppConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkAppConfig;
845
845
  /**
846
846
  * @remarks
847
- * The DingTalk provisioning configuration. This parameter is returned only for DingTalk identity providers.
847
+ * The DingTalk synchronization configuration. This value is returned only for DingTalk identity providers.
848
848
  */
849
849
  dingtalkProvisioningConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkProvisioningConfig;
850
850
  /**
851
851
  * @remarks
852
- * Endpoint metadata
852
+ * The endpoint metadata.
853
853
  */
854
854
  endpointMetadata?: GetIdentityProviderResponseBodyIdentityProviderDetailEndpointMetadata;
855
855
  /**
@@ -870,7 +870,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
870
870
  identityProviderId?: string;
871
871
  /**
872
872
  * @remarks
873
- * The identity provider name.
873
+ * The name of the identity provider.
874
874
  *
875
875
  * @example
876
876
  * test
@@ -878,23 +878,23 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
878
878
  identityProviderName?: string;
879
879
  /**
880
880
  * @remarks
881
- * The provisioning type of the identity provider.
881
+ * The synchronization type of the identity provider. Valid values:
882
882
  *
883
- * - Inbound DingTalk: `urn:alibaba:idaas:idp:alibaba:dingtalk:pull`
883
+ * - urn:alibaba:idaas:idp:alibaba:dingtalk:pull: Inbound DingTalk.
884
884
  *
885
- * - Outbound DingTalk: `urn:alibaba:idaas:idp:alibaba:dingtalk:push`
885
+ * - urn:alibaba:idaas:idp:alibaba:dingtalk:push: Outbound DingTalk.
886
886
  *
887
- * - Inbound WeCom: `urn:alibaba:idaas:idp:tencent:wecom:pull`
887
+ * - urn:alibaba:idaas:idp:tencent:wecom:pull: Inbound WeCom.
888
888
  *
889
- * - Inbound Lark: `urn:alibaba:idaas:idp:bytedance:lark:pull`
889
+ * - urn:alibaba:idaas:idp:bytedance:lark:pull: Inbound Lark.
890
890
  *
891
- * - Inbound AD: `urn:alibaba:idaas:idp:microsoft:ad:pull`
891
+ * - urn:alibaba:idaas:idp:microsoft:ad:pull: Inbound AD.
892
892
  *
893
- * - Inbound LDAP: `urn:alibaba:idaas:idp:unknown:ldap:pull`
893
+ * - urn:alibaba:idaas:idp:unknown:ldap:pull: Inbound LDAP.
894
894
  *
895
- * - Standard OIDC: `urn:alibaba:idaas:idp:standard:oidc`
895
+ * - urn:alibaba:idaas:idp:standard:oidc: Standard OIDC.
896
896
  *
897
- * - Customized OIDC for SASE: `urn:alibaba:idaas:idp:alibaba:sase`
897
+ * - urn:alibaba:idaas:idp:alibaba:sase: SASE custom OIDC.
898
898
  *
899
899
  * @example
900
900
  * urn:alibaba:idaas:idp:alibaba:dingtalk:push
@@ -910,7 +910,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
910
910
  instanceId?: string;
911
911
  /**
912
912
  * @remarks
913
- * The configuration for Lark.
913
+ * The Lark configuration.
914
914
  */
915
915
  larkConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailLarkConfig;
916
916
  /**
@@ -923,7 +923,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
923
923
  lastStatusCheckJobResult?: string;
924
924
  /**
925
925
  * @remarks
926
- * The information about the AD/LDAP identity provider.
926
+ * The AD/LDAP identity provider configuration.
927
927
  */
928
928
  ldapConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailLdapConfig;
929
929
  /**
@@ -936,7 +936,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
936
936
  lockReason?: string;
937
937
  /**
938
938
  * @remarks
939
- * The URL of the custom logo for the identity provider.
939
+ * The custom logo URL of the identity provider.
940
940
  *
941
941
  * @example
942
942
  * https://img.alicdn.com/imgextra/i4/O1CN01lvYwpv1aGowQXDML9_!!6000000003303-0-tps-580-580.jpg
@@ -944,7 +944,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
944
944
  logoUrl?: string;
945
945
  /**
946
946
  * @remarks
947
- * The network access endpoint ID.
947
+ * The network endpoint ID.
948
948
  *
949
949
  * @example
950
950
  * nae_mx4vsadfe6govkqkwckxxxx
@@ -952,12 +952,12 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
952
952
  networkAccessEndpointId?: string;
953
953
  /**
954
954
  * @remarks
955
- * The OIDC identity provider configuration.
955
+ * The OIDC IdP configuration.
956
956
  */
957
957
  oidcConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailOidcConfig;
958
958
  /**
959
959
  * @remarks
960
- * The SAML identity provider configuration.
960
+ * The SAML IdP configuration.
961
961
  */
962
962
  samlConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfig;
963
963
  /**
@@ -967,11 +967,11 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
967
967
  udPullConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailUdPullConfig;
968
968
  /**
969
969
  * @remarks
970
- * Indicates whether inbound synchronization is supported. Valid values:
970
+ * Specifies whether the inbound synchronization feature is supported. Valid values:
971
971
  *
972
- * - `disabled`
972
+ * - disabled: Disabled.
973
973
  *
974
- * - `enabled`
974
+ * - enabled: Enabled.
975
975
  *
976
976
  * @example
977
977
  * disabled
@@ -984,11 +984,11 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
984
984
  udPushConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailUdPushConfig;
985
985
  /**
986
986
  * @remarks
987
- * Indicates whether outbound synchronization is enabled. Valid values:
987
+ * Specifies whether the outbound synchronization feature is enabled. Valid values:
988
988
  *
989
- * - `disabled`
989
+ * - disabled: Disabled.
990
990
  *
991
- * - `enabled`
991
+ * - enabled: Enabled.
992
992
  *
993
993
  * @example
994
994
  * disabled
@@ -996,7 +996,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
996
996
  udPushStatus?: string;
997
997
  /**
998
998
  * @remarks
999
- * The last update time, represented as a Unix timestamp in milliseconds.
999
+ * The update time, in UNIX timestamp format. Unit: milliseconds.
1000
1000
  *
1001
1001
  * @example
1002
1002
  * 1726021079000
@@ -1004,7 +1004,7 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
1004
1004
  updateTime?: number;
1005
1005
  /**
1006
1006
  * @remarks
1007
- * The configuration information for WeCom.
1007
+ * The WeCom configuration.
1008
1008
  */
1009
1009
  weComConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailWeComConfig;
1010
1010
  static names(): {
@@ -1021,12 +1021,12 @@ export declare class GetIdentityProviderResponseBodyIdentityProviderDetail exten
1021
1021
  export declare class GetIdentityProviderResponseBody extends $dara.Model {
1022
1022
  /**
1023
1023
  * @remarks
1024
- * The information about the identity provider.
1024
+ * The identity provider information.
1025
1025
  */
1026
1026
  identityProviderDetail?: GetIdentityProviderResponseBodyIdentityProviderDetail;
1027
1027
  /**
1028
1028
  * @remarks
1029
- * Request ID.
1029
+ * The request ID.
1030
1030
  *
1031
1031
  * @example
1032
1032
  * 0441BD79-92F3-53AA-8657-F8CE4A2B912A