@databricks/sdk-scim 0.34.0 → 0.35.0

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.
@@ -1,894 +1,891 @@
1
- import type { JsonValue } from '@databricks/sdk-core/wkt';
2
- import { z } from 'zod';
3
- export declare const GetSortOrder: {
4
- readonly GET_SORT_ORDER_UNSPECIFIED: "GET_SORT_ORDER_UNSPECIFIED";
5
- readonly ASCENDING: "ascending";
6
- readonly DESCENDING: "descending";
1
+ import { z } from "zod";
2
+ import { JsonValue } from "@databricks/sdk-core/wkt";
3
+
4
+ //#region src/v1/model.d.ts
5
+ declare const GetSortOrder: {
6
+ readonly GET_SORT_ORDER_UNSPECIFIED: "GET_SORT_ORDER_UNSPECIFIED";
7
+ readonly ASCENDING: "ascending";
8
+ readonly DESCENDING: "descending";
7
9
  };
8
- export type GetSortOrder = (typeof GetSortOrder)[keyof typeof GetSortOrder] | (string & {});
9
- export declare const GroupSchema: {
10
- readonly GROUP_SCHEMA_UNSPECIFIED: "GROUP_SCHEMA_UNSPECIFIED";
11
- readonly URN_IETF_PARAMS_SCIM_SCHEMAS_CORE_2_0_GROUP: "urn:ietf:params:scim:schemas:core:2.0:Group";
10
+ type GetSortOrder = (typeof GetSortOrder)[keyof typeof GetSortOrder] | (string & {});
11
+ declare const GroupSchema: {
12
+ readonly GROUP_SCHEMA_UNSPECIFIED: "GROUP_SCHEMA_UNSPECIFIED";
13
+ readonly URN_IETF_PARAMS_SCIM_SCHEMAS_CORE_2_0_GROUP: "urn:ietf:params:scim:schemas:core:2.0:Group";
12
14
  };
13
- export type GroupSchema = (typeof GroupSchema)[keyof typeof GroupSchema] | (string & {});
14
- export declare const ListResponseSchema: {
15
- readonly LIST_RESPONSE_SCHEMA_UNSPECIFIED: "LIST_RESPONSE_SCHEMA_UNSPECIFIED";
16
- readonly URN_IETF_PARAMS_SCIM_API_MESSAGES_2_0_LIST_RESPONSE: "urn:ietf:params:scim:api:messages:2.0:ListResponse";
15
+ type GroupSchema = (typeof GroupSchema)[keyof typeof GroupSchema] | (string & {});
16
+ declare const ListResponseSchema: {
17
+ readonly LIST_RESPONSE_SCHEMA_UNSPECIFIED: "LIST_RESPONSE_SCHEMA_UNSPECIFIED";
18
+ readonly URN_IETF_PARAMS_SCIM_API_MESSAGES_2_0_LIST_RESPONSE: "urn:ietf:params:scim:api:messages:2.0:ListResponse";
17
19
  };
18
- export type ListResponseSchema = (typeof ListResponseSchema)[keyof typeof ListResponseSchema] | (string & {});
20
+ type ListResponseSchema = (typeof ListResponseSchema)[keyof typeof ListResponseSchema] | (string & {});
19
21
  /** Type of patch operation. */
20
- export declare const PatchOp: {
21
- readonly PATCH_OP_UNSPECIFIED: "PATCH_OP_UNSPECIFIED";
22
- readonly ADD: "add";
23
- readonly REMOVE: "remove";
24
- readonly REPLACE: "replace";
22
+ declare const PatchOp: {
23
+ readonly PATCH_OP_UNSPECIFIED: "PATCH_OP_UNSPECIFIED";
24
+ readonly ADD: "add";
25
+ readonly REMOVE: "remove";
26
+ readonly REPLACE: "replace";
25
27
  };
26
- export type PatchOp = (typeof PatchOp)[keyof typeof PatchOp] | (string & {});
27
- export declare const PatchSchema: {
28
- readonly PATCH_SCHEMA_UNSPECIFIED: "PATCH_SCHEMA_UNSPECIFIED";
29
- readonly URN_IETF_PARAMS_SCIM_API_MESSAGES_2_0_PATCH_OP: "urn:ietf:params:scim:api:messages:2.0:PatchOp";
28
+ type PatchOp = (typeof PatchOp)[keyof typeof PatchOp] | (string & {});
29
+ declare const PatchSchema: {
30
+ readonly PATCH_SCHEMA_UNSPECIFIED: "PATCH_SCHEMA_UNSPECIFIED";
31
+ readonly URN_IETF_PARAMS_SCIM_API_MESSAGES_2_0_PATCH_OP: "urn:ietf:params:scim:api:messages:2.0:PatchOp";
30
32
  };
31
- export type PatchSchema = (typeof PatchSchema)[keyof typeof PatchSchema] | (string & {});
32
- export declare const ServicePrincipalSchema: {
33
- readonly SERVICE_PRINCIPAL_SCHEMA_UNSPECIFIED: "SERVICE_PRINCIPAL_SCHEMA_UNSPECIFIED";
34
- readonly URN_IETF_PARAMS_SCIM_SCHEMAS_CORE_2_0_SERVICE_PRINCIPAL: "urn:ietf:params:scim:schemas:core:2.0:ServicePrincipal";
33
+ type PatchSchema = (typeof PatchSchema)[keyof typeof PatchSchema] | (string & {});
34
+ declare const ServicePrincipalSchema: {
35
+ readonly SERVICE_PRINCIPAL_SCHEMA_UNSPECIFIED: "SERVICE_PRINCIPAL_SCHEMA_UNSPECIFIED";
36
+ readonly URN_IETF_PARAMS_SCIM_SCHEMAS_CORE_2_0_SERVICE_PRINCIPAL: "urn:ietf:params:scim:schemas:core:2.0:ServicePrincipal";
35
37
  };
36
- export type ServicePrincipalSchema = (typeof ServicePrincipalSchema)[keyof typeof ServicePrincipalSchema] | (string & {});
37
- export declare const UserSchema: {
38
- readonly USER_SCHEMA_UNSPECIFIED: "USER_SCHEMA_UNSPECIFIED";
39
- readonly URN_IETF_PARAMS_SCIM_SCHEMAS_CORE_2_0_USER: "urn:ietf:params:scim:schemas:core:2.0:User";
40
- readonly URN_IETF_PARAMS_SCIM_SCHEMAS_EXTENSION_WORKSPACE_2_0_USER: "urn:ietf:params:scim:schemas:extension:workspace:2.0:User";
38
+ type ServicePrincipalSchema = (typeof ServicePrincipalSchema)[keyof typeof ServicePrincipalSchema] | (string & {});
39
+ declare const UserSchema: {
40
+ readonly USER_SCHEMA_UNSPECIFIED: "USER_SCHEMA_UNSPECIFIED";
41
+ readonly URN_IETF_PARAMS_SCIM_SCHEMAS_CORE_2_0_USER: "urn:ietf:params:scim:schemas:core:2.0:User";
42
+ readonly URN_IETF_PARAMS_SCIM_SCHEMAS_EXTENSION_WORKSPACE_2_0_USER: "urn:ietf:params:scim:schemas:extension:workspace:2.0:User";
41
43
  };
42
- export type UserSchema = (typeof UserSchema)[keyof typeof UserSchema] | (string & {});
43
- export declare const AccountGetSortOrder_GetSortOrder: {
44
- readonly GET_SORT_ORDER_UNSPECIFIED: "GET_SORT_ORDER_UNSPECIFIED";
45
- readonly ASCENDING: "ascending";
46
- readonly DESCENDING: "descending";
44
+ type UserSchema = (typeof UserSchema)[keyof typeof UserSchema] | (string & {});
45
+ declare const AccountGetSortOrder_GetSortOrder: {
46
+ readonly GET_SORT_ORDER_UNSPECIFIED: "GET_SORT_ORDER_UNSPECIFIED";
47
+ readonly ASCENDING: "ascending";
48
+ readonly DESCENDING: "descending";
47
49
  };
48
- export type AccountGetSortOrder_GetSortOrder = (typeof AccountGetSortOrder_GetSortOrder)[keyof typeof AccountGetSortOrder_GetSortOrder] | (string & {});
49
- export declare const AccountListSort_Order: {
50
- readonly ORDER_UNSPECIFIED: "ORDER_UNSPECIFIED";
51
- readonly ASCENDING: "ascending";
52
- readonly DESCENDING: "descending";
50
+ type AccountGetSortOrder_GetSortOrder = (typeof AccountGetSortOrder_GetSortOrder)[keyof typeof AccountGetSortOrder_GetSortOrder] | (string & {});
51
+ declare const AccountListSort_Order: {
52
+ readonly ORDER_UNSPECIFIED: "ORDER_UNSPECIFIED";
53
+ readonly ASCENDING: "ascending";
54
+ readonly DESCENDING: "descending";
53
55
  };
54
- export type AccountListSort_Order = (typeof AccountListSort_Order)[keyof typeof AccountListSort_Order] | (string & {});
56
+ type AccountListSort_Order = (typeof AccountListSort_Order)[keyof typeof AccountListSort_Order] | (string & {});
55
57
  /** Type of patch operation. */
56
- export declare const AccountPatchOp_PatchOp: {
57
- readonly PATCH_OP_UNSPECIFIED: "PATCH_OP_UNSPECIFIED";
58
- readonly ADD: "add";
59
- readonly REMOVE: "remove";
60
- readonly REPLACE: "replace";
58
+ declare const AccountPatchOp_PatchOp: {
59
+ readonly PATCH_OP_UNSPECIFIED: "PATCH_OP_UNSPECIFIED";
60
+ readonly ADD: "add";
61
+ readonly REMOVE: "remove";
62
+ readonly REPLACE: "replace";
61
63
  };
62
- export type AccountPatchOp_PatchOp = (typeof AccountPatchOp_PatchOp)[keyof typeof AccountPatchOp_PatchOp] | (string & {});
63
- export declare const AccountPatchSchema_PatchSchema: {
64
- readonly PATCH_SCHEMA_UNSPECIFIED: "PATCH_SCHEMA_UNSPECIFIED";
65
- readonly URN_IETF_PARAMS_SCIM_API_MESSAGES_2_0_PATCH_OP: "urn:ietf:params:scim:api:messages:2.0:PatchOp";
64
+ type AccountPatchOp_PatchOp = (typeof AccountPatchOp_PatchOp)[keyof typeof AccountPatchOp_PatchOp] | (string & {});
65
+ declare const AccountPatchSchema_PatchSchema: {
66
+ readonly PATCH_SCHEMA_UNSPECIFIED: "PATCH_SCHEMA_UNSPECIFIED";
67
+ readonly URN_IETF_PARAMS_SCIM_API_MESSAGES_2_0_PATCH_OP: "urn:ietf:params:scim:api:messages:2.0:PatchOp";
66
68
  };
67
- export type AccountPatchSchema_PatchSchema = (typeof AccountPatchSchema_PatchSchema)[keyof typeof AccountPatchSchema_PatchSchema] | (string & {});
68
- export declare const ListSort_Order: {
69
- readonly ORDER_UNSPECIFIED: "ORDER_UNSPECIFIED";
70
- readonly ASCENDING: "ascending";
71
- readonly DESCENDING: "descending";
69
+ type AccountPatchSchema_PatchSchema = (typeof AccountPatchSchema_PatchSchema)[keyof typeof AccountPatchSchema_PatchSchema] | (string & {});
70
+ declare const ListSort_Order: {
71
+ readonly ORDER_UNSPECIFIED: "ORDER_UNSPECIFIED";
72
+ readonly ASCENDING: "ascending";
73
+ readonly DESCENDING: "descending";
72
74
  };
73
- export type ListSort_Order = (typeof ListSort_Order)[keyof typeof ListSort_Order] | (string & {});
75
+ type ListSort_Order = (typeof ListSort_Order)[keyof typeof ListSort_Order] | (string & {});
74
76
  /** Permission level */
75
- export declare const PasswordPermission_Level: {
76
- readonly LEVEL_UNSPECIFIED: "LEVEL_UNSPECIFIED";
77
- readonly CAN_USE: "CAN_USE";
77
+ declare const PasswordPermission_Level: {
78
+ readonly LEVEL_UNSPECIFIED: "LEVEL_UNSPECIFIED";
79
+ readonly CAN_USE: "CAN_USE";
78
80
  };
79
- export type PasswordPermission_Level = (typeof PasswordPermission_Level)[keyof typeof PasswordPermission_Level] | (string & {});
80
- export interface AccountComplexValue {
81
- display?: string | undefined;
82
- primary?: boolean | undefined;
83
- ref?: string | undefined;
84
- type?: string | undefined;
85
- value?: string | undefined;
86
- }
87
- export interface AccountGetSortOrder {
88
- }
89
- export interface AccountGroup {
90
- /** String that represents a human-readable group name */
91
- displayName?: string | undefined;
92
- /** external_id should be unique for identifying groups */
93
- externalId?: string | undefined;
94
- /** <Databricks> group ID */
95
- id?: string | undefined;
96
- members?: AccountComplexValue[] | undefined;
97
- /** Container for the group identifier. Workspace local versus account. */
98
- meta?: AccountResourceMeta | undefined;
99
- /** Indicates if the group has the admin role. */
100
- roles?: AccountComplexValue[] | undefined;
101
- /** <Databricks> account ID */
102
- accountId?: string | undefined;
81
+ type PasswordPermission_Level = (typeof PasswordPermission_Level)[keyof typeof PasswordPermission_Level] | (string & {});
82
+ interface AccountComplexValue {
83
+ display?: string | undefined;
84
+ primary?: boolean | undefined;
85
+ ref?: string | undefined;
86
+ type?: string | undefined;
87
+ value?: string | undefined;
88
+ }
89
+ interface AccountGetSortOrder {}
90
+ interface AccountGroup {
91
+ /** String that represents a human-readable group name */
92
+ displayName?: string | undefined;
93
+ /** external_id should be unique for identifying groups */
94
+ externalId?: string | undefined;
95
+ /** <Databricks> group ID */
96
+ id?: string | undefined;
97
+ members?: AccountComplexValue[] | undefined;
98
+ /** Container for the group identifier. Workspace local versus account. */
99
+ meta?: AccountResourceMeta | undefined;
100
+ /** Indicates if the group has the admin role. */
101
+ roles?: AccountComplexValue[] | undefined;
102
+ /** <Databricks> account ID */
103
+ accountId?: string | undefined;
103
104
  }
104
105
  /**
105
106
  * ListSortOrder and GetSortOrder share enum values, which is not supported.
106
107
  * We use nesting as a workaround.
107
108
  */
108
- export interface AccountListSort {
109
- }
110
- export interface AccountName {
111
- /** Family name of the <Databricks> user. */
112
- familyName?: string | undefined;
113
- /** Given name of the <Databricks> user. */
114
- givenName?: string | undefined;
115
- }
116
- export interface AccountPatch {
117
- /** Type of patch operation. */
118
- op?: AccountPatchOp_PatchOp | undefined;
119
- /** Selection of patch operation */
120
- path?: string | undefined;
121
- /** Value to modify */
122
- value?: JsonValue | undefined;
123
- }
124
- export interface AccountPatchOp {
125
- }
126
- export interface AccountPatchSchema {
127
- }
128
- export interface AccountResourceMeta {
129
- /** Identifier for group type. Can be local workspace group (`WorkspaceGroup`) or account group (`Group`). */
130
- resourceType?: string | undefined;
131
- }
132
- export interface AccountServicePrincipal {
133
- /** If this user is active */
134
- active?: boolean | undefined;
135
- /** UUID relating to the service principal */
136
- applicationId?: string | undefined;
137
- /** String that represents a concatenation of given and family names. */
138
- displayName?: string | undefined;
139
- externalId?: string | undefined;
140
- /** <Databricks> service principal ID. */
141
- id?: string | undefined;
142
- /** Indicates if the group has the admin role. */
143
- roles?: AccountComplexValue[] | undefined;
144
- /** <Databricks> account ID */
145
- accountId?: string | undefined;
146
- }
147
- export interface AccountUser {
148
- /** If this user is active */
149
- active?: boolean | undefined;
150
- /** String that represents a concatenation of given and family names. For example `John Smith`. */
151
- displayName?: string | undefined;
152
- /** All the emails associated with the <Databricks> user. This attribute cannot be updated through the SCIM PATCH or PUT APIs; any supplied change is ignored. */
153
- emails?: AccountComplexValue[] | undefined;
154
- /** External ID is not currently supported. It is reserved for future use. */
155
- externalId?: string | undefined;
156
- /** <Databricks> user ID. */
157
- id?: string | undefined;
158
- name?: AccountName | undefined;
159
- /** Indicates if the group has the admin role. */
160
- roles?: AccountComplexValue[] | undefined;
161
- /** Email address of the <Databricks> user. This attribute cannot be updated through the SCIM PATCH or PUT APIs; any supplied change is ignored. */
162
- userName?: string | undefined;
163
- /** <Databricks> account ID */
164
- accountId?: string | undefined;
165
- }
166
- export interface ComplexValue {
167
- display?: string | undefined;
168
- primary?: boolean | undefined;
169
- ref?: string | undefined;
170
- type?: string | undefined;
171
- value?: string | undefined;
172
- }
173
- export interface CreateAccountGroupRequest {
174
- /** String that represents a human-readable group name */
175
- displayName?: string | undefined;
176
- externalId?: string | undefined;
177
- /** <Databricks> group ID */
178
- id?: string | undefined;
179
- members?: AccountComplexValue[] | undefined;
180
- /** Container for the group identifier. Workspace local versus account. */
181
- meta?: AccountResourceMeta | undefined;
182
- /** Indicates if the group has the admin role. */
183
- roles?: AccountComplexValue[] | undefined;
184
- /** <Databricks> account ID */
185
- accountId?: string | undefined;
186
- }
187
- export interface CreateAccountServicePrincipalRequest {
188
- /** If this user is active */
189
- active?: boolean | undefined;
190
- /** UUID relating to the service principal */
191
- applicationId?: string | undefined;
192
- /** String that represents a concatenation of given and family names. */
193
- displayName?: string | undefined;
194
- externalId?: string | undefined;
195
- /** <Databricks> service principal ID. */
196
- id?: string | undefined;
197
- /** Indicates if the group has the admin role. */
198
- roles?: AccountComplexValue[] | undefined;
199
- /** <Databricks> account ID */
200
- accountId?: string | undefined;
201
- }
202
- export interface CreateAccountUserRequest {
203
- /** If this user is active */
204
- active?: boolean | undefined;
205
- /** String that represents a concatenation of given and family names. For example `John Smith`. */
206
- displayName?: string | undefined;
207
- /** All the emails associated with the <Databricks> user. */
208
- emails?: AccountComplexValue[] | undefined;
209
- /** External ID is not currently supported. It is reserved for future use. */
210
- externalId?: string | undefined;
211
- /** <Databricks> user ID. */
212
- id?: string | undefined;
213
- name?: AccountName | undefined;
214
- /** Indicates if the group has the admin role. */
215
- roles?: AccountComplexValue[] | undefined;
216
- /** Email address of the <Databricks> user. */
217
- userName?: string | undefined;
218
- /** <Databricks> account ID */
219
- accountId?: string | undefined;
220
- }
221
- export interface CreateGroupRequest {
222
- /** String that represents a human-readable group name */
223
- displayName?: string | undefined;
224
- /** Entitlements assigned to the group. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
225
- entitlements?: ComplexValue[] | undefined;
226
- externalId?: string | undefined;
227
- groups?: ComplexValue[] | undefined;
228
- /** <Databricks> group ID */
229
- id?: string | undefined;
230
- members?: ComplexValue[] | undefined;
231
- /** Container for the group identifier. Workspace local versus account. */
232
- meta?: ResourceMeta | undefined;
233
- /** Corresponds to AWS instance profile/arn role. */
234
- roles?: ComplexValue[] | undefined;
235
- /** The schema of the group. */
236
- schemas?: GroupSchema[] | undefined;
237
- }
238
- export interface CreateServicePrincipalRequest {
239
- /** If this user is active */
240
- active?: boolean | undefined;
241
- /** UUID relating to the service principal */
242
- applicationId?: string | undefined;
243
- /** String that represents a concatenation of given and family names. */
244
- displayName?: string | undefined;
245
- /** Entitlements assigned to the service principal. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
246
- entitlements?: ComplexValue[] | undefined;
247
- externalId?: string | undefined;
248
- groups?: ComplexValue[] | undefined;
249
- /** <Databricks> service principal ID. */
250
- id?: string | undefined;
251
- /** Corresponds to AWS instance profile/arn role. */
252
- roles?: ComplexValue[] | undefined;
253
- /** The schema of the List response. */
254
- schemas?: ServicePrincipalSchema[] | undefined;
255
- }
256
- export interface CreateUserRequest {
257
- /** If this user is active */
258
- active?: boolean | undefined;
259
- /** String that represents a concatenation of given and family names. For example `John Smith`. This field cannot be updated through the Workspace SCIM APIs when [identity federation is enabled](https://docs.databricks.com/administration-guide/users-groups/best-practices.html#enable-identity-federation). Use Account SCIM APIs to update `displayName`. */
260
- displayName?: string | undefined;
261
- /** All the emails associated with the <Databricks> user. */
262
- emails?: ComplexValue[] | undefined;
263
- /** Entitlements assigned to the user. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
264
- entitlements?: ComplexValue[] | undefined;
265
- /** External ID is not currently supported. It is reserved for future use. */
266
- externalId?: string | undefined;
267
- groups?: ComplexValue[] | undefined;
268
- /** <Databricks> user ID. */
269
- id?: string | undefined;
270
- name?: Name | undefined;
271
- /** Corresponds to AWS instance profile/arn role. */
272
- roles?: ComplexValue[] | undefined;
273
- /** The schema of the user. */
274
- schemas?: UserSchema[] | undefined;
275
- /** Email address of the <Databricks> user. */
276
- userName?: string | undefined;
109
+ interface AccountListSort {}
110
+ interface AccountName {
111
+ /** Family name of the <Databricks> user. */
112
+ familyName?: string | undefined;
113
+ /** Given name of the <Databricks> user. */
114
+ givenName?: string | undefined;
115
+ }
116
+ interface AccountPatch {
117
+ /** Type of patch operation. */
118
+ op?: AccountPatchOp_PatchOp | undefined;
119
+ /** Selection of patch operation */
120
+ path?: string | undefined;
121
+ /** Value to modify */
122
+ value?: JsonValue | undefined;
123
+ }
124
+ interface AccountPatchOp {}
125
+ interface AccountPatchSchema {}
126
+ interface AccountResourceMeta {
127
+ /** Identifier for group type. Can be local workspace group (`WorkspaceGroup`) or account group (`Group`). */
128
+ resourceType?: string | undefined;
129
+ }
130
+ interface AccountServicePrincipal {
131
+ /** If this user is active */
132
+ active?: boolean | undefined;
133
+ /** UUID relating to the service principal */
134
+ applicationId?: string | undefined;
135
+ /** String that represents a concatenation of given and family names. */
136
+ displayName?: string | undefined;
137
+ externalId?: string | undefined;
138
+ /** <Databricks> service principal ID. */
139
+ id?: string | undefined;
140
+ /** Indicates if the group has the admin role. */
141
+ roles?: AccountComplexValue[] | undefined;
142
+ /** <Databricks> account ID */
143
+ accountId?: string | undefined;
144
+ }
145
+ interface AccountUser {
146
+ /** If this user is active */
147
+ active?: boolean | undefined;
148
+ /** String that represents a concatenation of given and family names. For example `John Smith`. */
149
+ displayName?: string | undefined;
150
+ /** All the emails associated with the <Databricks> user. This attribute cannot be updated through the SCIM PATCH or PUT APIs; any supplied change is ignored. */
151
+ emails?: AccountComplexValue[] | undefined;
152
+ /** External ID is not currently supported. It is reserved for future use. */
153
+ externalId?: string | undefined;
154
+ /** <Databricks> user ID. */
155
+ id?: string | undefined;
156
+ name?: AccountName | undefined;
157
+ /** Indicates if the group has the admin role. */
158
+ roles?: AccountComplexValue[] | undefined;
159
+ /** Email address of the <Databricks> user. This attribute cannot be updated through the SCIM PATCH or PUT APIs; any supplied change is ignored. */
160
+ userName?: string | undefined;
161
+ /** <Databricks> account ID */
162
+ accountId?: string | undefined;
163
+ }
164
+ interface ComplexValue {
165
+ display?: string | undefined;
166
+ primary?: boolean | undefined;
167
+ ref?: string | undefined;
168
+ type?: string | undefined;
169
+ value?: string | undefined;
170
+ }
171
+ interface CreateAccountGroupRequest {
172
+ /** String that represents a human-readable group name */
173
+ displayName?: string | undefined;
174
+ externalId?: string | undefined;
175
+ /** <Databricks> group ID */
176
+ id?: string | undefined;
177
+ members?: AccountComplexValue[] | undefined;
178
+ /** Container for the group identifier. Workspace local versus account. */
179
+ meta?: AccountResourceMeta | undefined;
180
+ /** Indicates if the group has the admin role. */
181
+ roles?: AccountComplexValue[] | undefined;
182
+ /** <Databricks> account ID */
183
+ accountId?: string | undefined;
184
+ }
185
+ interface CreateAccountServicePrincipalRequest {
186
+ /** If this user is active */
187
+ active?: boolean | undefined;
188
+ /** UUID relating to the service principal */
189
+ applicationId?: string | undefined;
190
+ /** String that represents a concatenation of given and family names. */
191
+ displayName?: string | undefined;
192
+ externalId?: string | undefined;
193
+ /** <Databricks> service principal ID. */
194
+ id?: string | undefined;
195
+ /** Indicates if the group has the admin role. */
196
+ roles?: AccountComplexValue[] | undefined;
197
+ /** <Databricks> account ID */
198
+ accountId?: string | undefined;
199
+ }
200
+ interface CreateAccountUserRequest {
201
+ /** If this user is active */
202
+ active?: boolean | undefined;
203
+ /** String that represents a concatenation of given and family names. For example `John Smith`. */
204
+ displayName?: string | undefined;
205
+ /** All the emails associated with the <Databricks> user. */
206
+ emails?: AccountComplexValue[] | undefined;
207
+ /** External ID is not currently supported. It is reserved for future use. */
208
+ externalId?: string | undefined;
209
+ /** <Databricks> user ID. */
210
+ id?: string | undefined;
211
+ name?: AccountName | undefined;
212
+ /** Indicates if the group has the admin role. */
213
+ roles?: AccountComplexValue[] | undefined;
214
+ /** Email address of the <Databricks> user. */
215
+ userName?: string | undefined;
216
+ /** <Databricks> account ID */
217
+ accountId?: string | undefined;
218
+ }
219
+ interface CreateGroupRequest {
220
+ /** String that represents a human-readable group name */
221
+ displayName?: string | undefined;
222
+ /** Entitlements assigned to the group. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
223
+ entitlements?: ComplexValue[] | undefined;
224
+ externalId?: string | undefined;
225
+ groups?: ComplexValue[] | undefined;
226
+ /** <Databricks> group ID */
227
+ id?: string | undefined;
228
+ members?: ComplexValue[] | undefined;
229
+ /** Container for the group identifier. Workspace local versus account. */
230
+ meta?: ResourceMeta | undefined;
231
+ /** Corresponds to AWS instance profile/arn role. */
232
+ roles?: ComplexValue[] | undefined;
233
+ /** The schema of the group. */
234
+ schemas?: GroupSchema[] | undefined;
235
+ }
236
+ interface CreateServicePrincipalRequest {
237
+ /** If this user is active */
238
+ active?: boolean | undefined;
239
+ /** UUID relating to the service principal */
240
+ applicationId?: string | undefined;
241
+ /** String that represents a concatenation of given and family names. */
242
+ displayName?: string | undefined;
243
+ /** Entitlements assigned to the service principal. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
244
+ entitlements?: ComplexValue[] | undefined;
245
+ externalId?: string | undefined;
246
+ groups?: ComplexValue[] | undefined;
247
+ /** <Databricks> service principal ID. */
248
+ id?: string | undefined;
249
+ /** Corresponds to AWS instance profile/arn role. */
250
+ roles?: ComplexValue[] | undefined;
251
+ /** The schema of the List response. */
252
+ schemas?: ServicePrincipalSchema[] | undefined;
253
+ }
254
+ interface CreateUserRequest {
255
+ /** If this user is active */
256
+ active?: boolean | undefined;
257
+ /** String that represents a concatenation of given and family names. For example `John Smith`. This field cannot be updated through the Workspace SCIM APIs when [identity federation is enabled](https://docs.databricks.com/administration-guide/users-groups/best-practices.html#enable-identity-federation). Use Account SCIM APIs to update `displayName`. */
258
+ displayName?: string | undefined;
259
+ /** All the emails associated with the <Databricks> user. */
260
+ emails?: ComplexValue[] | undefined;
261
+ /** Entitlements assigned to the user. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
262
+ entitlements?: ComplexValue[] | undefined;
263
+ /** External ID is not currently supported. It is reserved for future use. */
264
+ externalId?: string | undefined;
265
+ groups?: ComplexValue[] | undefined;
266
+ /** <Databricks> user ID. */
267
+ id?: string | undefined;
268
+ name?: Name | undefined;
269
+ /** Corresponds to AWS instance profile/arn role. */
270
+ roles?: ComplexValue[] | undefined;
271
+ /** The schema of the user. */
272
+ schemas?: UserSchema[] | undefined;
273
+ /** Email address of the <Databricks> user. */
274
+ userName?: string | undefined;
277
275
  }
278
276
  /** Delete a group */
279
- export interface DeleteAccountGroupRequest {
280
- /** Unique ID for a group in the <Databricks> account. */
281
- id?: string | undefined;
282
- /** <Databricks> account ID */
283
- accountId?: string | undefined;
277
+ interface DeleteAccountGroupRequest {
278
+ /** Unique ID for a group in the <Databricks> account. */
279
+ id?: string | undefined;
280
+ /** <Databricks> account ID */
281
+ accountId?: string | undefined;
284
282
  }
285
283
  /** Delete a service principal */
286
- export interface DeleteAccountServicePrincipalRequest {
287
- /** Unique ID for a service principal in the <Databricks> account. */
288
- id?: string | undefined;
289
- /** <Databricks> account ID */
290
- accountId?: string | undefined;
284
+ interface DeleteAccountServicePrincipalRequest {
285
+ /** Unique ID for a service principal in the <Databricks> account. */
286
+ id?: string | undefined;
287
+ /** <Databricks> account ID */
288
+ accountId?: string | undefined;
291
289
  }
292
290
  /** Delete a user */
293
- export interface DeleteAccountUserRequest {
294
- /** Unique ID for a user in the <Databricks> account. */
295
- id?: string | undefined;
296
- /** <Databricks> account ID */
297
- accountId?: string | undefined;
291
+ interface DeleteAccountUserRequest {
292
+ /** Unique ID for a user in the <Databricks> account. */
293
+ id?: string | undefined;
294
+ /** <Databricks> account ID */
295
+ accountId?: string | undefined;
298
296
  }
299
297
  /** Delete a group */
300
- export interface DeleteGroupRequest {
301
- /** Unique ID for a group in the <Databricks> workspace. */
302
- id?: string | undefined;
298
+ interface DeleteGroupRequest {
299
+ /** Unique ID for a group in the <Databricks> workspace. */
300
+ id?: string | undefined;
303
301
  }
304
302
  /** Delete a service principal */
305
- export interface DeleteServicePrincipalRequest {
306
- /** Unique ID for a service principal in the <Databricks> workspace. */
307
- id?: string | undefined;
303
+ interface DeleteServicePrincipalRequest {
304
+ /** Unique ID for a service principal in the <Databricks> workspace. */
305
+ id?: string | undefined;
308
306
  }
309
307
  /** Delete a user */
310
- export interface DeleteUserRequest {
311
- /** Unique ID for a user in the <Databricks> workspace. */
312
- id?: string | undefined;
308
+ interface DeleteUserRequest {
309
+ /** Unique ID for a user in the <Databricks> workspace. */
310
+ id?: string | undefined;
313
311
  }
314
312
  /** Get group details */
315
- export interface GetAccountGroupRequest {
316
- /** Unique ID for a group in the <Databricks> account. */
317
- id?: string | undefined;
318
- /** <Databricks> account ID */
319
- accountId?: string | undefined;
313
+ interface GetAccountGroupRequest {
314
+ /** Unique ID for a group in the <Databricks> account. */
315
+ id?: string | undefined;
316
+ /** <Databricks> account ID */
317
+ accountId?: string | undefined;
320
318
  }
321
319
  /** Get service principal details */
322
- export interface GetAccountServicePrincipalRequest {
323
- /** Unique ID for a service principal in the <Databricks> account. */
324
- id?: string | undefined;
325
- /** <Databricks> account ID */
326
- accountId?: string | undefined;
320
+ interface GetAccountServicePrincipalRequest {
321
+ /** Unique ID for a service principal in the <Databricks> account. */
322
+ id?: string | undefined;
323
+ /** <Databricks> account ID */
324
+ accountId?: string | undefined;
327
325
  }
328
326
  /** Get user details */
329
- export interface GetAccountUserRequest {
330
- /** Comma-separated list of attributes to return in response. */
331
- attributes?: string | undefined;
332
- /** Desired number of results per page. Default is 10000. */
333
- count?: number | undefined;
334
- /** Comma-separated list of attributes to exclude in response. */
335
- excludedAttributes?: string | undefined;
336
- /** Query by which the results have to be filtered. Supported operators are equals(`eq`), contains(`co`), starts with(`sw`) and not equals(`ne`). Additionally, simple expressions can be formed using logical operators - `and` and `or`. The [SCIM RFC](https://tools.ietf.org/html/rfc7644#section-3.4.2.2) has more details but we currently only support simple expressions. */
337
- filter?: string | undefined;
338
- /** Unique ID for a user in the <Databricks> account. */
339
- id?: string | undefined;
340
- /** Attribute to sort the results. Multi-part paths are supported. For example, `userName`, `name.givenName`, and `emails`. */
341
- sortBy?: string | undefined;
342
- /** The order to sort the results. */
343
- sortOrder?: AccountGetSortOrder_GetSortOrder | undefined;
344
- /** Specifies the index of the first result. First item is number 1. */
345
- startIndex?: number | undefined;
346
- /** <Databricks> account ID */
347
- accountId?: string | undefined;
327
+ interface GetAccountUserRequest {
328
+ /** Comma-separated list of attributes to return in response. */
329
+ attributes?: string | undefined;
330
+ /** Desired number of results per page. Default is 10000. */
331
+ count?: number | undefined;
332
+ /** Comma-separated list of attributes to exclude in response. */
333
+ excludedAttributes?: string | undefined;
334
+ /** Query by which the results have to be filtered. Supported operators are equals(`eq`), contains(`co`), starts with(`sw`) and not equals(`ne`). Additionally, simple expressions can be formed using logical operators - `and` and `or`. The [SCIM RFC](https://tools.ietf.org/html/rfc7644#section-3.4.2.2) has more details but we currently only support simple expressions. */
335
+ filter?: string | undefined;
336
+ /** Unique ID for a user in the <Databricks> account. */
337
+ id?: string | undefined;
338
+ /** Attribute to sort the results. Multi-part paths are supported. For example, `userName`, `name.givenName`, and `emails`. */
339
+ sortBy?: string | undefined;
340
+ /** The order to sort the results. */
341
+ sortOrder?: AccountGetSortOrder_GetSortOrder | undefined;
342
+ /** Specifies the index of the first result. First item is number 1. */
343
+ startIndex?: number | undefined;
344
+ /** <Databricks> account ID */
345
+ accountId?: string | undefined;
348
346
  }
349
347
  /** Get group details */
350
- export interface GetGroupRequest {
351
- /** Unique ID for a group in the <Databricks> workspace. */
352
- id?: string | undefined;
348
+ interface GetGroupRequest {
349
+ /** Unique ID for a group in the <Databricks> workspace. */
350
+ id?: string | undefined;
353
351
  }
354
352
  /** Get object permission levels */
355
- export interface GetPasswordPermissionLevelsRequest {
356
- }
357
- export interface GetPasswordPermissionLevelsResponse {
358
- /** Specific permission levels */
359
- permissionLevels?: PasswordPermissionsDescription[] | undefined;
360
- }
361
- export interface GetPasswordPermissionsRequest {
353
+ interface GetPasswordPermissionLevelsRequest {}
354
+ interface GetPasswordPermissionLevelsResponse {
355
+ /** Specific permission levels */
356
+ permissionLevels?: PasswordPermissionsDescription[] | undefined;
362
357
  }
358
+ interface GetPasswordPermissionsRequest {}
363
359
  /** Get service principal details */
364
- export interface GetServicePrincipalRequest {
365
- /** Unique ID for a service principal in the <Databricks> workspace. */
366
- id?: string | undefined;
360
+ interface GetServicePrincipalRequest {
361
+ /** Unique ID for a service principal in the <Databricks> workspace. */
362
+ id?: string | undefined;
367
363
  }
368
364
  /** Get user details */
369
- export interface GetUserRequest {
370
- /** Comma-separated list of attributes to return in response. */
371
- attributes?: string | undefined;
372
- /** Desired number of results per page. */
373
- count?: number | undefined;
374
- /** Comma-separated list of attributes to exclude in response. */
375
- excludedAttributes?: string | undefined;
376
- /** Query by which the results have to be filtered. Supported operators are equals(`eq`), contains(`co`), starts with(`sw`) and not equals(`ne`). Additionally, simple expressions can be formed using logical operators - `and` and `or`. The [SCIM RFC](https://tools.ietf.org/html/rfc7644#section-3.4.2.2) has more details but we currently only support simple expressions. */
377
- filter?: string | undefined;
378
- /** Unique ID for a user in the <Databricks> workspace. */
379
- id?: string | undefined;
380
- /** Attribute to sort the results. Multi-part paths are supported. For example, `userName`, `name.givenName`, and `emails`. */
381
- sortBy?: string | undefined;
382
- /** The order to sort the results. */
383
- sortOrder?: GetSortOrder | undefined;
384
- /** Specifies the index of the first result. First item is number 1. */
385
- startIndex?: number | undefined;
386
- }
387
- export interface Group {
388
- /** String that represents a human-readable group name */
389
- displayName?: string | undefined;
390
- /** Entitlements assigned to the group. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
391
- entitlements?: ComplexValue[] | undefined;
392
- /** external_id should be unique for identifying groups */
393
- externalId?: string | undefined;
394
- groups?: ComplexValue[] | undefined;
395
- /** <Databricks> group ID */
396
- id?: string | undefined;
397
- members?: ComplexValue[] | undefined;
398
- /** Container for the group identifier. Workspace local versus account. */
399
- meta?: ResourceMeta | undefined;
400
- /** Corresponds to AWS instance profile/arn role. */
401
- roles?: ComplexValue[] | undefined;
402
- /** The schema of the group. */
403
- schemas?: GroupSchema[] | undefined;
365
+ interface GetUserRequest {
366
+ /** Comma-separated list of attributes to return in response. */
367
+ attributes?: string | undefined;
368
+ /** Desired number of results per page. */
369
+ count?: number | undefined;
370
+ /** Comma-separated list of attributes to exclude in response. */
371
+ excludedAttributes?: string | undefined;
372
+ /** Query by which the results have to be filtered. Supported operators are equals(`eq`), contains(`co`), starts with(`sw`) and not equals(`ne`). Additionally, simple expressions can be formed using logical operators - `and` and `or`. The [SCIM RFC](https://tools.ietf.org/html/rfc7644#section-3.4.2.2) has more details but we currently only support simple expressions. */
373
+ filter?: string | undefined;
374
+ /** Unique ID for a user in the <Databricks> workspace. */
375
+ id?: string | undefined;
376
+ /** Attribute to sort the results. Multi-part paths are supported. For example, `userName`, `name.givenName`, and `emails`. */
377
+ sortBy?: string | undefined;
378
+ /** The order to sort the results. */
379
+ sortOrder?: GetSortOrder | undefined;
380
+ /** Specifies the index of the first result. First item is number 1. */
381
+ startIndex?: number | undefined;
382
+ }
383
+ interface Group {
384
+ /** String that represents a human-readable group name */
385
+ displayName?: string | undefined;
386
+ /** Entitlements assigned to the group. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
387
+ entitlements?: ComplexValue[] | undefined;
388
+ /** external_id should be unique for identifying groups */
389
+ externalId?: string | undefined;
390
+ groups?: ComplexValue[] | undefined;
391
+ /** <Databricks> group ID */
392
+ id?: string | undefined;
393
+ members?: ComplexValue[] | undefined;
394
+ /** Container for the group identifier. Workspace local versus account. */
395
+ meta?: ResourceMeta | undefined;
396
+ /** Corresponds to AWS instance profile/arn role. */
397
+ roles?: ComplexValue[] | undefined;
398
+ /** The schema of the group. */
399
+ schemas?: GroupSchema[] | undefined;
404
400
  }
405
401
  /** List group details */
406
- export interface ListAccountGroupsRequest {
407
- /** <Databricks> account ID */
408
- accountId?: string | undefined;
409
- /** Query by which the results have to be filtered. Supported operators are equals(`eq`), contains(`co`), starts with(`sw`) and not equals(`ne`). Additionally, simple expressions can be formed using logical operators - `and` and `or`. The [SCIM RFC](https://tools.ietf.org/html/rfc7644#section-3.4.2.2) has more details but we currently only support simple expressions. */
410
- filter?: string | undefined;
411
- /** Comma-separated list of attributes to return in response. */
412
- attributes?: string | undefined;
413
- /** Comma-separated list of attributes to exclude in response. */
414
- excludedAttributes?: string | undefined;
415
- /** Specifies the index of the first result. First item is number 1. */
416
- startIndex?: bigint | undefined;
417
- /** Desired number of results per page. Default is 10000. */
418
- count?: bigint | undefined;
419
- /** Attribute to sort the results. */
420
- sortBy?: string | undefined;
421
- /** The order to sort the results. */
422
- sortOrder?: AccountListSort_Order | undefined;
423
- }
424
- export interface ListAccountGroupsResponse {
425
- /** Total results returned in the response. */
426
- itemsPerPage?: number | undefined;
427
- /** User objects returned in the response. */
428
- resources?: AccountGroup[] | undefined;
429
- /** Starting index of all the results that matched the request filters. First item is number 1. */
430
- startIndex?: bigint | undefined;
431
- /** Total results that match the request filters. */
432
- totalResults?: number | undefined;
402
+ interface ListAccountGroupsRequest {
403
+ /** <Databricks> account ID */
404
+ accountId?: string | undefined;
405
+ /** Query by which the results have to be filtered. Supported operators are equals(`eq`), contains(`co`), starts with(`sw`) and not equals(`ne`). Additionally, simple expressions can be formed using logical operators - `and` and `or`. The [SCIM RFC](https://tools.ietf.org/html/rfc7644#section-3.4.2.2) has more details but we currently only support simple expressions. */
406
+ filter?: string | undefined;
407
+ /** Comma-separated list of attributes to return in response. */
408
+ attributes?: string | undefined;
409
+ /** Comma-separated list of attributes to exclude in response. */
410
+ excludedAttributes?: string | undefined;
411
+ /** Specifies the index of the first result. First item is number 1. */
412
+ startIndex?: bigint | undefined;
413
+ /** Desired number of results per page. Default is 10000. */
414
+ count?: bigint | undefined;
415
+ /** Attribute to sort the results. */
416
+ sortBy?: string | undefined;
417
+ /** The order to sort the results. */
418
+ sortOrder?: AccountListSort_Order | undefined;
419
+ }
420
+ interface ListAccountGroupsResponse {
421
+ /** Total results returned in the response. */
422
+ itemsPerPage?: number | undefined;
423
+ /** User objects returned in the response. */
424
+ resources?: AccountGroup[] | undefined;
425
+ /** Starting index of all the results that matched the request filters. First item is number 1. */
426
+ startIndex?: bigint | undefined;
427
+ /** Total results that match the request filters. */
428
+ totalResults?: number | undefined;
433
429
  }
434
430
  /** List service principals */
435
- export interface ListAccountServicePrincipalsRequest {
436
- /** Comma-separated list of attributes to return in response. */
437
- attributes?: string | undefined;
438
- /** Desired number of results per page. Default is 10000. */
439
- count?: bigint | undefined;
440
- /** Comma-separated list of attributes to exclude in response. */
441
- excludedAttributes?: string | undefined;
442
- /** Query by which the results have to be filtered. Supported operators are equals(`eq`), contains(`co`), starts with(`sw`) and not equals(`ne`). Additionally, simple expressions can be formed using logical operators - `and` and `or`. The [SCIM RFC](https://tools.ietf.org/html/rfc7644#section-3.4.2.2) has more details but we currently only support simple expressions. */
443
- filter?: string | undefined;
444
- /** Attribute to sort the results. */
445
- sortBy?: string | undefined;
446
- /** The order to sort the results. */
447
- sortOrder?: AccountListSort_Order | undefined;
448
- /** Specifies the index of the first result. First item is number 1. */
449
- startIndex?: bigint | undefined;
450
- /** <Databricks> account ID */
451
- accountId?: string | undefined;
452
- }
453
- export interface ListAccountServicePrincipalsResponse {
454
- /** Total results returned in the response. */
455
- itemsPerPage?: number | undefined;
456
- /** User objects returned in the response. */
457
- resources?: AccountServicePrincipal[] | undefined;
458
- /** Starting index of all the results that matched the request filters. First item is number 1. */
459
- startIndex?: bigint | undefined;
460
- /** Total results that match the request filters. */
461
- totalResults?: number | undefined;
431
+ interface ListAccountServicePrincipalsRequest {
432
+ /** Comma-separated list of attributes to return in response. */
433
+ attributes?: string | undefined;
434
+ /** Desired number of results per page. Default is 10000. */
435
+ count?: bigint | undefined;
436
+ /** Comma-separated list of attributes to exclude in response. */
437
+ excludedAttributes?: string | undefined;
438
+ /** Query by which the results have to be filtered. Supported operators are equals(`eq`), contains(`co`), starts with(`sw`) and not equals(`ne`). Additionally, simple expressions can be formed using logical operators - `and` and `or`. The [SCIM RFC](https://tools.ietf.org/html/rfc7644#section-3.4.2.2) has more details but we currently only support simple expressions. */
439
+ filter?: string | undefined;
440
+ /** Attribute to sort the results. */
441
+ sortBy?: string | undefined;
442
+ /** The order to sort the results. */
443
+ sortOrder?: AccountListSort_Order | undefined;
444
+ /** Specifies the index of the first result. First item is number 1. */
445
+ startIndex?: bigint | undefined;
446
+ /** <Databricks> account ID */
447
+ accountId?: string | undefined;
448
+ }
449
+ interface ListAccountServicePrincipalsResponse {
450
+ /** Total results returned in the response. */
451
+ itemsPerPage?: number | undefined;
452
+ /** User objects returned in the response. */
453
+ resources?: AccountServicePrincipal[] | undefined;
454
+ /** Starting index of all the results that matched the request filters. First item is number 1. */
455
+ startIndex?: bigint | undefined;
456
+ /** Total results that match the request filters. */
457
+ totalResults?: number | undefined;
462
458
  }
463
459
  /** List users */
464
- export interface ListAccountUsersRequest {
465
- /** Comma-separated list of attributes to return in response. */
466
- attributes?: string | undefined;
467
- /** Desired number of results per page. Default is 10000. */
468
- count?: bigint | undefined;
469
- /** Comma-separated list of attributes to exclude in response. */
470
- excludedAttributes?: string | undefined;
471
- /** Query by which the results have to be filtered. Supported operators are equals(`eq`), contains(`co`), starts with(`sw`) and not equals(`ne`). Additionally, simple expressions can be formed using logical operators - `and` and `or`. The [SCIM RFC](https://tools.ietf.org/html/rfc7644#section-3.4.2.2) has more details but we currently only support simple expressions. */
472
- filter?: string | undefined;
473
- /** Attribute to sort the results. Multi-part paths are supported. For example, `userName`, `name.givenName`, and `emails`. */
474
- sortBy?: string | undefined;
475
- /** The order to sort the results. */
476
- sortOrder?: AccountListSort_Order | undefined;
477
- /** Specifies the index of the first result. First item is number 1. */
478
- startIndex?: bigint | undefined;
479
- /** <Databricks> account ID */
480
- accountId?: string | undefined;
481
- }
482
- export interface ListAccountUsersResponse {
483
- /** Total results returned in the response. */
484
- itemsPerPage?: number | undefined;
485
- /** User objects returned in the response. */
486
- resources?: AccountUser[] | undefined;
487
- /** Starting index of all the results that matched the request filters. First item is number 1. */
488
- startIndex?: bigint | undefined;
489
- /** Total results that match the request filters. */
490
- totalResults?: number | undefined;
460
+ interface ListAccountUsersRequest {
461
+ /** Comma-separated list of attributes to return in response. */
462
+ attributes?: string | undefined;
463
+ /** Desired number of results per page. Default is 10000. */
464
+ count?: bigint | undefined;
465
+ /** Comma-separated list of attributes to exclude in response. */
466
+ excludedAttributes?: string | undefined;
467
+ /** Query by which the results have to be filtered. Supported operators are equals(`eq`), contains(`co`), starts with(`sw`) and not equals(`ne`). Additionally, simple expressions can be formed using logical operators - `and` and `or`. The [SCIM RFC](https://tools.ietf.org/html/rfc7644#section-3.4.2.2) has more details but we currently only support simple expressions. */
468
+ filter?: string | undefined;
469
+ /** Attribute to sort the results. Multi-part paths are supported. For example, `userName`, `name.givenName`, and `emails`. */
470
+ sortBy?: string | undefined;
471
+ /** The order to sort the results. */
472
+ sortOrder?: AccountListSort_Order | undefined;
473
+ /** Specifies the index of the first result. First item is number 1. */
474
+ startIndex?: bigint | undefined;
475
+ /** <Databricks> account ID */
476
+ accountId?: string | undefined;
477
+ }
478
+ interface ListAccountUsersResponse {
479
+ /** Total results returned in the response. */
480
+ itemsPerPage?: number | undefined;
481
+ /** User objects returned in the response. */
482
+ resources?: AccountUser[] | undefined;
483
+ /** Starting index of all the results that matched the request filters. First item is number 1. */
484
+ startIndex?: bigint | undefined;
485
+ /** Total results that match the request filters. */
486
+ totalResults?: number | undefined;
491
487
  }
492
488
  /** List group details */
493
- export interface ListGroupsRequest {
494
- /** Query by which the results have to be filtered. Supported operators are equals(`eq`), contains(`co`), starts with(`sw`) and not equals(`ne`). Additionally, simple expressions can be formed using logical operators - `and` and `or`. The [SCIM RFC](https://tools.ietf.org/html/rfc7644#section-3.4.2.2) has more details but we currently only support simple expressions. */
495
- filter?: string | undefined;
496
- /** Comma-separated list of attributes to return in response. */
497
- attributes?: string | undefined;
498
- /** Comma-separated list of attributes to exclude in response. */
499
- excludedAttributes?: string | undefined;
500
- /** Specifies the index of the first result. First item is number 1. */
501
- startIndex?: bigint | undefined;
502
- /** Desired number of results per page. */
503
- count?: bigint | undefined;
504
- /** Attribute to sort the results. */
505
- sortBy?: string | undefined;
506
- /** The order to sort the results. */
507
- sortOrder?: ListSort_Order | undefined;
508
- }
509
- export interface ListGroupsResponse {
510
- /** Total results returned in the response. */
511
- itemsPerPage?: number | undefined;
512
- /** User objects returned in the response. */
513
- resources?: Group[] | undefined;
514
- /** The schema of the service principal. */
515
- schemas?: ListResponseSchema[] | undefined;
516
- /** Starting index of all the results that matched the request filters. First item is number 1. */
517
- startIndex?: bigint | undefined;
518
- /** Total results that match the request filters. */
519
- totalResults?: number | undefined;
520
- }
521
- export interface ListServicePrincipalResponse {
522
- /** Total results returned in the response. */
523
- itemsPerPage?: number | undefined;
524
- /** User objects returned in the response. */
525
- resources?: ServicePrincipal[] | undefined;
526
- /** The schema of the List response. */
527
- schemas?: ListResponseSchema[] | undefined;
528
- /** Starting index of all the results that matched the request filters. First item is number 1. */
529
- startIndex?: bigint | undefined;
530
- /** Total results that match the request filters. */
531
- totalResults?: number | undefined;
489
+ interface ListGroupsRequest {
490
+ /** Query by which the results have to be filtered. Supported operators are equals(`eq`), contains(`co`), starts with(`sw`) and not equals(`ne`). Additionally, simple expressions can be formed using logical operators - `and` and `or`. The [SCIM RFC](https://tools.ietf.org/html/rfc7644#section-3.4.2.2) has more details but we currently only support simple expressions. */
491
+ filter?: string | undefined;
492
+ /** Comma-separated list of attributes to return in response. */
493
+ attributes?: string | undefined;
494
+ /** Comma-separated list of attributes to exclude in response. */
495
+ excludedAttributes?: string | undefined;
496
+ /** Specifies the index of the first result. First item is number 1. */
497
+ startIndex?: bigint | undefined;
498
+ /** Desired number of results per page. */
499
+ count?: bigint | undefined;
500
+ /** Attribute to sort the results. */
501
+ sortBy?: string | undefined;
502
+ /** The order to sort the results. */
503
+ sortOrder?: ListSort_Order | undefined;
504
+ }
505
+ interface ListGroupsResponse {
506
+ /** Total results returned in the response. */
507
+ itemsPerPage?: number | undefined;
508
+ /** User objects returned in the response. */
509
+ resources?: Group[] | undefined;
510
+ /** The schema of the service principal. */
511
+ schemas?: ListResponseSchema[] | undefined;
512
+ /** Starting index of all the results that matched the request filters. First item is number 1. */
513
+ startIndex?: bigint | undefined;
514
+ /** Total results that match the request filters. */
515
+ totalResults?: number | undefined;
516
+ }
517
+ interface ListServicePrincipalResponse {
518
+ /** Total results returned in the response. */
519
+ itemsPerPage?: number | undefined;
520
+ /** User objects returned in the response. */
521
+ resources?: ServicePrincipal[] | undefined;
522
+ /** The schema of the List response. */
523
+ schemas?: ListResponseSchema[] | undefined;
524
+ /** Starting index of all the results that matched the request filters. First item is number 1. */
525
+ startIndex?: bigint | undefined;
526
+ /** Total results that match the request filters. */
527
+ totalResults?: number | undefined;
532
528
  }
533
529
  /** List service principals */
534
- export interface ListServicePrincipalsRequest {
535
- /** Comma-separated list of attributes to return in response. */
536
- attributes?: string | undefined;
537
- /** Desired number of results per page. */
538
- count?: bigint | undefined;
539
- /** Comma-separated list of attributes to exclude in response. */
540
- excludedAttributes?: string | undefined;
541
- /** Query by which the results have to be filtered. Supported operators are equals(`eq`), contains(`co`), starts with(`sw`) and not equals(`ne`). Additionally, simple expressions can be formed using logical operators - `and` and `or`. The [SCIM RFC](https://tools.ietf.org/html/rfc7644#section-3.4.2.2) has more details but we currently only support simple expressions. */
542
- filter?: string | undefined;
543
- /** Attribute to sort the results. */
544
- sortBy?: string | undefined;
545
- /** The order to sort the results. */
546
- sortOrder?: ListSort_Order | undefined;
547
- /** Specifies the index of the first result. First item is number 1. */
548
- startIndex?: bigint | undefined;
530
+ interface ListServicePrincipalsRequest {
531
+ /** Comma-separated list of attributes to return in response. */
532
+ attributes?: string | undefined;
533
+ /** Desired number of results per page. */
534
+ count?: bigint | undefined;
535
+ /** Comma-separated list of attributes to exclude in response. */
536
+ excludedAttributes?: string | undefined;
537
+ /** Query by which the results have to be filtered. Supported operators are equals(`eq`), contains(`co`), starts with(`sw`) and not equals(`ne`). Additionally, simple expressions can be formed using logical operators - `and` and `or`. The [SCIM RFC](https://tools.ietf.org/html/rfc7644#section-3.4.2.2) has more details but we currently only support simple expressions. */
538
+ filter?: string | undefined;
539
+ /** Attribute to sort the results. */
540
+ sortBy?: string | undefined;
541
+ /** The order to sort the results. */
542
+ sortOrder?: ListSort_Order | undefined;
543
+ /** Specifies the index of the first result. First item is number 1. */
544
+ startIndex?: bigint | undefined;
549
545
  }
550
546
  /**
551
547
  * ListSortOrder and GetSortOrder share enum values, which is not supported.
552
548
  * We use nesting as a workaround.
553
549
  */
554
- export interface ListSort {
555
- }
550
+ interface ListSort {}
556
551
  /** List users */
557
- export interface ListUsersRequest {
558
- /** Comma-separated list of attributes to return in response. */
559
- attributes?: string | undefined;
560
- /** Desired number of results per page. */
561
- count?: bigint | undefined;
562
- /** Comma-separated list of attributes to exclude in response. */
563
- excludedAttributes?: string | undefined;
564
- /** Query by which the results have to be filtered. Supported operators are equals(`eq`), contains(`co`), starts with(`sw`) and not equals(`ne`). Additionally, simple expressions can be formed using logical operators - `and` and `or`. The [SCIM RFC](https://tools.ietf.org/html/rfc7644#section-3.4.2.2) has more details but we currently only support simple expressions. */
565
- filter?: string | undefined;
566
- /** Attribute to sort the results. Multi-part paths are supported. For example, `userName`, `name.givenName`, and `emails`. */
567
- sortBy?: string | undefined;
568
- /** The order to sort the results. */
569
- sortOrder?: ListSort_Order | undefined;
570
- /** Specifies the index of the first result. First item is number 1. */
571
- startIndex?: bigint | undefined;
572
- }
573
- export interface ListUsersResponse {
574
- /** Total results returned in the response. */
575
- itemsPerPage?: number | undefined;
576
- /** User objects returned in the response. */
577
- resources?: User[] | undefined;
578
- /** The schema of the List response. */
579
- schemas?: ListResponseSchema[] | undefined;
580
- /** Starting index of all the results that matched the request filters. First item is number 1. */
581
- startIndex?: bigint | undefined;
582
- /** Total results that match the request filters. */
583
- totalResults?: number | undefined;
584
- }
585
- export interface MeRequest {
586
- /** Comma-separated list of attributes to return in response. */
587
- attributes?: string | undefined;
588
- /** Comma-separated list of attributes to exclude in response. */
589
- excludedAttributes?: string | undefined;
590
- }
591
- export interface Name {
592
- /** Family name of the <Databricks> user. */
593
- familyName?: string | undefined;
594
- /** Given name of the <Databricks> user. */
595
- givenName?: string | undefined;
596
- }
597
- export interface PasswordAccessControlRequest {
598
- /** name of the group */
599
- groupName?: string | undefined;
600
- /** Permission level */
601
- permissionLevel?: PasswordPermission_Level | undefined;
602
- /** application ID of a service principal */
603
- servicePrincipalName?: string | undefined;
604
- /** name of the user */
605
- userName?: string | undefined;
606
- }
607
- export interface PasswordAccessControlResponse {
608
- /** All permissions. */
609
- allPermissions?: PasswordPermission[] | undefined;
610
- /** Display name of the user or service principal. */
611
- displayName?: string | undefined;
612
- /** name of the group */
613
- groupName?: string | undefined;
614
- /** Name of the service principal. */
615
- servicePrincipalName?: string | undefined;
616
- /** name of the user */
617
- userName?: string | undefined;
618
- }
619
- export interface PasswordPermission {
620
- inherited?: boolean | undefined;
621
- inheritedFromObject?: string[] | undefined;
622
- /** Permission level */
623
- permissionLevel?: PasswordPermission_Level | undefined;
624
- }
625
- export interface PasswordPermissions {
626
- accessControlList?: PasswordAccessControlResponse[] | undefined;
627
- objectId?: string | undefined;
628
- objectType?: string | undefined;
629
- }
630
- export interface PasswordPermissionsDescription {
631
- description?: string | undefined;
632
- /** Permission level */
633
- permissionLevel?: PasswordPermission_Level | undefined;
634
- }
635
- export interface PasswordPermissionsRequest {
636
- accessControlList?: PasswordAccessControlRequest[] | undefined;
637
- }
638
- export interface Patch {
639
- /** Type of patch operation. */
640
- op?: PatchOp | undefined;
641
- /** Selection of patch operation */
642
- path?: string | undefined;
643
- /** Value to modify */
644
- value?: JsonValue | undefined;
645
- }
646
- export interface PatchAccountGroupRequest {
647
- /** Unique ID in the <Databricks> workspace. */
648
- id?: string | undefined;
649
- operations?: AccountPatch[] | undefined;
650
- /** The schema of the patch request. Must be ["urn:ietf:params:scim:api:messages:2.0:PatchOp"]. */
651
- schemas?: AccountPatchSchema_PatchSchema[] | undefined;
652
- /** <Databricks> account ID */
653
- accountId?: string | undefined;
654
- }
655
- export interface PatchAccountServicePrincipalRequest {
656
- /** Unique ID in the <Databricks> workspace. */
657
- id?: string | undefined;
658
- operations?: AccountPatch[] | undefined;
659
- /** The schema of the patch request. Must be ["urn:ietf:params:scim:api:messages:2.0:PatchOp"]. */
660
- schemas?: AccountPatchSchema_PatchSchema[] | undefined;
661
- /** <Databricks> account ID */
662
- accountId?: string | undefined;
663
- }
664
- export interface PatchAccountUserRequest {
665
- /** Unique ID in the <Databricks> workspace. */
666
- id?: string | undefined;
667
- operations?: AccountPatch[] | undefined;
668
- /** The schema of the patch request. Must be ["urn:ietf:params:scim:api:messages:2.0:PatchOp"]. */
669
- schemas?: AccountPatchSchema_PatchSchema[] | undefined;
670
- /** <Databricks> account ID */
671
- accountId?: string | undefined;
672
- }
673
- export interface PatchGroupRequest {
674
- /** Unique ID in the <Databricks> workspace. */
675
- id?: string | undefined;
676
- operations?: Patch[] | undefined;
677
- /** The schema of the patch request. Must be ["urn:ietf:params:scim:api:messages:2.0:PatchOp"]. */
678
- schemas?: PatchSchema[] | undefined;
679
- }
680
- export interface PatchServicePrincipalRequest {
681
- /** Unique ID in the <Databricks> workspace. */
682
- id?: string | undefined;
683
- operations?: Patch[] | undefined;
684
- /** The schema of the patch request. Must be ["urn:ietf:params:scim:api:messages:2.0:PatchOp"]. */
685
- schemas?: PatchSchema[] | undefined;
686
- }
687
- export interface PatchUserRequest {
688
- /** Unique ID in the <Databricks> workspace. */
689
- id?: string | undefined;
690
- operations?: Patch[] | undefined;
691
- /** The schema of the patch request. Must be ["urn:ietf:params:scim:api:messages:2.0:PatchOp"]. */
692
- schemas?: PatchSchema[] | undefined;
693
- }
694
- export interface ResourceMeta {
695
- /** Identifier for group type. Can be local workspace group (`WorkspaceGroup`) or account group (`Group`). */
696
- resourceType?: string | undefined;
697
- }
698
- export interface ServicePrincipal {
699
- /** If this user is active */
700
- active?: boolean | undefined;
701
- /** UUID relating to the service principal */
702
- applicationId?: string | undefined;
703
- /** String that represents a concatenation of given and family names. */
704
- displayName?: string | undefined;
705
- /** Entitlements assigned to the service principal. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
706
- entitlements?: ComplexValue[] | undefined;
707
- externalId?: string | undefined;
708
- groups?: ComplexValue[] | undefined;
709
- /** <Databricks> service principal ID. */
710
- id?: string | undefined;
711
- /** Corresponds to AWS instance profile/arn role. */
712
- roles?: ComplexValue[] | undefined;
713
- /** The schema of the List response. */
714
- schemas?: ServicePrincipalSchema[] | undefined;
715
- }
716
- export interface UpdateAccountGroupRequest {
717
- /** String that represents a human-readable group name */
718
- displayName?: string | undefined;
719
- externalId?: string | undefined;
720
- /** <Databricks> group ID */
721
- id?: string | undefined;
722
- members?: AccountComplexValue[] | undefined;
723
- /** Container for the group identifier. Workspace local versus account. */
724
- meta?: AccountResourceMeta | undefined;
725
- /** Indicates if the group has the admin role. */
726
- roles?: AccountComplexValue[] | undefined;
727
- /** <Databricks> account ID */
728
- accountId?: string | undefined;
729
- }
730
- export interface UpdateAccountServicePrincipalRequest {
731
- /** If this user is active */
732
- active?: boolean | undefined;
733
- /** UUID relating to the service principal */
734
- applicationId?: string | undefined;
735
- /** String that represents a concatenation of given and family names. */
736
- displayName?: string | undefined;
737
- externalId?: string | undefined;
738
- /** <Databricks> service principal ID. */
739
- id?: string | undefined;
740
- /** Indicates if the group has the admin role. */
741
- roles?: AccountComplexValue[] | undefined;
742
- /** <Databricks> account ID */
743
- accountId?: string | undefined;
744
- }
745
- export interface UpdateAccountUserRequest {
746
- /** If this user is active */
747
- active?: boolean | undefined;
748
- /** String that represents a concatenation of given and family names. For example `John Smith`. */
749
- displayName?: string | undefined;
750
- /** All the emails associated with the <Databricks> user. This attribute cannot be updated through the SCIM PATCH or PUT APIs; any supplied change is ignored. */
751
- emails?: AccountComplexValue[] | undefined;
752
- /** External ID is not currently supported. It is reserved for future use. */
753
- externalId?: string | undefined;
754
- /** <Databricks> user ID. */
755
- id?: string | undefined;
756
- name?: AccountName | undefined;
757
- /** Indicates if the group has the admin role. */
758
- roles?: AccountComplexValue[] | undefined;
759
- /** Email address of the <Databricks> user. This attribute cannot be updated through the SCIM PATCH or PUT APIs; any supplied change is ignored. */
760
- userName?: string | undefined;
761
- /** <Databricks> account ID */
762
- accountId?: string | undefined;
763
- }
764
- export interface UpdateGroupRequest {
765
- /** String that represents a human-readable group name */
766
- displayName?: string | undefined;
767
- /** Entitlements assigned to the group. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
768
- entitlements?: ComplexValue[] | undefined;
769
- externalId?: string | undefined;
770
- groups?: ComplexValue[] | undefined;
771
- /** <Databricks> group ID */
772
- id?: string | undefined;
773
- members?: ComplexValue[] | undefined;
774
- /** Container for the group identifier. Workspace local versus account. */
775
- meta?: ResourceMeta | undefined;
776
- /** Corresponds to AWS instance profile/arn role. */
777
- roles?: ComplexValue[] | undefined;
778
- /** The schema of the group. */
779
- schemas?: GroupSchema[] | undefined;
780
- }
781
- export interface UpdateServicePrincipalRequest {
782
- /** If this user is active */
783
- active?: boolean | undefined;
784
- /** UUID relating to the service principal */
785
- applicationId?: string | undefined;
786
- /** String that represents a concatenation of given and family names. */
787
- displayName?: string | undefined;
788
- /** Entitlements assigned to the service principal. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
789
- entitlements?: ComplexValue[] | undefined;
790
- externalId?: string | undefined;
791
- groups?: ComplexValue[] | undefined;
792
- /** <Databricks> service principal ID. */
793
- id?: string | undefined;
794
- /** Corresponds to AWS instance profile/arn role. */
795
- roles?: ComplexValue[] | undefined;
796
- /** The schema of the List response. */
797
- schemas?: ServicePrincipalSchema[] | undefined;
798
- }
799
- export interface UpdateUserRequest {
800
- /** If this user is active */
801
- active?: boolean | undefined;
802
- /** String that represents a concatenation of given and family names. For example `John Smith`. This field cannot be updated through the Workspace SCIM APIs when [identity federation is enabled](https://docs.databricks.com/administration-guide/users-groups/best-practices.html#enable-identity-federation). Use Account SCIM APIs to update `displayName`. */
803
- displayName?: string | undefined;
804
- /** All the emails associated with the <Databricks> user. This attribute cannot be updated through the SCIM PATCH or PUT APIs; any supplied change is ignored. */
805
- emails?: ComplexValue[] | undefined;
806
- /** Entitlements assigned to the user. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
807
- entitlements?: ComplexValue[] | undefined;
808
- /** External ID is not currently supported. It is reserved for future use. */
809
- externalId?: string | undefined;
810
- groups?: ComplexValue[] | undefined;
811
- /** <Databricks> user ID. */
812
- id?: string | undefined;
813
- name?: Name | undefined;
814
- /** Corresponds to AWS instance profile/arn role. */
815
- roles?: ComplexValue[] | undefined;
816
- /** The schema of the user. */
817
- schemas?: UserSchema[] | undefined;
818
- /** Email address of the <Databricks> user. This attribute cannot be updated through the SCIM PATCH or PUT APIs; any supplied change is ignored. */
819
- userName?: string | undefined;
820
- }
821
- export interface User {
822
- /** If this user is active */
823
- active?: boolean | undefined;
824
- /** String that represents a concatenation of given and family names. For example `John Smith`. This field cannot be updated through the Workspace SCIM APIs when [identity federation is enabled](https://docs.databricks.com/administration-guide/users-groups/best-practices.html#enable-identity-federation). Use Account SCIM APIs to update `displayName`. */
825
- displayName?: string | undefined;
826
- /** All the emails associated with the <Databricks> user. This attribute cannot be updated through the SCIM PATCH or PUT APIs; any supplied change is ignored. */
827
- emails?: ComplexValue[] | undefined;
828
- /** Entitlements assigned to the user. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
829
- entitlements?: ComplexValue[] | undefined;
830
- /** External ID is not currently supported. It is reserved for future use. */
831
- externalId?: string | undefined;
832
- groups?: ComplexValue[] | undefined;
833
- /** <Databricks> user ID. */
834
- id?: string | undefined;
835
- name?: Name | undefined;
836
- /** Corresponds to AWS instance profile/arn role. */
837
- roles?: ComplexValue[] | undefined;
838
- /** The schema of the user. */
839
- schemas?: UserSchema[] | undefined;
840
- /** Email address of the <Databricks> user. This attribute cannot be updated through the SCIM PATCH or PUT APIs; any supplied change is ignored. */
841
- userName?: string | undefined;
842
- }
843
- export declare const unmarshalAccountComplexValueSchema: z.ZodType<AccountComplexValue>;
844
- export declare const unmarshalAccountGroupSchema: z.ZodType<AccountGroup>;
845
- export declare const unmarshalAccountNameSchema: z.ZodType<AccountName>;
846
- export declare const unmarshalAccountResourceMetaSchema: z.ZodType<AccountResourceMeta>;
847
- export declare const unmarshalAccountServicePrincipalSchema: z.ZodType<AccountServicePrincipal>;
848
- export declare const unmarshalAccountUserSchema: z.ZodType<AccountUser>;
849
- export declare const unmarshalComplexValueSchema: z.ZodType<ComplexValue>;
850
- export declare const unmarshalGetPasswordPermissionLevelsResponseSchema: z.ZodType<GetPasswordPermissionLevelsResponse>;
851
- export declare const unmarshalGroupSchema: z.ZodType<Group>;
852
- export declare const unmarshalListAccountGroupsResponseSchema: z.ZodType<ListAccountGroupsResponse>;
853
- export declare const unmarshalListAccountServicePrincipalsResponseSchema: z.ZodType<ListAccountServicePrincipalsResponse>;
854
- export declare const unmarshalListAccountUsersResponseSchema: z.ZodType<ListAccountUsersResponse>;
855
- export declare const unmarshalListGroupsResponseSchema: z.ZodType<ListGroupsResponse>;
856
- export declare const unmarshalListServicePrincipalResponseSchema: z.ZodType<ListServicePrincipalResponse>;
857
- export declare const unmarshalListUsersResponseSchema: z.ZodType<ListUsersResponse>;
858
- export declare const unmarshalNameSchema: z.ZodType<Name>;
859
- export declare const unmarshalPasswordAccessControlResponseSchema: z.ZodType<PasswordAccessControlResponse>;
860
- export declare const unmarshalPasswordPermissionSchema: z.ZodType<PasswordPermission>;
861
- export declare const unmarshalPasswordPermissionsSchema: z.ZodType<PasswordPermissions>;
862
- export declare const unmarshalPasswordPermissionsDescriptionSchema: z.ZodType<PasswordPermissionsDescription>;
863
- export declare const unmarshalResourceMetaSchema: z.ZodType<ResourceMeta>;
864
- export declare const unmarshalServicePrincipalSchema: z.ZodType<ServicePrincipal>;
865
- export declare const unmarshalUserSchema: z.ZodType<User>;
866
- export declare const marshalAccountComplexValueSchema: z.ZodType;
867
- export declare const marshalAccountNameSchema: z.ZodType;
868
- export declare const marshalAccountPatchSchema: z.ZodType;
869
- export declare const marshalAccountResourceMetaSchema: z.ZodType;
870
- export declare const marshalComplexValueSchema: z.ZodType;
871
- export declare const marshalCreateAccountGroupRequestSchema: z.ZodType;
872
- export declare const marshalCreateAccountServicePrincipalRequestSchema: z.ZodType;
873
- export declare const marshalCreateAccountUserRequestSchema: z.ZodType;
874
- export declare const marshalCreateGroupRequestSchema: z.ZodType;
875
- export declare const marshalCreateServicePrincipalRequestSchema: z.ZodType;
876
- export declare const marshalCreateUserRequestSchema: z.ZodType;
877
- export declare const marshalNameSchema: z.ZodType;
878
- export declare const marshalPasswordAccessControlRequestSchema: z.ZodType;
879
- export declare const marshalPasswordPermissionsRequestSchema: z.ZodType;
880
- export declare const marshalPatchSchema: z.ZodType;
881
- export declare const marshalPatchAccountGroupRequestSchema: z.ZodType;
882
- export declare const marshalPatchAccountServicePrincipalRequestSchema: z.ZodType;
883
- export declare const marshalPatchAccountUserRequestSchema: z.ZodType;
884
- export declare const marshalPatchGroupRequestSchema: z.ZodType;
885
- export declare const marshalPatchServicePrincipalRequestSchema: z.ZodType;
886
- export declare const marshalPatchUserRequestSchema: z.ZodType;
887
- export declare const marshalResourceMetaSchema: z.ZodType;
888
- export declare const marshalUpdateAccountGroupRequestSchema: z.ZodType;
889
- export declare const marshalUpdateAccountServicePrincipalRequestSchema: z.ZodType;
890
- export declare const marshalUpdateAccountUserRequestSchema: z.ZodType;
891
- export declare const marshalUpdateGroupRequestSchema: z.ZodType;
892
- export declare const marshalUpdateServicePrincipalRequestSchema: z.ZodType;
893
- export declare const marshalUpdateUserRequestSchema: z.ZodType;
552
+ interface ListUsersRequest {
553
+ /** Comma-separated list of attributes to return in response. */
554
+ attributes?: string | undefined;
555
+ /** Desired number of results per page. */
556
+ count?: bigint | undefined;
557
+ /** Comma-separated list of attributes to exclude in response. */
558
+ excludedAttributes?: string | undefined;
559
+ /** Query by which the results have to be filtered. Supported operators are equals(`eq`), contains(`co`), starts with(`sw`) and not equals(`ne`). Additionally, simple expressions can be formed using logical operators - `and` and `or`. The [SCIM RFC](https://tools.ietf.org/html/rfc7644#section-3.4.2.2) has more details but we currently only support simple expressions. */
560
+ filter?: string | undefined;
561
+ /** Attribute to sort the results. Multi-part paths are supported. For example, `userName`, `name.givenName`, and `emails`. */
562
+ sortBy?: string | undefined;
563
+ /** The order to sort the results. */
564
+ sortOrder?: ListSort_Order | undefined;
565
+ /** Specifies the index of the first result. First item is number 1. */
566
+ startIndex?: bigint | undefined;
567
+ }
568
+ interface ListUsersResponse {
569
+ /** Total results returned in the response. */
570
+ itemsPerPage?: number | undefined;
571
+ /** User objects returned in the response. */
572
+ resources?: User[] | undefined;
573
+ /** The schema of the List response. */
574
+ schemas?: ListResponseSchema[] | undefined;
575
+ /** Starting index of all the results that matched the request filters. First item is number 1. */
576
+ startIndex?: bigint | undefined;
577
+ /** Total results that match the request filters. */
578
+ totalResults?: number | undefined;
579
+ }
580
+ interface MeRequest {
581
+ /** Comma-separated list of attributes to return in response. */
582
+ attributes?: string | undefined;
583
+ /** Comma-separated list of attributes to exclude in response. */
584
+ excludedAttributes?: string | undefined;
585
+ }
586
+ interface Name {
587
+ /** Family name of the <Databricks> user. */
588
+ familyName?: string | undefined;
589
+ /** Given name of the <Databricks> user. */
590
+ givenName?: string | undefined;
591
+ }
592
+ interface PasswordAccessControlRequest {
593
+ /** name of the group */
594
+ groupName?: string | undefined;
595
+ /** Permission level */
596
+ permissionLevel?: PasswordPermission_Level | undefined;
597
+ /** application ID of a service principal */
598
+ servicePrincipalName?: string | undefined;
599
+ /** name of the user */
600
+ userName?: string | undefined;
601
+ }
602
+ interface PasswordAccessControlResponse {
603
+ /** All permissions. */
604
+ allPermissions?: PasswordPermission[] | undefined;
605
+ /** Display name of the user or service principal. */
606
+ displayName?: string | undefined;
607
+ /** name of the group */
608
+ groupName?: string | undefined;
609
+ /** Name of the service principal. */
610
+ servicePrincipalName?: string | undefined;
611
+ /** name of the user */
612
+ userName?: string | undefined;
613
+ }
614
+ interface PasswordPermission {
615
+ inherited?: boolean | undefined;
616
+ inheritedFromObject?: string[] | undefined;
617
+ /** Permission level */
618
+ permissionLevel?: PasswordPermission_Level | undefined;
619
+ }
620
+ interface PasswordPermissions {
621
+ accessControlList?: PasswordAccessControlResponse[] | undefined;
622
+ objectId?: string | undefined;
623
+ objectType?: string | undefined;
624
+ }
625
+ interface PasswordPermissionsDescription {
626
+ description?: string | undefined;
627
+ /** Permission level */
628
+ permissionLevel?: PasswordPermission_Level | undefined;
629
+ }
630
+ interface PasswordPermissionsRequest {
631
+ accessControlList?: PasswordAccessControlRequest[] | undefined;
632
+ }
633
+ interface Patch {
634
+ /** Type of patch operation. */
635
+ op?: PatchOp | undefined;
636
+ /** Selection of patch operation */
637
+ path?: string | undefined;
638
+ /** Value to modify */
639
+ value?: JsonValue | undefined;
640
+ }
641
+ interface PatchAccountGroupRequest {
642
+ /** Unique ID in the <Databricks> workspace. */
643
+ id?: string | undefined;
644
+ operations?: AccountPatch[] | undefined;
645
+ /** The schema of the patch request. Must be ["urn:ietf:params:scim:api:messages:2.0:PatchOp"]. */
646
+ schemas?: AccountPatchSchema_PatchSchema[] | undefined;
647
+ /** <Databricks> account ID */
648
+ accountId?: string | undefined;
649
+ }
650
+ interface PatchAccountServicePrincipalRequest {
651
+ /** Unique ID in the <Databricks> workspace. */
652
+ id?: string | undefined;
653
+ operations?: AccountPatch[] | undefined;
654
+ /** The schema of the patch request. Must be ["urn:ietf:params:scim:api:messages:2.0:PatchOp"]. */
655
+ schemas?: AccountPatchSchema_PatchSchema[] | undefined;
656
+ /** <Databricks> account ID */
657
+ accountId?: string | undefined;
658
+ }
659
+ interface PatchAccountUserRequest {
660
+ /** Unique ID in the <Databricks> workspace. */
661
+ id?: string | undefined;
662
+ operations?: AccountPatch[] | undefined;
663
+ /** The schema of the patch request. Must be ["urn:ietf:params:scim:api:messages:2.0:PatchOp"]. */
664
+ schemas?: AccountPatchSchema_PatchSchema[] | undefined;
665
+ /** <Databricks> account ID */
666
+ accountId?: string | undefined;
667
+ }
668
+ interface PatchGroupRequest {
669
+ /** Unique ID in the <Databricks> workspace. */
670
+ id?: string | undefined;
671
+ operations?: Patch[] | undefined;
672
+ /** The schema of the patch request. Must be ["urn:ietf:params:scim:api:messages:2.0:PatchOp"]. */
673
+ schemas?: PatchSchema[] | undefined;
674
+ }
675
+ interface PatchServicePrincipalRequest {
676
+ /** Unique ID in the <Databricks> workspace. */
677
+ id?: string | undefined;
678
+ operations?: Patch[] | undefined;
679
+ /** The schema of the patch request. Must be ["urn:ietf:params:scim:api:messages:2.0:PatchOp"]. */
680
+ schemas?: PatchSchema[] | undefined;
681
+ }
682
+ interface PatchUserRequest {
683
+ /** Unique ID in the <Databricks> workspace. */
684
+ id?: string | undefined;
685
+ operations?: Patch[] | undefined;
686
+ /** The schema of the patch request. Must be ["urn:ietf:params:scim:api:messages:2.0:PatchOp"]. */
687
+ schemas?: PatchSchema[] | undefined;
688
+ }
689
+ interface ResourceMeta {
690
+ /** Identifier for group type. Can be local workspace group (`WorkspaceGroup`) or account group (`Group`). */
691
+ resourceType?: string | undefined;
692
+ }
693
+ interface ServicePrincipal {
694
+ /** If this user is active */
695
+ active?: boolean | undefined;
696
+ /** UUID relating to the service principal */
697
+ applicationId?: string | undefined;
698
+ /** String that represents a concatenation of given and family names. */
699
+ displayName?: string | undefined;
700
+ /** Entitlements assigned to the service principal. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
701
+ entitlements?: ComplexValue[] | undefined;
702
+ externalId?: string | undefined;
703
+ groups?: ComplexValue[] | undefined;
704
+ /** <Databricks> service principal ID. */
705
+ id?: string | undefined;
706
+ /** Corresponds to AWS instance profile/arn role. */
707
+ roles?: ComplexValue[] | undefined;
708
+ /** The schema of the List response. */
709
+ schemas?: ServicePrincipalSchema[] | undefined;
710
+ }
711
+ interface UpdateAccountGroupRequest {
712
+ /** String that represents a human-readable group name */
713
+ displayName?: string | undefined;
714
+ externalId?: string | undefined;
715
+ /** <Databricks> group ID */
716
+ id?: string | undefined;
717
+ members?: AccountComplexValue[] | undefined;
718
+ /** Container for the group identifier. Workspace local versus account. */
719
+ meta?: AccountResourceMeta | undefined;
720
+ /** Indicates if the group has the admin role. */
721
+ roles?: AccountComplexValue[] | undefined;
722
+ /** <Databricks> account ID */
723
+ accountId?: string | undefined;
724
+ }
725
+ interface UpdateAccountServicePrincipalRequest {
726
+ /** If this user is active */
727
+ active?: boolean | undefined;
728
+ /** UUID relating to the service principal */
729
+ applicationId?: string | undefined;
730
+ /** String that represents a concatenation of given and family names. */
731
+ displayName?: string | undefined;
732
+ externalId?: string | undefined;
733
+ /** <Databricks> service principal ID. */
734
+ id?: string | undefined;
735
+ /** Indicates if the group has the admin role. */
736
+ roles?: AccountComplexValue[] | undefined;
737
+ /** <Databricks> account ID */
738
+ accountId?: string | undefined;
739
+ }
740
+ interface UpdateAccountUserRequest {
741
+ /** If this user is active */
742
+ active?: boolean | undefined;
743
+ /** String that represents a concatenation of given and family names. For example `John Smith`. */
744
+ displayName?: string | undefined;
745
+ /** All the emails associated with the <Databricks> user. This attribute cannot be updated through the SCIM PATCH or PUT APIs; any supplied change is ignored. */
746
+ emails?: AccountComplexValue[] | undefined;
747
+ /** External ID is not currently supported. It is reserved for future use. */
748
+ externalId?: string | undefined;
749
+ /** <Databricks> user ID. */
750
+ id?: string | undefined;
751
+ name?: AccountName | undefined;
752
+ /** Indicates if the group has the admin role. */
753
+ roles?: AccountComplexValue[] | undefined;
754
+ /** Email address of the <Databricks> user. This attribute cannot be updated through the SCIM PATCH or PUT APIs; any supplied change is ignored. */
755
+ userName?: string | undefined;
756
+ /** <Databricks> account ID */
757
+ accountId?: string | undefined;
758
+ }
759
+ interface UpdateGroupRequest {
760
+ /** String that represents a human-readable group name */
761
+ displayName?: string | undefined;
762
+ /** Entitlements assigned to the group. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
763
+ entitlements?: ComplexValue[] | undefined;
764
+ externalId?: string | undefined;
765
+ groups?: ComplexValue[] | undefined;
766
+ /** <Databricks> group ID */
767
+ id?: string | undefined;
768
+ members?: ComplexValue[] | undefined;
769
+ /** Container for the group identifier. Workspace local versus account. */
770
+ meta?: ResourceMeta | undefined;
771
+ /** Corresponds to AWS instance profile/arn role. */
772
+ roles?: ComplexValue[] | undefined;
773
+ /** The schema of the group. */
774
+ schemas?: GroupSchema[] | undefined;
775
+ }
776
+ interface UpdateServicePrincipalRequest {
777
+ /** If this user is active */
778
+ active?: boolean | undefined;
779
+ /** UUID relating to the service principal */
780
+ applicationId?: string | undefined;
781
+ /** String that represents a concatenation of given and family names. */
782
+ displayName?: string | undefined;
783
+ /** Entitlements assigned to the service principal. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
784
+ entitlements?: ComplexValue[] | undefined;
785
+ externalId?: string | undefined;
786
+ groups?: ComplexValue[] | undefined;
787
+ /** <Databricks> service principal ID. */
788
+ id?: string | undefined;
789
+ /** Corresponds to AWS instance profile/arn role. */
790
+ roles?: ComplexValue[] | undefined;
791
+ /** The schema of the List response. */
792
+ schemas?: ServicePrincipalSchema[] | undefined;
793
+ }
794
+ interface UpdateUserRequest {
795
+ /** If this user is active */
796
+ active?: boolean | undefined;
797
+ /** String that represents a concatenation of given and family names. For example `John Smith`. This field cannot be updated through the Workspace SCIM APIs when [identity federation is enabled](https://docs.databricks.com/administration-guide/users-groups/best-practices.html#enable-identity-federation). Use Account SCIM APIs to update `displayName`. */
798
+ displayName?: string | undefined;
799
+ /** All the emails associated with the <Databricks> user. This attribute cannot be updated through the SCIM PATCH or PUT APIs; any supplied change is ignored. */
800
+ emails?: ComplexValue[] | undefined;
801
+ /** Entitlements assigned to the user. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
802
+ entitlements?: ComplexValue[] | undefined;
803
+ /** External ID is not currently supported. It is reserved for future use. */
804
+ externalId?: string | undefined;
805
+ groups?: ComplexValue[] | undefined;
806
+ /** <Databricks> user ID. */
807
+ id?: string | undefined;
808
+ name?: Name | undefined;
809
+ /** Corresponds to AWS instance profile/arn role. */
810
+ roles?: ComplexValue[] | undefined;
811
+ /** The schema of the user. */
812
+ schemas?: UserSchema[] | undefined;
813
+ /** Email address of the <Databricks> user. This attribute cannot be updated through the SCIM PATCH or PUT APIs; any supplied change is ignored. */
814
+ userName?: string | undefined;
815
+ }
816
+ interface User {
817
+ /** If this user is active */
818
+ active?: boolean | undefined;
819
+ /** String that represents a concatenation of given and family names. For example `John Smith`. This field cannot be updated through the Workspace SCIM APIs when [identity federation is enabled](https://docs.databricks.com/administration-guide/users-groups/best-practices.html#enable-identity-federation). Use Account SCIM APIs to update `displayName`. */
820
+ displayName?: string | undefined;
821
+ /** All the emails associated with the <Databricks> user. This attribute cannot be updated through the SCIM PATCH or PUT APIs; any supplied change is ignored. */
822
+ emails?: ComplexValue[] | undefined;
823
+ /** Entitlements assigned to the user. See [assigning entitlements](https://docs.databricks.com/administration-guide/users-groups/index.html#assigning-entitlements) for a full list of supported values. */
824
+ entitlements?: ComplexValue[] | undefined;
825
+ /** External ID is not currently supported. It is reserved for future use. */
826
+ externalId?: string | undefined;
827
+ groups?: ComplexValue[] | undefined;
828
+ /** <Databricks> user ID. */
829
+ id?: string | undefined;
830
+ name?: Name | undefined;
831
+ /** Corresponds to AWS instance profile/arn role. */
832
+ roles?: ComplexValue[] | undefined;
833
+ /** The schema of the user. */
834
+ schemas?: UserSchema[] | undefined;
835
+ /** Email address of the <Databricks> user. This attribute cannot be updated through the SCIM PATCH or PUT APIs; any supplied change is ignored. */
836
+ userName?: string | undefined;
837
+ }
838
+ declare const unmarshalAccountComplexValueSchema: z.ZodType<AccountComplexValue>;
839
+ declare const unmarshalAccountGroupSchema: z.ZodType<AccountGroup>;
840
+ declare const unmarshalAccountNameSchema: z.ZodType<AccountName>;
841
+ declare const unmarshalAccountResourceMetaSchema: z.ZodType<AccountResourceMeta>;
842
+ declare const unmarshalAccountServicePrincipalSchema: z.ZodType<AccountServicePrincipal>;
843
+ declare const unmarshalAccountUserSchema: z.ZodType<AccountUser>;
844
+ declare const unmarshalComplexValueSchema: z.ZodType<ComplexValue>;
845
+ declare const unmarshalGetPasswordPermissionLevelsResponseSchema: z.ZodType<GetPasswordPermissionLevelsResponse>;
846
+ declare const unmarshalGroupSchema: z.ZodType<Group>;
847
+ declare const unmarshalListAccountGroupsResponseSchema: z.ZodType<ListAccountGroupsResponse>;
848
+ declare const unmarshalListAccountServicePrincipalsResponseSchema: z.ZodType<ListAccountServicePrincipalsResponse>;
849
+ declare const unmarshalListAccountUsersResponseSchema: z.ZodType<ListAccountUsersResponse>;
850
+ declare const unmarshalListGroupsResponseSchema: z.ZodType<ListGroupsResponse>;
851
+ declare const unmarshalListServicePrincipalResponseSchema: z.ZodType<ListServicePrincipalResponse>;
852
+ declare const unmarshalListUsersResponseSchema: z.ZodType<ListUsersResponse>;
853
+ declare const unmarshalNameSchema: z.ZodType<Name>;
854
+ declare const unmarshalPasswordAccessControlResponseSchema: z.ZodType<PasswordAccessControlResponse>;
855
+ declare const unmarshalPasswordPermissionSchema: z.ZodType<PasswordPermission>;
856
+ declare const unmarshalPasswordPermissionsSchema: z.ZodType<PasswordPermissions>;
857
+ declare const unmarshalPasswordPermissionsDescriptionSchema: z.ZodType<PasswordPermissionsDescription>;
858
+ declare const unmarshalResourceMetaSchema: z.ZodType<ResourceMeta>;
859
+ declare const unmarshalServicePrincipalSchema: z.ZodType<ServicePrincipal>;
860
+ declare const unmarshalUserSchema: z.ZodType<User>;
861
+ declare const marshalAccountComplexValueSchema: z.ZodType;
862
+ declare const marshalAccountNameSchema: z.ZodType;
863
+ declare const marshalAccountPatchSchema: z.ZodType;
864
+ declare const marshalAccountResourceMetaSchema: z.ZodType;
865
+ declare const marshalComplexValueSchema: z.ZodType;
866
+ declare const marshalCreateAccountGroupRequestSchema: z.ZodType;
867
+ declare const marshalCreateAccountServicePrincipalRequestSchema: z.ZodType;
868
+ declare const marshalCreateAccountUserRequestSchema: z.ZodType;
869
+ declare const marshalCreateGroupRequestSchema: z.ZodType;
870
+ declare const marshalCreateServicePrincipalRequestSchema: z.ZodType;
871
+ declare const marshalCreateUserRequestSchema: z.ZodType;
872
+ declare const marshalNameSchema: z.ZodType;
873
+ declare const marshalPasswordAccessControlRequestSchema: z.ZodType;
874
+ declare const marshalPasswordPermissionsRequestSchema: z.ZodType;
875
+ declare const marshalPatchSchema: z.ZodType;
876
+ declare const marshalPatchAccountGroupRequestSchema: z.ZodType;
877
+ declare const marshalPatchAccountServicePrincipalRequestSchema: z.ZodType;
878
+ declare const marshalPatchAccountUserRequestSchema: z.ZodType;
879
+ declare const marshalPatchGroupRequestSchema: z.ZodType;
880
+ declare const marshalPatchServicePrincipalRequestSchema: z.ZodType;
881
+ declare const marshalPatchUserRequestSchema: z.ZodType;
882
+ declare const marshalResourceMetaSchema: z.ZodType;
883
+ declare const marshalUpdateAccountGroupRequestSchema: z.ZodType;
884
+ declare const marshalUpdateAccountServicePrincipalRequestSchema: z.ZodType;
885
+ declare const marshalUpdateAccountUserRequestSchema: z.ZodType;
886
+ declare const marshalUpdateGroupRequestSchema: z.ZodType;
887
+ declare const marshalUpdateServicePrincipalRequestSchema: z.ZodType;
888
+ declare const marshalUpdateUserRequestSchema: z.ZodType;
889
+ //#endregion
890
+ export { AccountComplexValue, AccountGetSortOrder, AccountGetSortOrder_GetSortOrder, AccountGroup, AccountListSort, AccountListSort_Order, AccountName, AccountPatch, AccountPatchOp, AccountPatchOp_PatchOp, AccountPatchSchema, AccountPatchSchema_PatchSchema, AccountResourceMeta, AccountServicePrincipal, AccountUser, ComplexValue, CreateAccountGroupRequest, CreateAccountServicePrincipalRequest, CreateAccountUserRequest, CreateGroupRequest, CreateServicePrincipalRequest, CreateUserRequest, DeleteAccountGroupRequest, DeleteAccountServicePrincipalRequest, DeleteAccountUserRequest, DeleteGroupRequest, DeleteServicePrincipalRequest, DeleteUserRequest, GetAccountGroupRequest, GetAccountServicePrincipalRequest, GetAccountUserRequest, GetGroupRequest, GetPasswordPermissionLevelsRequest, GetPasswordPermissionLevelsResponse, GetPasswordPermissionsRequest, GetServicePrincipalRequest, GetSortOrder, GetUserRequest, Group, GroupSchema, ListAccountGroupsRequest, ListAccountGroupsResponse, ListAccountServicePrincipalsRequest, ListAccountServicePrincipalsResponse, ListAccountUsersRequest, ListAccountUsersResponse, ListGroupsRequest, ListGroupsResponse, ListResponseSchema, ListServicePrincipalResponse, ListServicePrincipalsRequest, ListSort, ListSort_Order, ListUsersRequest, ListUsersResponse, MeRequest, Name, PasswordAccessControlRequest, PasswordAccessControlResponse, PasswordPermission, PasswordPermission_Level, PasswordPermissions, PasswordPermissionsDescription, PasswordPermissionsRequest, Patch, PatchAccountGroupRequest, PatchAccountServicePrincipalRequest, PatchAccountUserRequest, PatchGroupRequest, PatchOp, PatchSchema, PatchServicePrincipalRequest, PatchUserRequest, ResourceMeta, ServicePrincipal, ServicePrincipalSchema, UpdateAccountGroupRequest, UpdateAccountServicePrincipalRequest, UpdateAccountUserRequest, UpdateGroupRequest, UpdateServicePrincipalRequest, UpdateUserRequest, User, UserSchema, marshalAccountComplexValueSchema, marshalAccountNameSchema, marshalAccountPatchSchema, marshalAccountResourceMetaSchema, marshalComplexValueSchema, marshalCreateAccountGroupRequestSchema, marshalCreateAccountServicePrincipalRequestSchema, marshalCreateAccountUserRequestSchema, marshalCreateGroupRequestSchema, marshalCreateServicePrincipalRequestSchema, marshalCreateUserRequestSchema, marshalNameSchema, marshalPasswordAccessControlRequestSchema, marshalPasswordPermissionsRequestSchema, marshalPatchAccountGroupRequestSchema, marshalPatchAccountServicePrincipalRequestSchema, marshalPatchAccountUserRequestSchema, marshalPatchGroupRequestSchema, marshalPatchSchema, marshalPatchServicePrincipalRequestSchema, marshalPatchUserRequestSchema, marshalResourceMetaSchema, marshalUpdateAccountGroupRequestSchema, marshalUpdateAccountServicePrincipalRequestSchema, marshalUpdateAccountUserRequestSchema, marshalUpdateGroupRequestSchema, marshalUpdateServicePrincipalRequestSchema, marshalUpdateUserRequestSchema, unmarshalAccountComplexValueSchema, unmarshalAccountGroupSchema, unmarshalAccountNameSchema, unmarshalAccountResourceMetaSchema, unmarshalAccountServicePrincipalSchema, unmarshalAccountUserSchema, unmarshalComplexValueSchema, unmarshalGetPasswordPermissionLevelsResponseSchema, unmarshalGroupSchema, unmarshalListAccountGroupsResponseSchema, unmarshalListAccountServicePrincipalsResponseSchema, unmarshalListAccountUsersResponseSchema, unmarshalListGroupsResponseSchema, unmarshalListServicePrincipalResponseSchema, unmarshalListUsersResponseSchema, unmarshalNameSchema, unmarshalPasswordAccessControlResponseSchema, unmarshalPasswordPermissionSchema, unmarshalPasswordPermissionsDescriptionSchema, unmarshalPasswordPermissionsSchema, unmarshalResourceMetaSchema, unmarshalServicePrincipalSchema, unmarshalUserSchema };
894
891
  //# sourceMappingURL=model.d.ts.map