@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
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class CreateIdentityProviderResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the identity provider.
8
+ * Identity provider ID.
9
9
  *
10
10
  * @example
11
11
  * idp_mwpcwnhrimlr2horxXXXX
@@ -13,7 +13,7 @@ export class CreateIdentityProviderResponseBody extends $dara.Model {
13
13
  identityProviderId?: string;
14
14
  /**
15
15
  * @remarks
16
- * The request ID.
16
+ * Request ID.
17
17
  *
18
18
  * @example
19
19
  * 0441BD79-92F3-53AA-8657-F8CE4A2B912A
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class CreateOrganizationalUnitRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The description of the organization. The value can be up to 256 characters in length.
8
+ * The description. The maximum length is 256 characters.
9
9
  *
10
10
  * @example
11
11
  * description
@@ -13,7 +13,7 @@ export class CreateOrganizationalUnitRequest extends $dara.Model {
13
13
  description?: string;
14
14
  /**
15
15
  * @remarks
16
- * The instance ID.
16
+ * Instance ID.
17
17
  *
18
18
  * This parameter is required.
19
19
  *
@@ -23,7 +23,7 @@ export class CreateOrganizationalUnitRequest extends $dara.Model {
23
23
  instanceId?: string;
24
24
  /**
25
25
  * @remarks
26
- * The external ID of the organization, which can be used to associate the organization with an external system. By default, the external ID is the organization ID. The value can be up to 64 characters in length.
26
+ * External ID of the organization, which is used for association with an external system. The default value is the organization ID. The maximum length is 64 characters.
27
27
  *
28
28
  * @example
29
29
  * ou_wovwffm62xifdziem7an7xxxxx
@@ -31,7 +31,7 @@ export class CreateOrganizationalUnitRequest extends $dara.Model {
31
31
  organizationalUnitExternalId?: string;
32
32
  /**
33
33
  * @remarks
34
- * The name of the organization. The name can be up to 64 characters in length.
34
+ * Organization name. The maximum length is 64 characters.
35
35
  *
36
36
  * This parameter is required.
37
37
  *
@@ -41,7 +41,7 @@ export class CreateOrganizationalUnitRequest extends $dara.Model {
41
41
  organizationalUnitName?: string;
42
42
  /**
43
43
  * @remarks
44
- * The parent organization ID.
44
+ * Parent organization ID.
45
45
  *
46
46
  * This parameter is required.
47
47
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class CreateOrganizationalUnitResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The organization ID.
8
+ * Organization ID.
9
9
  *
10
10
  * @example
11
11
  * ou_wovwffm62xifdziem7an7xxxxx
@@ -13,7 +13,7 @@ export class CreateOrganizationalUnitResponseBody extends $dara.Model {
13
13
  organizationalUnitId?: string;
14
14
  /**
15
15
  * @remarks
16
- * The request ID.
16
+ * Request ID.
17
17
  *
18
18
  * @example
19
19
  * 0441BD79-92F3-53AA-8657-F8CE4A2B912A
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class CreateUserRequestCustomFields extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The identifier of the custom field. You must create this field in the console before you can use it in a request. For more information, see the Custom Fields module in the console.
8
+ * The identifier of the custom field. Create the custom field in advance. For more information, refer to the custom fields module in the console.
9
9
  *
10
10
  * @example
11
11
  * age
@@ -13,7 +13,7 @@ export class CreateUserRequestCustomFields extends $dara.Model {
13
13
  fieldName?: string;
14
14
  /**
15
15
  * @remarks
16
- * The value of the custom field. This value must comply with the constraints defined for the corresponding custom field.
16
+ * The value of the custom field. The value must comply with the attribute constraints of the corresponding custom field.
17
17
  *
18
18
  * @example
19
19
  * 10
@@ -45,11 +45,9 @@ export class CreateUserRequestCustomFields extends $dara.Model {
45
45
  export class CreateUserRequestPasswordInitializationConfig extends $dara.Model {
46
46
  /**
47
47
  * @remarks
48
- * The status of forced password update. This setting is disabled by default. Valid values:
49
- *
50
- * - `enabled`: Enables forced password updates.
51
- *
52
- * - `disabled`: Disables forced password updates.
48
+ * The forced password change status. By default, this feature is not enabled. Valid values:
49
+ * - enabled: Enabled.
50
+ * - disabled: Disabled.
53
51
  *
54
52
  * @example
55
53
  * enabled
@@ -57,11 +55,9 @@ export class CreateUserRequestPasswordInitializationConfig extends $dara.Model {
57
55
  passwordForcedUpdateStatus?: string;
58
56
  /**
59
57
  * @remarks
60
- * The priority of the password initialization policy. This setting is disabled by default. Valid values:
61
- *
62
- * - `global`: The service uses the instance-level password initialization policy and ignores the policy specified in this request. For more information, see the password initialization policy settings.
63
- *
64
- * - `custom`: The service uses the password initialization policy defined in this request. This includes the forced password update setting, the password initialization method, and the notification channels.
58
+ * The priority of the password initialization policy. By default, this parameter does not take effect. Valid values:
59
+ * - global: The global policy policy priority. The instance-level password initialization policy is used, and the password initialization policy specified in this request does not take effect. For more information, refer to the password initialization policy in password-related policies.
60
+ * - custom: The custom policy policy priority. The password initialization policy defined in this request is used, including whether to enable forced password change, the password initialization method, and the notification channel.
65
61
  *
66
62
  * @example
67
63
  * global
@@ -69,9 +65,8 @@ export class CreateUserRequestPasswordInitializationConfig extends $dara.Model {
69
65
  passwordInitializationPolicyPriority?: string;
70
66
  /**
71
67
  * @remarks
72
- * The password initialization type. Valid values:
73
- *
74
- * - `random`: The system generates a random password.
68
+ * The password initialization method. Valid values:
69
+ * - random: random.
75
70
  *
76
71
  * @example
77
72
  * random
@@ -118,7 +113,7 @@ export class CreateUserRequestPasswordInitializationConfig extends $dara.Model {
118
113
  export class CreateUserRequest extends $dara.Model {
119
114
  /**
120
115
  * @remarks
121
- * A client-provided token to ensure the idempotence of the request. This value must be unique for each request. The token can contain only ASCII characters and must be no more than 64 characters long. For more information, see [How to ensure idempotence](~~~/doc-en/6a938a5b-2402-4c9d-b235-3733a1f813c9.dita).
116
+ * The client token that is used to ensure the idempotence of the request. You can use the client to generate a parameter value, but you must make sure that the value is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see References: How to ensure idempotence.
122
117
  *
123
118
  * @example
124
119
  * client-token-example
@@ -134,7 +129,7 @@ export class CreateUserRequest extends $dara.Model {
134
129
  customFields?: CreateUserRequestCustomFields[];
135
130
  /**
136
131
  * @remarks
137
- * The description. The maximum length is 256 characters.
132
+ * The description. The description can be up to 256 characters in length.
138
133
  *
139
134
  * @example
140
135
  * description text
@@ -142,7 +137,7 @@ export class CreateUserRequest extends $dara.Model {
142
137
  description?: string;
143
138
  /**
144
139
  * @remarks
145
- * The display name. The maximum length is 128 characters.
140
+ * The display name of the account. The display name can be up to 128 characters in length.
146
141
  *
147
142
  * @example
148
143
  * name_001
@@ -150,7 +145,7 @@ export class CreateUserRequest extends $dara.Model {
150
145
  displayName?: string;
151
146
  /**
152
147
  * @remarks
153
- * The email address. The local part of the address can contain uppercase letters, lowercase letters, digits, periods (.), underscores (_), or hyphens (-). The maximum length is 128 characters.
148
+ * The email address. The email prefix can contain uppercase letters, lowercase letters, digits, periods (.), underscores (_), and hyphens (-). The email address can be up to 128 characters in length.
154
149
  *
155
150
  * @example
156
151
  * example@example.com
@@ -158,7 +153,7 @@ export class CreateUserRequest extends $dara.Model {
158
153
  email?: string;
159
154
  /**
160
155
  * @remarks
161
- * Indicates whether the email address is verified. A verified address is considered trusted. This parameter is required if you specify the `Email` parameter. For typical use, set this to `true`.
156
+ * Specifies whether the email address is verified as a trusted email address. This parameter is required if Email is specified. If no special business requirement exists, set this parameter to true.
162
157
  *
163
158
  * @example
164
159
  * true
@@ -166,7 +161,7 @@ export class CreateUserRequest extends $dara.Model {
166
161
  emailVerified?: boolean;
167
162
  /**
168
163
  * @remarks
169
- * The ID of the instance.
164
+ * The instance ID.
170
165
  *
171
166
  * This parameter is required.
172
167
  *
@@ -176,12 +171,12 @@ export class CreateUserRequest extends $dara.Model {
176
171
  instanceId?: string;
177
172
  /**
178
173
  * @remarks
179
- * A list of subordinate organizational unit IDs. A user can belong to multiple organizational units.
174
+ * The list of organizational unit IDs to which the account belongs. An account can belong to multiple organizational units.
180
175
  */
181
176
  organizationalUnitIds?: string[];
182
177
  /**
183
178
  * @remarks
184
- * The password. The format must comply with the password policy.
179
+ * The password. The password must meet the requirements of the password policy.
185
180
  *
186
181
  * @example
187
182
  * 123456
@@ -189,12 +184,12 @@ export class CreateUserRequest extends $dara.Model {
189
184
  password?: string;
190
185
  /**
191
186
  * @remarks
192
- * The settings for the password initialization policy.
187
+ * The password initialization configuration.
193
188
  */
194
189
  passwordInitializationConfig?: CreateUserRequestPasswordInitializationConfig;
195
190
  /**
196
191
  * @remarks
197
- * The phone number. It must be 6 to 15 digits long.
192
+ * The phone number. The value is a 6 to 15-digit number.
198
193
  *
199
194
  * @example
200
195
  * 12345678901
@@ -202,7 +197,7 @@ export class CreateUserRequest extends $dara.Model {
202
197
  phoneNumber?: string;
203
198
  /**
204
199
  * @remarks
205
- * Indicates whether the phone number is verified. A verified number is considered trusted. This parameter is required if you specify the `PhoneNumber` parameter. For typical use, set this to `true`.
200
+ * Specifies whether the phone number is verified as a trusted phone number. This parameter is required if PhoneNumber is specified. If no special business requirement exists, set this parameter to true.
206
201
  *
207
202
  * @example
208
203
  * true
@@ -210,7 +205,7 @@ export class CreateUserRequest extends $dara.Model {
210
205
  phoneNumberVerified?: boolean;
211
206
  /**
212
207
  * @remarks
213
- * The country code. It must contain 1 to 6 digits and must not include the plus sign (+).
208
+ * The phone region code. The value is a 1 to 6-digit number and does not include a plus sign (+).
214
209
  *
215
210
  * @example
216
211
  * 86
@@ -228,7 +223,7 @@ export class CreateUserRequest extends $dara.Model {
228
223
  primaryOrganizationalUnitId?: string;
229
224
  /**
230
225
  * @remarks
231
- * The external ID for associating the user with an external system. The maximum length is 128 characters. If this parameter is not specified, its value defaults to the system-generated user ID.
226
+ * The external ID of the account. This parameter is used to associate the account with an external system. The value can be up to 128 characters in length. If this parameter is not specified, the account ID is used by default.
232
227
  *
233
228
  * @example
234
229
  * user_d6sbsuumeta4h66ec3il7yxxxx
@@ -236,7 +231,7 @@ export class CreateUserRequest extends $dara.Model {
236
231
  userExternalId?: string;
237
232
  /**
238
233
  * @remarks
239
- * The username. It can contain letters, digits, and the following special characters: underscores (_), periods (.), at signs (@), and hyphens (-). The maximum length is 256 characters.
234
+ * The username. The username can contain letters, digits, underscores (_), periods (.), at signs (@), and hyphens (-). The username can be up to 256 characters in length.
240
235
  *
241
236
  * This parameter is required.
242
237
  *
@@ -13,7 +13,7 @@ export class CreateUserResponseBody extends $dara.Model {
13
13
  requestId?: string;
14
14
  /**
15
15
  * @remarks
16
- * The user ID.
16
+ * The account ID.
17
17
  *
18
18
  * @example
19
19
  * user_d6sbsuumeta4h66ec3il7yxxxx
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DeleteGroupRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The group ID.
8
+ * Group ID.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,7 +15,7 @@ export class DeleteGroupRequest extends $dara.Model {
15
15
  groupId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The instance ID.
18
+ * Instance ID.
19
19
  *
20
20
  * This parameter is required.
21
21
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DeleteGroupResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The request ID.
8
+ * Request ID.
9
9
  *
10
10
  * @example
11
11
  * 0441BD79-92F3-53AA-8657-F8CE4A2B912A
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DeleteIdentityProviderRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Identity provider ID.
8
+ * The identity provider ID.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,7 +15,7 @@ export class DeleteIdentityProviderRequest extends $dara.Model {
15
15
  identityProviderId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The ID of the instance.
18
+ * The instance ID.
19
19
  *
20
20
  * This parameter is required.
21
21
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DeleteOrganizationalUnitChildrenRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Instance ID.
8
+ * The instance ID.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,7 +15,7 @@ export class DeleteOrganizationalUnitChildrenRequest extends $dara.Model {
15
15
  instanceId?: string;
16
16
  /**
17
17
  * @remarks
18
- * Organizational Unit ID.
18
+ * The organization ID.
19
19
  *
20
20
  * This parameter is required.
21
21
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DeleteOrganizationalUnitChildrenResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Request ID.
8
+ * The request ID.
9
9
  *
10
10
  * @example
11
11
  * 0441BD79-92F3-53AA-8657-F8CE4A2B912A
@@ -15,7 +15,7 @@ export class DeleteOrganizationalUnitRequest extends $dara.Model {
15
15
  instanceId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The organization ID.
18
+ * The organizational unit ID.
19
19
  *
20
20
  * This parameter is required.
21
21
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DisableIdentityProviderUdPullRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Identity provider ID.
8
+ * The identity provider ID.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,7 +15,7 @@ export class DisableIdentityProviderUdPullRequest extends $dara.Model {
15
15
  identityProviderId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The ID of the instance.
18
+ * The instance ID.
19
19
  *
20
20
  * This parameter is required.
21
21
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DisableIdentityProviderUdPullResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the request.
8
+ * The request ID.
9
9
  *
10
10
  * @example
11
11
  * 0441BD79-92F3-53AA-8657-F8CE4A2B912A
@@ -15,7 +15,7 @@ export class DisableUserRequest extends $dara.Model {
15
15
  instanceId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The ID of the account.
18
+ * The account ID.
19
19
  *
20
20
  * This parameter is required.
21
21
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class EnableIdentityProviderAuthnRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the identity provider (IdP).
8
+ * The identity provider ID.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class EnableIdentityProviderUdPullRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Identity provider ID.
8
+ * The identity provider ID.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,7 +15,7 @@ export class EnableIdentityProviderUdPullRequest extends $dara.Model {
15
15
  identityProviderId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The ID of the instance.
18
+ * The instance ID.
19
19
  *
20
20
  * This parameter is required.
21
21
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class EnableIdentityProviderUdPullResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the request.
8
+ * The request ID.
9
9
  *
10
10
  * @example
11
11
  * 0441BD79-92F3-53AA-8657-F8CE4A2B912A
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetAuthorizationServerRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * IDaaS的授权服务器资源ID
8
+ * The authorization server ID.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,7 +15,7 @@ export class GetAuthorizationServerRequest extends $dara.Model {
15
15
  authorizationServerId?: string;
16
16
  /**
17
17
  * @remarks
18
- * IDaaS EIAM实例的ID
18
+ * The instance ID.
19
19
  *
20
20
  * This parameter is required.
21
21
  *
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class GetAuthorizationServerResponseBodyAuthorizationServerProtocolEndpoint extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The token endpoint of the authorization server.
9
+ *
7
10
  * @example
8
11
  * https://xxxx.aliyunidaas.com/api/v2/iauths_system/oauth2/token
9
12
  */
10
13
  oauth2TokenEndpoint?: string;
11
14
  /**
15
+ * @remarks
16
+ * The JWKS endpoint of the authorization server.
17
+ *
12
18
  * @example
13
19
  * https://xxxx.aliyunidaas.com/api/v2/iauths_system/oauth2/jwks
14
20
  */
@@ -39,7 +45,7 @@ export class GetAuthorizationServerResponseBodyAuthorizationServerProtocolEndpoi
39
45
  export class GetAuthorizationServerResponseBodyAuthorizationServer extends $dara.Model {
40
46
  /**
41
47
  * @remarks
42
- * IDaaS EIAM 授权服务器ID
48
+ * The authorization server ID.
43
49
  *
44
50
  * @example
45
51
  * iauths_system
@@ -47,7 +53,7 @@ export class GetAuthorizationServerResponseBodyAuthorizationServer extends $dara
47
53
  authorizationServerId?: string;
48
54
  /**
49
55
  * @remarks
50
- * IDaaS EIAM 授权服务器名称
56
+ * The name of the authorization server.
51
57
  *
52
58
  * @example
53
59
  * System_Default
@@ -55,7 +61,7 @@ export class GetAuthorizationServerResponseBodyAuthorizationServer extends $dara
55
61
  authorizationServerName?: string;
56
62
  /**
57
63
  * @remarks
58
- * IDaaS EIAM 授权服务器创建时间
64
+ * The time when the authorization server was created.
59
65
  *
60
66
  * @example
61
67
  * 1754620108295
@@ -63,7 +69,7 @@ export class GetAuthorizationServerResponseBodyAuthorizationServer extends $dara
63
69
  createTime?: number;
64
70
  /**
65
71
  * @remarks
66
- * 创建类型:system_init-系统默认创建,jwt_credential_provider-JWT凭据提供商创建,user_custom-用户创建
72
+ * The creation type.
67
73
  *
68
74
  * @example
69
75
  * system_init
@@ -71,7 +77,7 @@ export class GetAuthorizationServerResponseBodyAuthorizationServer extends $dara
71
77
  creationType?: string;
72
78
  /**
73
79
  * @remarks
74
- * 授权服务器描述
80
+ * The description of the authorization server.
75
81
  *
76
82
  * @example
77
83
  * description of authorization server
@@ -79,7 +85,7 @@ export class GetAuthorizationServerResponseBodyAuthorizationServer extends $dara
79
85
  description?: string;
80
86
  /**
81
87
  * @remarks
82
- * IDaaS EIAM 实例Id
88
+ * The instance ID.
83
89
  *
84
90
  * @example
85
91
  * idaas_qzljgbhtwnnsywtdbz7yzy2any
@@ -87,7 +93,7 @@ export class GetAuthorizationServerResponseBodyAuthorizationServer extends $dara
87
93
  instanceId?: string;
88
94
  /**
89
95
  * @remarks
90
- * IDaaS EIAM 授权token颁发者
96
+ * The issuer of the authorization token.
91
97
  *
92
98
  * @example
93
99
  * https://xxxx.aliyunidaas.com/api/v2/iauths_system/oauth2
@@ -95,7 +101,7 @@ export class GetAuthorizationServerResponseBodyAuthorizationServer extends $dara
95
101
  issuer?: string;
96
102
  /**
97
103
  * @remarks
98
- * Issuer使用的域名,可为初始化域名或已添加的自定义域名
104
+ * The domain name used by the issuer.
99
105
  *
100
106
  * @example
101
107
  * xxxx.aliyunidaas.com
@@ -103,7 +109,7 @@ export class GetAuthorizationServerResponseBodyAuthorizationServer extends $dara
103
109
  issuerDomain?: string;
104
110
  /**
105
111
  * @remarks
106
- * Issuer模式:dynamic-动态基于请求域名,static-使用固定域名
112
+ * The issuer mode.
107
113
  *
108
114
  * @example
109
115
  * static
@@ -111,16 +117,20 @@ export class GetAuthorizationServerResponseBodyAuthorizationServer extends $dara
111
117
  issuerMode?: string;
112
118
  /**
113
119
  * @remarks
114
- * IDaaS EIAM 授权服务器最近更新时间
120
+ * The time when the authorization server was last updated.
115
121
  *
116
122
  * @example
117
123
  * 1781608572164
118
124
  */
119
125
  lastUpdateTime?: number;
126
+ /**
127
+ * @remarks
128
+ * The endpoint configuration of the authorization server.
129
+ */
120
130
  protocolEndpoint?: GetAuthorizationServerResponseBodyAuthorizationServerProtocolEndpoint;
121
131
  /**
122
132
  * @remarks
123
- * IDaaS EIAM 授权服务器状态,enabled启用,disabled禁用
133
+ * The status of the authorization server.
124
134
  *
125
135
  * @example
126
136
  * ENABLE
@@ -173,8 +183,15 @@ export class GetAuthorizationServerResponseBodyAuthorizationServer extends $dara
173
183
  }
174
184
 
175
185
  export class GetAuthorizationServerResponseBody extends $dara.Model {
186
+ /**
187
+ * @remarks
188
+ * The authorization server.
189
+ */
176
190
  authorizationServer?: GetAuthorizationServerResponseBodyAuthorizationServer;
177
191
  /**
192
+ * @remarks
193
+ * The request ID.
194
+ *
178
195
  * @example
179
196
  * 0441BD79-92F3-53AA-8657-F8CE4A2B912A
180
197
  */
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetCloudAccountRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the Alibaba Cloud account.
8
+ * The cloud account ID.
9
9
  *
10
10
  * This parameter is required.
11
11
  *