@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 ListGroupsResponseBodyGroups extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The time at which the group was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
8
+ * Group creation time in Unix timestamp format, in milliseconds.
9
9
  *
10
10
  * @example
11
11
  * 1652085686179
@@ -13,7 +13,7 @@ export class ListGroupsResponseBodyGroups extends $dara.Model {
13
13
  createTime?: number;
14
14
  /**
15
15
  * @remarks
16
- * The description of the group.
16
+ * Group description.
17
17
  *
18
18
  * @example
19
19
  * test group
@@ -21,7 +21,7 @@ export class ListGroupsResponseBodyGroups extends $dara.Model {
21
21
  description?: string;
22
22
  /**
23
23
  * @remarks
24
- * The external ID of the group, which can be used to associate the group with an external system. By default, the external ID is the group ID.
24
+ * Group external ID, used for association with external systems. Defaults to the account group ID.
25
25
  *
26
26
  * @example
27
27
  * group_d6sbsuumeta4h66ec3il7yxxxx
@@ -29,7 +29,7 @@ export class ListGroupsResponseBodyGroups extends $dara.Model {
29
29
  groupExternalId?: string;
30
30
  /**
31
31
  * @remarks
32
- * The group ID.
32
+ * Group ID.
33
33
  *
34
34
  * @example
35
35
  * group_d6sbsuumeta4h66ec3il7yxxxx
@@ -37,7 +37,7 @@ export class ListGroupsResponseBodyGroups extends $dara.Model {
37
37
  groupId?: string;
38
38
  /**
39
39
  * @remarks
40
- * The name of the group.
40
+ * Group name.
41
41
  *
42
42
  * @example
43
43
  * group_name
@@ -45,7 +45,7 @@ export class ListGroupsResponseBodyGroups extends $dara.Model {
45
45
  groupName?: string;
46
46
  /**
47
47
  * @remarks
48
- * The source ID of the group. If the group was imported from other services, this value indicates the external source ID. By default, the source ID is the instance ID.
48
+ * Group source ID. If created by importing from other sources, this is the external source ID. Defaults to the instance ID.
49
49
  *
50
50
  * @example
51
51
  * idaas_ue2jvisn35ea5lmthk267xxxxx
@@ -53,7 +53,8 @@ export class ListGroupsResponseBodyGroups extends $dara.Model {
53
53
  groupSourceId?: string;
54
54
  /**
55
55
  * @remarks
56
- * The source type of the group. Only build_in may be returned, which indicates that the group was created in IDaaS.
56
+ * Group source type. Currently, only self-built is supported. Valid values:
57
+ * - build_in: self-built.
57
58
  *
58
59
  * @example
59
60
  * build_in
@@ -61,7 +62,7 @@ export class ListGroupsResponseBodyGroups extends $dara.Model {
61
62
  groupSourceType?: string;
62
63
  /**
63
64
  * @remarks
64
- * The instance ID.
65
+ * Instance ID.
65
66
  *
66
67
  * @example
67
68
  * idaas_ue2jvisn35ea5lmthk267xxxxx
@@ -69,7 +70,7 @@ export class ListGroupsResponseBodyGroups extends $dara.Model {
69
70
  instanceId?: string;
70
71
  /**
71
72
  * @remarks
72
- * The time at which the group was last updated. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
73
+ * Group last update time in Unix timestamp format, in milliseconds.
73
74
  *
74
75
  * @example
75
76
  * 1652085686179
@@ -115,12 +116,12 @@ export class ListGroupsResponseBodyGroups extends $dara.Model {
115
116
  export class ListGroupsResponseBody extends $dara.Model {
116
117
  /**
117
118
  * @remarks
118
- * The queried account groups.
119
+ * Account group list.
119
120
  */
120
121
  groups?: ListGroupsResponseBodyGroups[];
121
122
  /**
122
123
  * @remarks
123
- * The request ID.
124
+ * Request ID.
124
125
  *
125
126
  * @example
126
127
  * 0441BD79-92F3-53AA-8657-F8CE4A2B912A
@@ -128,7 +129,7 @@ export class ListGroupsResponseBody extends $dara.Model {
128
129
  requestId?: string;
129
130
  /**
130
131
  * @remarks
131
- * The total number of entries returned. The maximum number of entries returned at a time depends on the value of PageSize.
132
+ * Total number of matched entries. The maximum number of entries returned in a single request is determined by pageSize.
132
133
  *
133
134
  * @example
134
135
  * 100
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ListIdentityProvidersRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The data synchronization direction of the identity provider.
8
+ * The direction of the identity provider.
9
9
  *
10
10
  * @example
11
11
  * pull
@@ -13,7 +13,7 @@ export class ListIdentityProvidersRequest extends $dara.Model {
13
13
  direction?: 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 ListIdentityProvidersRequest extends $dara.Model {
23
23
  instanceId?: string;
24
24
  /**
25
25
  * @remarks
26
- * The page number.
26
+ * Page number.
27
27
  *
28
28
  * @example
29
29
  * 1
@@ -31,7 +31,7 @@ export class ListIdentityProvidersRequest extends $dara.Model {
31
31
  pageNumber?: number;
32
32
  /**
33
33
  * @remarks
34
- * The number of entries to return on each page.
34
+ * Page size.
35
35
  *
36
36
  * @example
37
37
  * 20
@@ -5,11 +5,11 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Indicates whether advanced configuration is enabled. Valid values:
8
+ * Whether the advanced configuration is enabled. Valid values:
9
9
  *
10
- * - disabled: The feature is disabled.
10
+ * - Disabled: disabled
11
11
  *
12
- * - enabled: The feature is enabled.
12
+ * - Enabled: enabled
13
13
  *
14
14
  * @example
15
15
  * disabled
@@ -42,7 +42,7 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
42
42
  authnSourceSupplier?: string;
43
43
  /**
44
44
  * @remarks
45
- * The authentication method type. Valid values:
45
+ * The authentication source type, OIDC or SAML. Valid values:
46
46
  *
47
47
  * - OIDC: urn:alibaba:idaas:authntype:oidc
48
48
  *
@@ -54,11 +54,11 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
54
54
  authnSourceType?: string;
55
55
  /**
56
56
  * @remarks
57
- * Indicates whether the identity provider supports authentication. Valid values:
57
+ * Whether the corresponding IdP supports authentication. Valid values:
58
58
  *
59
- * - disabled: Authentication is disabled.
59
+ * - Disabled: disabled
60
60
  *
61
- * - enabled: Authentication is enabled.
61
+ * - Enabled: enabled
62
62
  *
63
63
  * @example
64
64
  * disabled
@@ -66,7 +66,7 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
66
66
  authnStatus?: string;
67
67
  /**
68
68
  * @remarks
69
- * The time when the identity provider was created. This is a UNIX timestamp. Unit: milliseconds.
69
+ * The creation time, in Unix timestamp format, measured in milliseconds.
70
70
  *
71
71
  * @example
72
72
  * 1712561597000
@@ -74,7 +74,7 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
74
74
  createTime?: number;
75
75
  /**
76
76
  * @remarks
77
- * The description of the identity provider.
77
+ * Description of the identity provider.
78
78
  *
79
79
  * @example
80
80
  * None
@@ -82,7 +82,7 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
82
82
  description?: string;
83
83
  /**
84
84
  * @remarks
85
- * The external ID of the identity provider.
85
+ * External ID of the identity provider.
86
86
  *
87
87
  * @example
88
88
  * test_123
@@ -90,7 +90,7 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
90
90
  identityProviderExternalId?: string;
91
91
  /**
92
92
  * @remarks
93
- * The identity provider ID.
93
+ * Identity provider ID.
94
94
  *
95
95
  * @example
96
96
  * idp_m5b5wd5s2hpq4t6iaehhXXX
@@ -98,7 +98,7 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
98
98
  identityProviderId?: string;
99
99
  /**
100
100
  * @remarks
101
- * The name of the identity provider.
101
+ * Name of the identity provider.
102
102
  *
103
103
  * @example
104
104
  * xxxx
@@ -122,7 +122,7 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
122
122
  *
123
123
  * - Standard OIDC: urn:alibaba:idaas:idp:standard:oidc
124
124
  *
125
- * - Custom OIDC for SASE: urn:alibaba:idaas:idp:alibaba:sase
125
+ * - SASE Customized OIDC: urn:alibaba:idaas:idp:alibaba:sase
126
126
  *
127
127
  * @example
128
128
  * urn:alibaba:idaas:idp:bytedance:lark:pull
@@ -130,11 +130,11 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
130
130
  identityProviderType?: string;
131
131
  /**
132
132
  * @remarks
133
- * The incremental callback status. This indicates whether to process incremental callback data from the identity provider. Valid values:
133
+ * The incremental callback status, indicating whether incremental callback data from the IdP is processed. Valid values:
134
134
  *
135
- * - disabled: The feature is disabled.
135
+ * - Disabled: disabled
136
136
  *
137
- * - enabled: The feature is enabled.
137
+ * - Enabled: enabled
138
138
  *
139
139
  * @example
140
140
  * enabled
@@ -142,7 +142,7 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
142
142
  incrementalCallbackStatus?: string;
143
143
  /**
144
144
  * @remarks
145
- * The instance ID.
145
+ * Instance ID.
146
146
  *
147
147
  * @example
148
148
  * idaas_pbf4dth34l2qb7mydpntXXX
@@ -150,7 +150,7 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
150
150
  instanceId?: string;
151
151
  /**
152
152
  * @remarks
153
- * The result of the last status check. A sync task can be triggered only when the status check of the identity provider returns \\`success\\`.
153
+ * The last status check result. Before synchronization, a sync task can only be triggered when the identity provider status check result is success.
154
154
  *
155
155
  * @example
156
156
  * success
@@ -158,7 +158,7 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
158
158
  lastStatusCheckJobResult?: string;
159
159
  /**
160
160
  * @remarks
161
- * The reason why the identity provider is locked.
161
+ * The lock reason.
162
162
  *
163
163
  * @example
164
164
  * financial
@@ -166,7 +166,7 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
166
166
  lockReason?: string;
167
167
  /**
168
168
  * @remarks
169
- * The URL of the custom logo for the identity provider.
169
+ * The custom logo URL of the identity provider.
170
170
  *
171
171
  * @example
172
172
  * https://cdn-cn-hangzhou.aliyunidaas.com/xx/logos/xx
@@ -174,7 +174,7 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
174
174
  logoUrl?: string;
175
175
  /**
176
176
  * @remarks
177
- * The periodic check status. This indicates whether to periodically check for data inconsistencies between IDaaS and the identity provider.
177
+ * The periodic sync status, indicating whether the data differences between EIAM and the identity provider are periodically checked.
178
178
  *
179
179
  * @example
180
180
  * disabled
@@ -182,11 +182,11 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
182
182
  periodicSyncStatus?: string;
183
183
  /**
184
184
  * @remarks
185
- * Indicates whether inbound synchronization is enabled. Valid values:
185
+ * Whether the inbound sync feature is supported. Valid values:
186
186
  *
187
- * - disabled: The feature is disabled.
187
+ * - Disabled: disabled
188
188
  *
189
- * - enabled: The feature is enabled.
189
+ * - Enabled: enabled
190
190
  *
191
191
  * @example
192
192
  * disabled
@@ -202,11 +202,11 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
202
202
  udPullTargetScope?: string;
203
203
  /**
204
204
  * @remarks
205
- * Indicates whether outbound synchronization is enabled. Valid values:
205
+ * Whether the outbound sync feature is enabled. Valid values:
206
206
  *
207
- * - disabled: The feature is disabled.
207
+ * - Disabled: disabled
208
208
  *
209
- * - enabled: The feature is enabled.
209
+ * - Enabled: enabled
210
210
  *
211
211
  * @example
212
212
  * disabled
@@ -214,7 +214,7 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
214
214
  udPushStatus?: string;
215
215
  /**
216
216
  * @remarks
217
- * The time when the identity provider was last updated. This is a UNIX timestamp. Unit: milliseconds.
217
+ * The update time, in Unix timestamp format, measured in milliseconds.
218
218
  *
219
219
  * @example
220
220
  * 1712561597000
@@ -282,12 +282,12 @@ export class ListIdentityProvidersResponseBodyIdentityProviders extends $dara.Mo
282
282
  export class ListIdentityProvidersResponseBody extends $dara.Model {
283
283
  /**
284
284
  * @remarks
285
- * The list of identity providers.
285
+ * List of identity provider information.
286
286
  */
287
287
  identityProviders?: ListIdentityProvidersResponseBodyIdentityProviders[];
288
288
  /**
289
289
  * @remarks
290
- * The request ID.
290
+ * Request ID.
291
291
  *
292
292
  * @example
293
293
  * 0441BD79-92F3-53AA-8657-F8CE4A2B912A
@@ -295,7 +295,7 @@ export class ListIdentityProvidersResponseBody extends $dara.Model {
295
295
  requestId?: string;
296
296
  /**
297
297
  * @remarks
298
- * The total number of entries.
298
+ * Total number of entries.
299
299
  *
300
300
  * @example
301
301
  * 100
@@ -4,6 +4,9 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class ListInstancesRequest extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The cross-region replication status.
9
+ *
7
10
  * @example
8
11
  * disabled
9
12
  */
@@ -13,7 +16,7 @@ export class ListInstancesRequest extends $dara.Model {
13
16
  * The license edition. Valid values:
14
17
  * - free: Free Edition.
15
18
  * - trial: Trial Edition.
16
- * - scalability: Capability Expansion Edition.
19
+ * - scalability: Scalability Edition.
17
20
  * - standard: Standard Edition.
18
21
  * - enterprise: Enterprise Edition.
19
22
  *
@@ -13,9 +13,9 @@ export class ListInstancesResponseBodyInstancesDefaultEndpoint extends $dara.Mod
13
13
  endpoint?: string;
14
14
  /**
15
15
  * @remarks
16
- * The status of the instance endpoint. Valid values:
16
+ * The endpoint status. Valid values:
17
17
  * - resolved: Resolved.
18
- * - unresolved: Unresolved.
18
+ * - unresolved: Not resolved.
19
19
  *
20
20
  * @example
21
21
  * resolved
@@ -46,26 +46,41 @@ export class ListInstancesResponseBodyInstancesDefaultEndpoint extends $dara.Mod
46
46
 
47
47
  export class ListInstancesResponseBodyInstancesReplicationConfiguration extends $dara.Model {
48
48
  /**
49
+ * @remarks
50
+ * The instance ID of the backup instance.
51
+ *
49
52
  * @example
50
53
  * idaas_xxxxxx
51
54
  */
52
55
  backupInstanceId?: string;
53
56
  /**
57
+ * @remarks
58
+ * The region ID of the backup instance.
59
+ *
54
60
  * @example
55
61
  * cn-beijing
56
62
  */
57
63
  backupInstanceRegionId?: string;
58
64
  /**
65
+ * @remarks
66
+ * The instance ID of the primary instance.
67
+ *
59
68
  * @example
60
69
  * idaas_xxxxxx
61
70
  */
62
71
  primaryInstanceId?: string;
63
72
  /**
73
+ * @remarks
74
+ * The region ID of the primary instance.
75
+ *
64
76
  * @example
65
77
  * cn-hangzhou
66
78
  */
67
79
  primaryInstanceRegionId?: string;
68
80
  /**
81
+ * @remarks
82
+ * The time when the disaster recovery data replication was created, in UNIX timestamp format. Unit: milliseconds.
83
+ *
69
84
  * @example
70
85
  * 1778499337000
71
86
  */
@@ -102,18 +117,24 @@ export class ListInstancesResponseBodyInstancesReplicationConfiguration extends
102
117
  export class ListInstancesResponseBodyInstances extends $dara.Model {
103
118
  /**
104
119
  * @remarks
105
- * The time when the instance was created. The value is a UNIX timestamp in milliseconds.
120
+ * The instance creation time, in UNIX timestamp format. Unit: milliseconds.
106
121
  *
107
122
  * @example
108
123
  * 1550115455000
109
124
  */
110
125
  createTime?: number;
111
126
  /**
127
+ * @remarks
128
+ * Indicates whether cross-region replication is enabled. Valid values: enabled or disabled.
129
+ *
112
130
  * @example
113
131
  * enabled
114
132
  */
115
133
  crossRegionReplication?: string;
116
134
  /**
135
+ * @remarks
136
+ * The cross-region replication role. Valid values: primary (primary instance) or backup (backup instance).
137
+ *
117
138
  * @example
118
139
  * primary
119
140
  */
@@ -125,13 +146,16 @@ export class ListInstancesResponseBodyInstances extends $dara.Model {
125
146
  defaultEndpoint?: ListInstancesResponseBodyInstancesDefaultEndpoint;
126
147
  /**
127
148
  * @remarks
128
- * The description of the instance.
149
+ * The instance description.
129
150
  *
130
151
  * @example
131
152
  * instance_for_test
132
153
  */
133
154
  description?: string;
134
155
  /**
156
+ * @remarks
157
+ * The instance failover activation status. Valid values: active (activated) or inactive (not activated).
158
+ *
135
159
  * @example
136
160
  * inactive
137
161
  */
@@ -152,6 +176,10 @@ export class ListInstancesResponseBodyInstances extends $dara.Model {
152
176
  * sase
153
177
  */
154
178
  managedServiceCode?: string;
179
+ /**
180
+ * @remarks
181
+ * The replication configuration. This parameter is returned only when CrossRegionReplication is set to enabled.
182
+ */
155
183
  replicationConfiguration?: ListInstancesResponseBodyInstancesReplicationConfiguration;
156
184
  /**
157
185
  * @remarks
@@ -234,7 +262,7 @@ export class ListInstancesResponseBody extends $dara.Model {
234
262
  requestId?: string;
235
263
  /**
236
264
  * @remarks
237
- * The total number of entries in the list.
265
+ * The total number of entries returned.
238
266
  *
239
267
  * @example
240
268
  * 100
@@ -15,7 +15,7 @@ export class ListOrganizationalUnitParentsRequest extends $dara.Model {
15
15
  instanceId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The 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 ListOrganizationalUnitParentsResponseBodyParents extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The organizational unit ID.
8
+ * The organization ID.
9
9
  *
10
10
  * @example
11
11
  * ou_4lag76zc2km5ssg5vsmm2lznvu
@@ -13,7 +13,7 @@ export class ListOrganizationalUnitParentsResponseBodyParents extends $dara.Mode
13
13
  organizationalUnitId?: string;
14
14
  /**
15
15
  * @remarks
16
- * The parent organizational unit ID.
16
+ * The parent organization ID.
17
17
  *
18
18
  * @example
19
19
  * ou_x3beoyepv2ls5iwuge3xhjkwbm
@@ -45,7 +45,7 @@ export class ListOrganizationalUnitParentsResponseBodyParents extends $dara.Mode
45
45
  export class ListOrganizationalUnitParentsResponseBody extends $dara.Model {
46
46
  /**
47
47
  * @remarks
48
- * The list of parent organizational units.
48
+ * The list of parent organizations.
49
49
  */
50
50
  parents?: ListOrganizationalUnitParentsResponseBodyParents[];
51
51
  /**
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ListUsersRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The prefix of the display name. The query is performed based on the prefix.
8
+ * The display name prefix. A left-match query is used.
9
9
  *
10
10
  * @example
11
11
  * name
@@ -13,7 +13,7 @@ export class ListUsersRequest extends $dara.Model {
13
13
  displayNameStartsWith?: string;
14
14
  /**
15
15
  * @remarks
16
- * The email address of the user.
16
+ * The email address of the account.
17
17
  *
18
18
  * @example
19
19
  * user@example.com
@@ -31,7 +31,7 @@ export class ListUsersRequest extends $dara.Model {
31
31
  instanceId?: string;
32
32
  /**
33
33
  * @remarks
34
- * The number of entries per page.
34
+ * The number of entries per page for paging.
35
35
  *
36
36
  * @example
37
37
  * 20
@@ -39,7 +39,7 @@ export class ListUsersRequest extends $dara.Model {
39
39
  maxResults?: number;
40
40
  /**
41
41
  * @remarks
42
- * The pagination token that is used in the next request to retrieve a new page of results.
42
+ * The pagination token.
43
43
  *
44
44
  * @example
45
45
  * NTxxxxexample
@@ -47,7 +47,7 @@ export class ListUsersRequest extends $dara.Model {
47
47
  nextToken?: string;
48
48
  /**
49
49
  * @remarks
50
- * The ID of the organizational unit.
50
+ * The organizational unit ID.
51
51
  *
52
52
  * @example
53
53
  * ou_wovwffm62xifdziem7an7xxxxx
@@ -55,7 +55,7 @@ export class ListUsersRequest extends $dara.Model {
55
55
  organizationalUnitId?: string;
56
56
  /**
57
57
  * @remarks
58
- * The page number. The default value is 1.
58
+ * The page number. Default value: 1.
59
59
  *
60
60
  * @example
61
61
  * 1
@@ -63,7 +63,7 @@ export class ListUsersRequest extends $dara.Model {
63
63
  pageNumber?: number;
64
64
  /**
65
65
  * @remarks
66
- * The number of entries per page. The default value is 20. The maximum value is 100.
66
+ * The number of entries per page. Default value: 20. Maximum value: 100.
67
67
  *
68
68
  * @example
69
69
  * 20
@@ -71,7 +71,7 @@ export class ListUsersRequest extends $dara.Model {
71
71
  pageSize?: number;
72
72
  /**
73
73
  * @remarks
74
- * The mobile number of the user.
74
+ * The phone number of the account.
75
75
  *
76
76
  * @example
77
77
  * 156xxxxxxx
@@ -79,7 +79,7 @@ export class ListUsersRequest extends $dara.Model {
79
79
  phoneNumber?: string;
80
80
  /**
81
81
  * @remarks
82
- * The country calling code. For example, the country calling code of China is `86`. Do not add `00` or `+` to the country calling code.
82
+ * The phone region code. Example: The region code for the Chinese mainland is 86, without the 00 or + prefix.
83
83
  *
84
84
  * @example
85
85
  * 86
@@ -87,11 +87,9 @@ export class ListUsersRequest extends $dara.Model {
87
87
  phoneRegion?: string;
88
88
  /**
89
89
  * @remarks
90
- * The status of the user. Valid values:
91
- *
92
- * - `enabled`: The user is enabled.
93
- *
94
- * - `disabled`: The user is disabled.
90
+ * The account status. Valid values:
91
+ * - enabled: Enabled.
92
+ * - disabled: Disabled.
95
93
  *
96
94
  * @example
97
95
  * enable
@@ -99,9 +97,9 @@ export class ListUsersRequest extends $dara.Model {
99
97
  status?: string;
100
98
  /**
101
99
  * @remarks
102
- * The external ID of the user. The external ID can be used to associate the user with a user in an external system.
100
+ * The external ID, which is used to associate external data with IDaaS accounts.
103
101
  *
104
- * > The external ID must be unique within the same source type and source ID.
102
+ * Note: The external ID must be unique within the same source type and source ID.
105
103
  *
106
104
  * @example
107
105
  * id_wovwffm62xifdziem7an7xxxxx
@@ -109,7 +107,7 @@ export class ListUsersRequest extends $dara.Model {
109
107
  userExternalId?: string;
110
108
  /**
111
109
  * @remarks
112
- * The list of user IDs.
110
+ * The list of account IDs.
113
111
  *
114
112
  * @example
115
113
  * 20
@@ -117,9 +115,9 @@ export class ListUsersRequest extends $dara.Model {
117
115
  userIds?: string[];
118
116
  /**
119
117
  * @remarks
120
- * The source ID of the user.
118
+ * The source ID of the account.
121
119
  *
122
- * If the user is created in EIAM, the value of this parameter is the ID of the EIAM instance. If the user is imported from an external system, the value of this parameter is the enterprise ID of the user in the external system. For example, if the user is imported from DingTalk, the value of this parameter is the `corpId` of the enterprise in DingTalk.
120
+ * 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.
123
121
  *
124
122
  * @example
125
123
  * idaas_ue2jvisn35ea5lmthk267xxxxx
@@ -127,17 +125,12 @@ export class ListUsersRequest extends $dara.Model {
127
125
  userSourceId?: string;
128
126
  /**
129
127
  * @remarks
130
- * The source type of the user. Valid values:
131
- *
132
- * - `build_in`: The user is created in EIAM.
133
- *
134
- * - `ding_talk`: The user is imported from DingTalk.
135
- *
136
- * - `ad`: The user is imported from Active Directory (AD).
137
- *
138
- * - `ldap`: The user is imported from a Lightweight Directory Access Protocol (LDAP) directory.
139
- *
140
- * - `we_com`: The user is imported from WeCom.
128
+ * The source type of the account. Valid values:
129
+ * - build_in: self-built.
130
+ * - ding_talk: imported from DingTalk.
131
+ * - ad: imported from AD.
132
+ * - ldap: imported from LDAP.
133
+ * - we_com: imported from WeCom.
141
134
  *
142
135
  * @example
143
136
  * build_in
@@ -145,7 +138,7 @@ export class ListUsersRequest extends $dara.Model {
145
138
  userSourceType?: string;
146
139
  /**
147
140
  * @remarks
148
- * The prefix of the username. The query is performed based on the prefix.
141
+ * The username prefix. A left-match query is used.
149
142
  *
150
143
  * @example
151
144
  * name_001