@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 ListUsersResponseBodyUsers extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The account expiration time. This is a Unix timestamp in milliseconds.
8
+ * The account expiration time, in UNIX timestamp format. Unit: milliseconds.
9
9
  *
10
10
  * @example
11
11
  * 1652085686179
@@ -13,7 +13,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
13
13
  accountExpireTime?: number;
14
14
  /**
15
15
  * @remarks
16
- * The creation time. This is a Unix timestamp in milliseconds.
16
+ * The account creation time, in UNIX timestamp format. Unit: milliseconds.
17
17
  *
18
18
  * @example
19
19
  * 1652085686179
@@ -21,7 +21,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
21
21
  createTime?: number;
22
22
  /**
23
23
  * @remarks
24
- * The user description.
24
+ * The description of the account.
25
25
  *
26
26
  * @example
27
27
  * xxxx
@@ -29,7 +29,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
29
29
  description?: string;
30
30
  /**
31
31
  * @remarks
32
- * The display name.
32
+ * The display name of the account.
33
33
  *
34
34
  * @example
35
35
  * display_name001
@@ -37,7 +37,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
37
37
  displayName?: string;
38
38
  /**
39
39
  * @remarks
40
- * The email address.
40
+ * The email address of the account.
41
41
  *
42
42
  * @example
43
43
  * user@example.com
@@ -45,7 +45,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
45
45
  email?: string;
46
46
  /**
47
47
  * @remarks
48
- * Indicates whether the email address is verified. `true` means the user has verified the email address or an administrator has marked it as verified. `false` means the email address is not verified.
48
+ * Indicates whether the email address has been verified. A value of true indicates that the email address has been verified by the user or set as verified by the administrator. A value of false indicates that the email address has not been verified.
49
49
  *
50
50
  * @example
51
51
  * true
@@ -61,7 +61,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
61
61
  instanceId?: string;
62
62
  /**
63
63
  * @remarks
64
- * The account lock expiration time. This is a Unix timestamp in milliseconds.
64
+ * The account lock expiration time, in UNIX timestamp format. Unit: milliseconds.
65
65
  *
66
66
  * @example
67
67
  * 1652085686179
@@ -69,7 +69,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
69
69
  lockExpireTime?: number;
70
70
  /**
71
71
  * @remarks
72
- * The password expiration time. This is a Unix timestamp in milliseconds.
72
+ * The password expiration time, in UNIX timestamp format. Unit: milliseconds.
73
73
  *
74
74
  * @example
75
75
  * 1652085686179
@@ -77,7 +77,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
77
77
  passwordExpireTime?: number;
78
78
  /**
79
79
  * @remarks
80
- * Indicates whether a password is set.
80
+ * Indicates whether a password has been set.
81
81
  *
82
82
  * @example
83
83
  * false
@@ -85,7 +85,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
85
85
  passwordSet?: boolean;
86
86
  /**
87
87
  * @remarks
88
- * The phone number.
88
+ * The phone number of the account.
89
89
  *
90
90
  * @example
91
91
  * 156xxxxxxx
@@ -93,7 +93,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
93
93
  phoneNumber?: string;
94
94
  /**
95
95
  * @remarks
96
- * Indicates whether the phone number is verified. `true` means the user has verified the phone number or an administrator has marked it as verified. `false` means the phone number is not verified.
96
+ * Indicates whether the phone number has been verified. A value of true indicates that the phone number has been verified by the user or set as verified by the administrator. A value of false indicates that the phone number has not been verified.
97
97
  *
98
98
  * @example
99
99
  * true
@@ -101,7 +101,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
101
101
  phoneNumberVerified?: boolean;
102
102
  /**
103
103
  * @remarks
104
- * The country calling code. For example, specify `86` for Chinese mainland. Do not include `00` or a plus sign (+).
104
+ * The phone region code. Example: The region code for the Chinese mainland is 86, without the 00 or + prefix.
105
105
  *
106
106
  * @example
107
107
  * 86
@@ -109,7 +109,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
109
109
  phoneRegion?: string;
110
110
  /**
111
111
  * @remarks
112
- * The registration time. This is a Unix timestamp in milliseconds.
112
+ * The account registration time, in UNIX timestamp format. Unit: milliseconds.
113
113
  *
114
114
  * @example
115
115
  * 1652085686179
@@ -117,11 +117,9 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
117
117
  registerTime?: number;
118
118
  /**
119
119
  * @remarks
120
- * The status. Valid values:
121
- *
122
- * - `enabled`: The user is enabled.
123
- *
124
- * - `disabled`: The user is disabled.
120
+ * The account status. Valid values:
121
+ * - enabled: Enabled.
122
+ * - disabled: Disabled.
125
123
  *
126
124
  * @example
127
125
  * enabled
@@ -129,7 +127,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
129
127
  status?: string;
130
128
  /**
131
129
  * @remarks
132
- * The last update time. This is a Unix timestamp in milliseconds.
130
+ * The time when the account was last updated, in UNIX timestamp format. Unit: milliseconds.
133
131
  *
134
132
  * @example
135
133
  * 1652085686179
@@ -137,9 +135,9 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
137
135
  updateTime?: number;
138
136
  /**
139
137
  * @remarks
140
- * The external user ID. This ID maps data from an external system to a user in IDaaS. It defaults to the user ID.
138
+ * The external ID of the account, which is used to associate external data with IDaaS accounts. The default value is the IDaaS account ID.
141
139
  *
142
- * Note: The external user ID must be unique for the same source type and source ID.
140
+ * Note: The external ID must be unique within the same source type and source ID.
143
141
  *
144
142
  * @example
145
143
  * user_d6sbsuumeta4h66ec3il7yxxxx
@@ -147,7 +145,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
147
145
  userExternalId?: string;
148
146
  /**
149
147
  * @remarks
150
- * The user ID.
148
+ * The account ID.
151
149
  *
152
150
  * @example
153
151
  * user_d6sbsuumeta4h66ec3il7yxxxx
@@ -155,9 +153,9 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
155
153
  userId?: string;
156
154
  /**
157
155
  * @remarks
158
- * The user source ID.
156
+ * The source ID of the account.
159
157
  *
160
- * If the user is built-in, this is the instance ID. For users from other sources, this is the enterprise ID from the source, such as the `corpId` for a DingTalk organization.
158
+ * For self-built accounts, the default value is the instance ID. For other types, the value corresponds to the enterprise ID of the respective source. For example, for a DingTalk source, the value corresponds to the corpId of the DingTalk enterprise.
161
159
  *
162
160
  * @example
163
161
  * idaas_ue2jvisn35ea5lmthk267xxxxx
@@ -165,15 +163,11 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
165
163
  userSourceId?: string;
166
164
  /**
167
165
  * @remarks
168
- * The user source type. Valid values:
169
- *
170
- * - `build_in`: The user is a built-in user.
171
- *
172
- * - `ding_talk`: The user is imported from DingTalk.
173
- *
174
- * - `ad`: The user is imported from AD.
175
- *
176
- * - `ldap`: The user is imported from LDAP.
166
+ * The source type of the account. Valid values:
167
+ * - build_in: self-built.
168
+ * - ding_talk: imported from DingTalk.
169
+ * - ad: imported from AD.
170
+ * - ldap: imported from LDAP.
177
171
  *
178
172
  * @example
179
173
  * build_in
@@ -181,7 +175,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
181
175
  userSourceType?: string;
182
176
  /**
183
177
  * @remarks
184
- * The user name.
178
+ * The username.
185
179
  *
186
180
  * @example
187
181
  * name001
@@ -251,7 +245,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
251
245
  export class ListUsersResponseBody extends $dara.Model {
252
246
  /**
253
247
  * @remarks
254
- * The number of entries returned per page.
248
+ * The number of entries per page for paging.
255
249
  *
256
250
  * @example
257
251
  * 20
@@ -259,7 +253,7 @@ export class ListUsersResponseBody extends $dara.Model {
259
253
  maxResults?: number;
260
254
  /**
261
255
  * @remarks
262
- * The token used to retrieve the next page of results.
256
+ * The pagination token.
263
257
  *
264
258
  * @example
265
259
  * NTxxxxxexample
@@ -275,7 +269,7 @@ export class ListUsersResponseBody extends $dara.Model {
275
269
  requestId?: string;
276
270
  /**
277
271
  * @remarks
278
- * The total number of entries.
272
+ * The total number of entries returned.
279
273
  *
280
274
  * @example
281
275
  * 100
@@ -283,7 +277,7 @@ export class ListUsersResponseBody extends $dara.Model {
283
277
  totalCount?: number;
284
278
  /**
285
279
  * @remarks
286
- * The list of users.
280
+ * The list of account data.
287
281
  */
288
282
  users?: ListUsersResponseBodyUsers[];
289
283
  static names(): { [key: string]: string } {
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ObtainDomainProxyTokenRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The domain ID.
8
+ * The domain name ID.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,7 +15,7 @@ export class ObtainDomainProxyTokenRequest extends $dara.Model {
15
15
  domainId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The ID of the domain name proxy token.
18
+ * The domain proxy token 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 ObtainDomainProxyTokenResponseBodyDomainProxyToken extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The time when the domain name proxy token was created. This value is a UNIX timestamp. Unit: milliseconds.
8
+ * The time when the domain proxy token was created, in UNIX timestamp format. Unit: milliseconds.
9
9
  *
10
10
  * @example
11
11
  * 1649830226000
@@ -13,7 +13,7 @@ export class ObtainDomainProxyTokenResponseBodyDomainProxyToken extends $dara.Mo
13
13
  createTime?: number;
14
14
  /**
15
15
  * @remarks
16
- * The domain ID.
16
+ * The domain name ID.
17
17
  *
18
18
  * @example
19
19
  * dm_examplexxxx
@@ -21,7 +21,7 @@ export class ObtainDomainProxyTokenResponseBodyDomainProxyToken extends $dara.Mo
21
21
  domainId?: string;
22
22
  /**
23
23
  * @remarks
24
- * The domain name proxy token.
24
+ * The domain proxy token.
25
25
  *
26
26
  * @example
27
27
  * PTxxxxxxxx
@@ -29,7 +29,7 @@ export class ObtainDomainProxyTokenResponseBodyDomainProxyToken extends $dara.Mo
29
29
  domainProxyToken?: string;
30
30
  /**
31
31
  * @remarks
32
- * The ID of the domain name proxy token.
32
+ * The domain proxy token ID.
33
33
  *
34
34
  * @example
35
35
  * pt_examplexxxx
@@ -45,7 +45,7 @@ export class ObtainDomainProxyTokenResponseBodyDomainProxyToken extends $dara.Mo
45
45
  instanceId?: string;
46
46
  /**
47
47
  * @remarks
48
- * The time when the domain name proxy token was last used. This value is a UNIX timestamp. Unit: milliseconds.
48
+ * The time when the domain proxy token was last used, in UNIX timestamp format. Unit: milliseconds.
49
49
  *
50
50
  * @example
51
51
  * 1649830226000
@@ -53,11 +53,10 @@ export class ObtainDomainProxyTokenResponseBodyDomainProxyToken extends $dara.Mo
53
53
  lastUsedTime?: number;
54
54
  /**
55
55
  * @remarks
56
- * The status of the token. Valid values:
56
+ * The token status. Valid values:
57
+ * - enabled: Enabled.
57
58
  *
58
- * - enabled: The token is enabled.
59
- *
60
- * - disabled: The token is disabled.
59
+ * - disabled: Disabled.
61
60
  *
62
61
  * @example
63
62
  * enabled
@@ -65,7 +64,7 @@ export class ObtainDomainProxyTokenResponseBodyDomainProxyToken extends $dara.Mo
65
64
  status?: string;
66
65
  /**
67
66
  * @remarks
68
- * The time when the domain name proxy token was last updated. This value is a UNIX timestamp. Unit: milliseconds.
67
+ * The time when the domain proxy token was last updated, in UNIX timestamp format. Unit: milliseconds.
69
68
  *
70
69
  * @example
71
70
  * 1649830226000
@@ -109,7 +108,7 @@ export class ObtainDomainProxyTokenResponseBodyDomainProxyToken extends $dara.Mo
109
108
  export class ObtainDomainProxyTokenResponseBody extends $dara.Model {
110
109
  /**
111
110
  * @remarks
112
- * The information about the proxy token.
111
+ * The proxy token information object.
113
112
  */
114
113
  domainProxyToken?: ObtainDomainProxyTokenResponseBodyDomainProxyToken;
115
114
  /**
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class SetDefaultDomainRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the domain name.
8
+ * The domain name 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 SetIdentityProviderAuthnConfigurationRequestAutoCreateUserConfig extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Automatic account creation status.
8
+ * Indicates whether automatic account creation is enabled.
9
9
  *
10
10
  * @example
11
11
  * disabled
@@ -13,7 +13,7 @@ export class SetIdentityProviderAuthnConfigurationRequestAutoCreateUserConfig ex
13
13
  autoCreateUserStatus?: string;
14
14
  /**
15
15
  * @remarks
16
- * Organization ID
16
+ * The organizational unit IDs.
17
17
  */
18
18
  targetOrganizationalUnitIds?: string[];
19
19
  static names(): { [key: string]: string } {
@@ -45,7 +45,7 @@ export class SetIdentityProviderAuthnConfigurationRequestAutoCreateUserConfig ex
45
45
  export class SetIdentityProviderAuthnConfigurationRequestAutoUpdateUserConfig extends $dara.Model {
46
46
  /**
47
47
  * @remarks
48
- * Specifies whether to enable automatic account updates.
48
+ * Indicates whether automatic account update is enabled.
49
49
  *
50
50
  * @example
51
51
  * disabled
@@ -75,7 +75,7 @@ export class SetIdentityProviderAuthnConfigurationRequestAutoUpdateUserConfig ex
75
75
  export class SetIdentityProviderAuthnConfigurationRequestBindingConfigAutoMatchUserProfileExpressions extends $dara.Model {
76
76
  /**
77
77
  * @remarks
78
- * Type of expression.
78
+ * The type of the expression.
79
79
  *
80
80
  * This parameter is required.
81
81
  *
@@ -85,7 +85,7 @@ export class SetIdentityProviderAuthnConfigurationRequestBindingConfigAutoMatchU
85
85
  expressionMappingType?: string;
86
86
  /**
87
87
  * @remarks
88
- * Expression for mapping attribute value.
88
+ * The value expression of the mapping attribute.
89
89
  *
90
90
  * This parameter is required.
91
91
  *
@@ -95,7 +95,7 @@ export class SetIdentityProviderAuthnConfigurationRequestBindingConfigAutoMatchU
95
95
  sourceValueExpression?: string;
96
96
  /**
97
97
  * @remarks
98
- * Target attribute name for mapping.
98
+ * The name of the mapping target attribute.
99
99
  *
100
100
  * This parameter is required.
101
101
  *
@@ -105,7 +105,7 @@ export class SetIdentityProviderAuthnConfigurationRequestBindingConfigAutoMatchU
105
105
  targetField?: string;
106
106
  /**
107
107
  * @remarks
108
- * Target attribute name for mapping.
108
+ * The description of the mapping target attribute.
109
109
  *
110
110
  * @example
111
111
  * username
@@ -146,7 +146,7 @@ export class SetIdentityProviderAuthnConfigurationRequestBindingConfig extends $
146
146
  autoMatchUserProfileExpressions?: SetIdentityProviderAuthnConfigurationRequestBindingConfigAutoMatchUserProfileExpressions[];
147
147
  /**
148
148
  * @remarks
149
- * Automatic account matching status.
149
+ * Indicates whether automatic account matching is enabled.
150
150
  *
151
151
  * @example
152
152
  * disabled
@@ -154,7 +154,7 @@ export class SetIdentityProviderAuthnConfigurationRequestBindingConfig extends $
154
154
  autoMatchUserStatus?: string;
155
155
  /**
156
156
  * @remarks
157
- * Specifies whether the manual account binding feature is enabled.
157
+ * Indicates whether the manual account binding feature is enabled.
158
158
  *
159
159
  * @example
160
160
  * enabled
@@ -191,7 +191,7 @@ export class SetIdentityProviderAuthnConfigurationRequestBindingConfig extends $
191
191
  export class SetIdentityProviderAuthnConfigurationRequestLdapAuthnConfig extends $dara.Model {
192
192
  /**
193
193
  * @remarks
194
- * Specifies whether to automatically update passwords.
194
+ * Indicates whether automatic password update is supported.
195
195
  *
196
196
  * @example
197
197
  * enabled
@@ -199,7 +199,7 @@ export class SetIdentityProviderAuthnConfigurationRequestLdapAuthnConfig extends
199
199
  autoUpdatePasswordStatus?: string;
200
200
  /**
201
201
  * @remarks
202
- * User Login Identifier
202
+ * The user login identifier.
203
203
  *
204
204
  * @example
205
205
  * email
@@ -207,7 +207,7 @@ export class SetIdentityProviderAuthnConfigurationRequestLdapAuthnConfig extends
207
207
  userLoginIdentifier?: string;
208
208
  /**
209
209
  * @remarks
210
- * User ObjectClass
210
+ * The user ObjectClass.
211
211
  *
212
212
  * @example
213
213
  * posixAccount
@@ -241,22 +241,22 @@ export class SetIdentityProviderAuthnConfigurationRequestLdapAuthnConfig extends
241
241
  export class SetIdentityProviderAuthnConfigurationRequest extends $dara.Model {
242
242
  /**
243
243
  * @remarks
244
- * Automatic Account Creation Rule Configuration.
244
+ * Automatic account creation rule configuration.
245
245
  */
246
246
  autoCreateUserConfig?: SetIdentityProviderAuthnConfigurationRequestAutoCreateUserConfig;
247
247
  /**
248
248
  * @remarks
249
- * Automatic Account Update Configuration
249
+ * Automatic account update configuration.
250
250
  */
251
251
  autoUpdateUserConfig?: SetIdentityProviderAuthnConfigurationRequestAutoUpdateUserConfig;
252
252
  /**
253
253
  * @remarks
254
- * Account Binding Rule Configuration
254
+ * Account binding rule configuration.
255
255
  */
256
256
  bindingConfig?: SetIdentityProviderAuthnConfigurationRequestBindingConfig;
257
257
  /**
258
258
  * @remarks
259
- * Identity Provider ID
259
+ * Identity provider ID.
260
260
  *
261
261
  * This parameter is required.
262
262
  *
@@ -266,7 +266,7 @@ export class SetIdentityProviderAuthnConfigurationRequest extends $dara.Model {
266
266
  identityProviderId?: string;
267
267
  /**
268
268
  * @remarks
269
- * Instance ID
269
+ * Instance ID.
270
270
  *
271
271
  * This parameter is required.
272
272
  *
@@ -276,7 +276,7 @@ export class SetIdentityProviderAuthnConfigurationRequest extends $dara.Model {
276
276
  instanceId?: string;
277
277
  /**
278
278
  * @remarks
279
- * AD/LDAP Authentication Configuration
279
+ * AD/LDAP authentication configuration.
280
280
  */
281
281
  ldapAuthnConfig?: SetIdentityProviderAuthnConfigurationRequestLdapAuthnConfig;
282
282
  static names(): { [key: string]: string } {
@@ -13,7 +13,7 @@ export class SetIdentityProviderUdPullConfigurationRequestLdapUdPullConfig exten
13
13
  groupMemberAttributeName?: string;
14
14
  /**
15
15
  * @remarks
16
- * The group objectClass.
16
+ * The group ObjectClass.
17
17
  *
18
18
  * @example
19
19
  * group
@@ -21,7 +21,7 @@ export class SetIdentityProviderUdPullConfigurationRequestLdapUdPullConfig exten
21
21
  groupObjectClass?: string;
22
22
  /**
23
23
  * @remarks
24
- * The custom group filter.
24
+ * The custom filter for groups.
25
25
  *
26
26
  * @example
27
27
  * (|(cn=test)(group=test@test.com))
@@ -29,7 +29,7 @@ export class SetIdentityProviderUdPullConfigurationRequestLdapUdPullConfig exten
29
29
  groupObjectClassCustomFilter?: string;
30
30
  /**
31
31
  * @remarks
32
- * The organizational unit objectClass.
32
+ * The organizational unit ObjectClass.
33
33
  *
34
34
  * @example
35
35
  * organizationUnit,top
@@ -37,7 +37,7 @@ export class SetIdentityProviderUdPullConfigurationRequestLdapUdPullConfig exten
37
37
  organizationUnitObjectClass?: string;
38
38
  /**
39
39
  * @remarks
40
- * The user objectClass.
40
+ * The user ObjectClass.
41
41
  *
42
42
  * @example
43
43
  * userPrincipalName, mail
@@ -45,7 +45,7 @@ export class SetIdentityProviderUdPullConfigurationRequestLdapUdPullConfig exten
45
45
  userObjectClass?: string;
46
46
  /**
47
47
  * @remarks
48
- * The custom user filter.
48
+ * The custom filter for users.
49
49
  *
50
50
  * @example
51
51
  * (|(cn=test)(mail=test@test.com))
@@ -93,12 +93,12 @@ export class SetIdentityProviderUdPullConfigurationRequestPeriodicSyncConfig ext
93
93
  periodicSyncCron?: string;
94
94
  /**
95
95
  * @remarks
96
- * The time points for synchronization. This parameter is required when periodicSyncType is set to time. For example, if you set this parameter to [3, 5], the synchronization is performed from 03:00 to 04:00 and from 05:00 to 06:00.
96
+ * The execution time points. This parameter is required when periodicSyncType is set to time. For example, [3, 5] indicates that the task runs once between 3:00 and 4:00 and once between 5:00 and 6:00.
97
97
  */
98
98
  periodicSyncTimes?: number[];
99
99
  /**
100
100
  * @remarks
101
- * The type.
101
+ * The type of periodic synchronization.
102
102
  *
103
103
  * @example
104
104
  * cron
@@ -135,7 +135,7 @@ export class SetIdentityProviderUdPullConfigurationRequestPeriodicSyncConfig ext
135
135
  export class SetIdentityProviderUdPullConfigurationRequestPullProtectedRule extends $dara.Model {
136
136
  /**
137
137
  * @remarks
138
- * The threshold for the number of groups to be deleted. If the number of groups to be deleted exceeds this value, the synchronization task is stopped.
138
+ * The threshold for the number of deleted groups. If the number of deleted groups exceeds this value, the synchronization task is terminated.
139
139
  *
140
140
  * @example
141
141
  * 10
@@ -143,7 +143,7 @@ export class SetIdentityProviderUdPullConfigurationRequestPullProtectedRule exte
143
143
  groupDeletedThreshold?: number;
144
144
  /**
145
145
  * @remarks
146
- * The threshold for the number of organizational units to be deleted. If the number of organizational units to be deleted exceeds this value, the synchronization task is stopped.
146
+ * The threshold for the number of deleted organizational units. If the number of deleted organizational units exceeds this value, the synchronization task is terminated.
147
147
  *
148
148
  * @example
149
149
  * 10
@@ -151,7 +151,7 @@ export class SetIdentityProviderUdPullConfigurationRequestPullProtectedRule exte
151
151
  organizationalUnitDeletedThreshold?: number;
152
152
  /**
153
153
  * @remarks
154
- * The threshold for the number of users to be deleted. If the number of users to be deleted exceeds this value, the synchronization task is stopped.
154
+ * The threshold for the number of deleted accounts. If the number of deleted users exceeds this value, the synchronization task is terminated.
155
155
  *
156
156
  * @example
157
157
  * 30
@@ -226,10 +226,9 @@ export class SetIdentityProviderUdPullConfigurationRequest extends $dara.Model {
226
226
  /**
227
227
  * @remarks
228
228
  * The group synchronization status. Valid values:
229
+ * - disabled: Disabled.
229
230
  *
230
- * - disabled: The feature is disabled.
231
- *
232
- * - enabled: The feature is enabled.
231
+ * - enabled: Enabled.
233
232
  *
234
233
  * @example
235
234
  * disabled
@@ -247,11 +246,11 @@ export class SetIdentityProviderUdPullConfigurationRequest extends $dara.Model {
247
246
  identityProviderId?: string;
248
247
  /**
249
248
  * @remarks
250
- * The status of incremental callback. This parameter specifies whether to process incremental callback data from the IdP. Valid values:
249
+ * Specifies whether to process incremental callback data from the IdP. Valid values:
251
250
  *
252
- * - disabled: The feature is disabled.
251
+ * - disabled: Disabled.
253
252
  *
254
- * - enabled: The feature is enabled.
253
+ * - enabled: Enabled.
255
254
  *
256
255
  * This parameter is required.
257
256
  *
@@ -271,21 +270,21 @@ export class SetIdentityProviderUdPullConfigurationRequest extends $dara.Model {
271
270
  instanceId?: string;
272
271
  /**
273
272
  * @remarks
274
- * The configurations of LDAP synchronization.
273
+ * The LDAP synchronization configuration.
275
274
  */
276
275
  ldapUdPullConfig?: SetIdentityProviderUdPullConfigurationRequestLdapUdPullConfig;
277
276
  /**
278
277
  * @remarks
279
- * The scheduled synchronization configuration.
278
+ * The periodic synchronization configuration.
280
279
  */
281
280
  periodicSyncConfig?: SetIdentityProviderUdPullConfigurationRequestPeriodicSyncConfig;
282
281
  /**
283
282
  * @remarks
284
- * The status of scheduled check. This parameter specifies whether to periodically check for data inconsistencies between IDaaS and the IdP. Valid values:
283
+ * Specifies whether to periodically verify data differences between IDaaS and the identity provider. Valid values:
285
284
  *
286
- * - disabled: The feature is disabled.
285
+ * - disabled: Disabled.
287
286
  *
288
- * - enabled: The feature is enabled.
287
+ * - enabled: Enabled.
289
288
  *
290
289
  * @example
291
290
  * disabled
@@ -298,7 +297,7 @@ export class SetIdentityProviderUdPullConfigurationRequest extends $dara.Model {
298
297
  pullProtectedRule?: SetIdentityProviderUdPullConfigurationRequestPullProtectedRule;
299
298
  /**
300
299
  * @remarks
301
- * The inbound synchronization configuration.
300
+ * The inbound synchronization scope configuration.
302
301
  */
303
302
  udSyncScopeConfig?: SetIdentityProviderUdPullConfigurationRequestUdSyncScopeConfig;
304
303
  static names(): { [key: string]: string } {
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class UpdateConditionalAccessPolicyDescriptionRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * A client token that is used to ensure the idempotence of the request. The value of this parameter is generated by the client and must be unique among different requests.
8
+ * The client token that is used to ensure the idempotence of the request. The value of this parameter is generated by the client and must be unique across different requests.
9
9
  *
10
10
  * @example
11
11
  * client-examplexxx
@@ -13,7 +13,7 @@ export class UpdateConditionalAccessPolicyDescriptionRequest extends $dara.Model
13
13
  clientToken?: string;
14
14
  /**
15
15
  * @remarks
16
- * The ID of the conditional access policy.
16
+ * The conditional access policy ID.
17
17
  *
18
18
  * This parameter is required.
19
19
  *