@globus/sdk 5.8.0 → 6.0.0-rc.2
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.
- package/README.md +8 -7
- package/dist/cjs/core/authorization/index.js.map +1 -1
- package/dist/cjs/index.js +0 -4
- package/dist/cjs/index.js.map +2 -2
- package/dist/cjs/services/globus-connect-server/client.js.map +2 -2
- package/dist/esm/apps/web.d.ts +1 -1
- package/dist/esm/apps/web.d.ts.map +1 -1
- package/dist/esm/core/authorization/RedirectTransport.d.ts +1 -1
- package/dist/esm/core/authorization/RedirectTransport.d.ts.map +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +0 -4
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/open-api/types/compute.d.ts +3759 -0
- package/dist/esm/open-api/types/compute.d.ts.map +1 -0
- package/dist/esm/open-api/types/compute.js +2 -0
- package/dist/esm/open-api/types/compute.js.map +1 -0
- package/dist/esm/open-api/types/gcs/v5.4.d.ts +12052 -0
- package/dist/esm/open-api/types/gcs/v5.4.d.ts.map +1 -0
- package/dist/esm/open-api/types/gcs/v5.4.js +2 -0
- package/dist/esm/open-api/types/gcs/v5.4.js.map +1 -0
- package/dist/esm/open-api/types/groups.d.ts +2382 -0
- package/dist/esm/open-api/types/groups.d.ts.map +1 -0
- package/dist/esm/open-api/types/groups.js +2 -0
- package/dist/esm/open-api/types/groups.js.map +1 -0
- package/dist/esm/open-api/types/search.d.ts +2191 -0
- package/dist/esm/open-api/types/search.d.ts.map +1 -0
- package/dist/esm/open-api/types/search.js +2 -0
- package/dist/esm/open-api/types/search.js.map +1 -0
- package/dist/esm/open-api/types/timer.d.ts +942 -0
- package/dist/esm/open-api/types/timer.d.ts.map +1 -0
- package/dist/esm/open-api/types/timer.js +2 -0
- package/dist/esm/open-api/types/timer.js.map +1 -0
- package/dist/esm/package.json +1 -1
- package/dist/esm/services/auth/utils.d.ts +1 -1
- package/dist/esm/services/auth/utils.d.ts.map +1 -1
- package/dist/esm/services/compute/index.d.ts +1 -0
- package/dist/esm/services/compute/index.d.ts.map +1 -1
- package/dist/esm/services/compute/index.js.map +1 -1
- package/dist/esm/services/compute/service/endpoints.d.ts +5 -5
- package/dist/esm/services/compute/service/endpoints.d.ts.map +1 -1
- package/dist/esm/services/compute/service/endpoints.js.map +1 -1
- package/dist/esm/services/globus-connect-server/client.d.ts +646 -261
- package/dist/esm/services/globus-connect-server/client.d.ts.map +1 -1
- package/dist/esm/services/globus-connect-server/index.d.ts +1 -0
- package/dist/esm/services/globus-connect-server/index.d.ts.map +1 -1
- package/dist/esm/services/globus-connect-server/index.js.map +1 -1
- package/dist/esm/services/globus-connect-server/service/collections.d.ts +40 -40
- package/dist/esm/services/globus-connect-server/service/collections.d.ts.map +1 -1
- package/dist/esm/services/globus-connect-server/service/collections.js.map +1 -1
- package/dist/esm/services/globus-connect-server/service/endpoint.d.ts +35 -35
- package/dist/esm/services/globus-connect-server/service/endpoint.d.ts.map +1 -1
- package/dist/esm/services/globus-connect-server/service/endpoint.js.map +1 -1
- package/dist/esm/services/globus-connect-server/service/nodes.d.ts +30 -30
- package/dist/esm/services/globus-connect-server/service/nodes.d.ts.map +1 -1
- package/dist/esm/services/globus-connect-server/service/nodes.js.map +1 -1
- package/dist/esm/services/globus-connect-server/service/roles.d.ts +20 -20
- package/dist/esm/services/globus-connect-server/service/roles.d.ts.map +1 -1
- package/dist/esm/services/globus-connect-server/service/roles.js.map +1 -1
- package/dist/esm/services/globus-connect-server/service/storage-gateways.d.ts +31 -31
- package/dist/esm/services/globus-connect-server/service/storage-gateways.d.ts.map +1 -1
- package/dist/esm/services/globus-connect-server/service/storage-gateways.js.map +1 -1
- package/dist/esm/services/globus-connect-server/service/user-credentials.d.ts +30 -30
- package/dist/esm/services/globus-connect-server/service/user-credentials.d.ts.map +1 -1
- package/dist/esm/services/globus-connect-server/service/user-credentials.js.map +1 -1
- package/dist/esm/services/globus-connect-server/service/versioning.d.ts +6 -6
- package/dist/esm/services/globus-connect-server/service/versioning.d.ts.map +1 -1
- package/dist/esm/services/globus-connect-server/service/versioning.js.map +1 -1
- package/dist/esm/services/groups/index.d.ts +1 -0
- package/dist/esm/services/groups/index.d.ts.map +1 -1
- package/dist/esm/services/groups/index.js.map +1 -1
- package/dist/esm/services/groups/service/groups.d.ts +5 -5
- package/dist/esm/services/groups/service/groups.d.ts.map +1 -1
- package/dist/esm/services/groups/service/groups.js.map +1 -1
- package/dist/esm/services/groups/service/membership.d.ts +3 -3
- package/dist/esm/services/groups/service/membership.d.ts.map +1 -1
- package/dist/esm/services/groups/service/membership.js.map +1 -1
- package/dist/esm/services/groups/service/policies.d.ts +2 -2
- package/dist/esm/services/groups/service/policies.d.ts.map +1 -1
- package/dist/esm/services/groups/service/policies.js.map +1 -1
- package/dist/esm/services/search/index.d.ts +1 -0
- package/dist/esm/services/search/index.d.ts.map +1 -1
- package/dist/esm/services/search/index.js.map +1 -1
- package/dist/esm/services/timer/index.d.ts +1 -0
- package/dist/esm/services/timer/index.d.ts.map +1 -1
- package/dist/esm/services/timer/index.js.map +1 -1
- package/dist/esm/services/timer/service/timer.d.ts +28 -2
- package/dist/esm/services/timer/service/timer.d.ts.map +1 -1
- package/dist/esm/services/timer/service/timer.js.map +1 -1
- package/dist/esm/services/transfer/service/access.d.ts +28 -5
- package/dist/esm/services/transfer/service/access.d.ts.map +1 -1
- package/dist/esm/services/transfer/service/access.js.map +1 -1
- package/dist/esm/services/transfer/service/collection-bookmarks.d.ts +20 -6
- package/dist/esm/services/transfer/service/collection-bookmarks.d.ts.map +1 -1
- package/dist/esm/services/transfer/service/collection-bookmarks.js.map +1 -1
- package/dist/esm/services/transfer/service/endpoint-manager/endpoint.d.ts +14 -6
- package/dist/esm/services/transfer/service/endpoint-manager/endpoint.d.ts.map +1 -1
- package/dist/esm/services/transfer/service/endpoint-manager/endpoint.js.map +1 -1
- package/dist/esm/services/transfer/service/endpoint-manager/pause-rule.d.ts +28 -6
- package/dist/esm/services/transfer/service/endpoint-manager/pause-rule.d.ts.map +1 -1
- package/dist/esm/services/transfer/service/endpoint-manager/pause-rule.js.map +1 -1
- package/dist/esm/services/transfer/service/endpoint-manager/task.d.ts +93 -15
- package/dist/esm/services/transfer/service/endpoint-manager/task.d.ts.map +1 -1
- package/dist/esm/services/transfer/service/endpoint-manager/task.js +1 -1
- package/dist/esm/services/transfer/service/endpoint-manager/task.js.map +1 -1
- package/dist/esm/services/transfer/service/endpoint-search.d.ts +20 -12
- package/dist/esm/services/transfer/service/endpoint-search.d.ts.map +1 -1
- package/dist/esm/services/transfer/service/endpoint-search.js +2 -11
- package/dist/esm/services/transfer/service/endpoint-search.js.map +1 -1
- package/dist/esm/services/transfer/service/task.d.ts +157 -11
- package/dist/esm/services/transfer/service/task.d.ts.map +1 -1
- package/dist/esm/services/transfer/service/task.js.map +1 -1
- package/dist/esm/services/transfer/types.d.ts +16 -3
- package/dist/esm/services/transfer/types.d.ts.map +1 -1
- package/dist/umd/globus.production.js +2 -2
- package/dist/umd/globus.production.js.map +2 -2
- package/package.json +3 -10
|
@@ -30,13 +30,13 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
30
30
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
31
31
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
32
32
|
code?: "success";
|
|
33
|
-
data?: import("
|
|
33
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Endpoint"][];
|
|
34
34
|
} & ({
|
|
35
35
|
DATA_TYPE: "result#1.0.0";
|
|
36
36
|
code: string;
|
|
37
37
|
data?: Record<string, unknown>[];
|
|
38
38
|
detail?: unknown;
|
|
39
|
-
has_next_page
|
|
39
|
+
has_next_page: boolean;
|
|
40
40
|
http_response_code: number;
|
|
41
41
|
marker?: string | null;
|
|
42
42
|
message?: string;
|
|
@@ -48,25 +48,88 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
48
48
|
code: string;
|
|
49
49
|
data?: Record<string, unknown>[];
|
|
50
50
|
detail?: unknown;
|
|
51
|
-
has_next_page
|
|
51
|
+
has_next_page: boolean;
|
|
52
52
|
http_response_code: number;
|
|
53
53
|
marker?: string | null;
|
|
54
54
|
message?: string;
|
|
55
55
|
})>>;
|
|
56
56
|
update: (options?: ({
|
|
57
|
-
payload:
|
|
57
|
+
payload: Partial<{
|
|
58
|
+
DATA_TYPE: "endpoint#1.0.0";
|
|
59
|
+
allow_udt?: boolean;
|
|
60
|
+
contact_email?: string;
|
|
61
|
+
contact_info?: string;
|
|
62
|
+
department?: string;
|
|
63
|
+
description?: string;
|
|
64
|
+
display_name: string;
|
|
65
|
+
id?: string;
|
|
66
|
+
readonly gcs_manager_url?: string;
|
|
67
|
+
info_link?: string;
|
|
68
|
+
keywords?: string[];
|
|
69
|
+
max_concurrency?: number;
|
|
70
|
+
max_parallelism?: number;
|
|
71
|
+
network_use: "normal" | "minimal" | "aggressive" | "custom";
|
|
72
|
+
organization?: string;
|
|
73
|
+
preferred_concurrency?: number;
|
|
74
|
+
preferred_parallelism?: number;
|
|
75
|
+
public: boolean;
|
|
76
|
+
subscription_id?: string | null;
|
|
77
|
+
} | {
|
|
78
|
+
DATA_TYPE: "endpoint#1.1.0";
|
|
79
|
+
allow_udt?: boolean;
|
|
80
|
+
contact_email?: string;
|
|
81
|
+
contact_info?: string;
|
|
82
|
+
department?: string;
|
|
83
|
+
description?: string;
|
|
84
|
+
display_name: string;
|
|
85
|
+
id?: string;
|
|
86
|
+
readonly gcs_manager_url?: string;
|
|
87
|
+
gridftp_control_channel_port?: number | null;
|
|
88
|
+
info_link?: string;
|
|
89
|
+
keywords?: string[];
|
|
90
|
+
max_concurrency?: number;
|
|
91
|
+
max_parallelism?: number;
|
|
92
|
+
network_use: "normal" | "minimal" | "aggressive" | "custom";
|
|
93
|
+
organization?: string;
|
|
94
|
+
preferred_concurrency?: number;
|
|
95
|
+
preferred_parallelism?: number;
|
|
96
|
+
public: boolean;
|
|
97
|
+
subscription_id?: string | null;
|
|
98
|
+
} | {
|
|
99
|
+
DATA_TYPE: "endpoint#1.2.0";
|
|
100
|
+
allow_udt?: boolean;
|
|
101
|
+
contact_email?: string;
|
|
102
|
+
contact_info?: string;
|
|
103
|
+
department?: string;
|
|
104
|
+
description?: string;
|
|
105
|
+
display_name: string;
|
|
106
|
+
readonly earliest_last_access?: string;
|
|
107
|
+
id?: string;
|
|
108
|
+
readonly gcs_manager_url?: string;
|
|
109
|
+
gridftp_control_channel_port?: number | null;
|
|
110
|
+
info_link?: string;
|
|
111
|
+
keywords?: string[];
|
|
112
|
+
max_concurrency?: number;
|
|
113
|
+
max_parallelism?: number;
|
|
114
|
+
network_use: "normal" | "minimal" | "aggressive" | "custom";
|
|
115
|
+
organization?: string;
|
|
116
|
+
preferred_concurrency?: number;
|
|
117
|
+
preferred_parallelism?: number;
|
|
118
|
+
public: boolean;
|
|
119
|
+
subscription_id?: string | null;
|
|
120
|
+
}>;
|
|
58
121
|
} & {
|
|
59
122
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
60
123
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
61
124
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
62
125
|
code?: "success";
|
|
63
|
-
data?: import("
|
|
126
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Endpoint"][];
|
|
64
127
|
} & ({
|
|
65
128
|
DATA_TYPE: "result#1.0.0";
|
|
66
129
|
code: string;
|
|
67
130
|
data?: Record<string, unknown>[];
|
|
68
131
|
detail?: unknown;
|
|
69
|
-
has_next_page
|
|
132
|
+
has_next_page: boolean;
|
|
70
133
|
http_response_code: number;
|
|
71
134
|
marker?: string | null;
|
|
72
135
|
message?: string;
|
|
@@ -78,25 +141,25 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
78
141
|
code: string;
|
|
79
142
|
data?: Record<string, unknown>[];
|
|
80
143
|
detail?: unknown;
|
|
81
|
-
has_next_page
|
|
144
|
+
has_next_page: boolean;
|
|
82
145
|
http_response_code: number;
|
|
83
146
|
marker?: string | null;
|
|
84
147
|
message?: string;
|
|
85
148
|
})>>;
|
|
86
149
|
patch: (options?: ({
|
|
87
|
-
payload: import("
|
|
150
|
+
payload: import("../../open-api/types/gcs/v5.4.js").operations["patchEndpoint"]["requestBody"]["content"]["application/json"] | Record<string, unknown>;
|
|
88
151
|
} & {
|
|
89
152
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
90
153
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
91
154
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
92
155
|
code?: "success";
|
|
93
|
-
data?: import("
|
|
156
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Endpoint"][];
|
|
94
157
|
} & ({
|
|
95
158
|
DATA_TYPE: "result#1.0.0";
|
|
96
159
|
code: string;
|
|
97
160
|
data?: Record<string, unknown>[];
|
|
98
161
|
detail?: unknown;
|
|
99
|
-
has_next_page
|
|
162
|
+
has_next_page: boolean;
|
|
100
163
|
http_response_code: number;
|
|
101
164
|
marker?: string | null;
|
|
102
165
|
message?: string;
|
|
@@ -108,13 +171,13 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
108
171
|
code: string;
|
|
109
172
|
data?: Record<string, unknown>[];
|
|
110
173
|
detail?: unknown;
|
|
111
|
-
has_next_page
|
|
174
|
+
has_next_page: boolean;
|
|
112
175
|
http_response_code: number;
|
|
113
176
|
marker?: string | null;
|
|
114
177
|
message?: string;
|
|
115
178
|
})>>;
|
|
116
179
|
updateSubscriptionId: (options?: ({
|
|
117
|
-
payload: import("
|
|
180
|
+
payload: import("../../open-api/types/gcs/v5.4.js").operations["putEndpointSubscriptionId"]["requestBody"]["content"]["application/json"];
|
|
118
181
|
} & {
|
|
119
182
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
120
183
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
@@ -123,7 +186,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
123
186
|
code: string;
|
|
124
187
|
data?: Record<string, unknown>[];
|
|
125
188
|
detail?: unknown;
|
|
126
|
-
has_next_page
|
|
189
|
+
has_next_page: boolean;
|
|
127
190
|
http_response_code: number;
|
|
128
191
|
marker?: string | null;
|
|
129
192
|
message?: string;
|
|
@@ -135,13 +198,13 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
135
198
|
code: string;
|
|
136
199
|
data?: Record<string, unknown>[];
|
|
137
200
|
detail?: unknown;
|
|
138
|
-
has_next_page
|
|
201
|
+
has_next_page: boolean;
|
|
139
202
|
http_response_code: number;
|
|
140
203
|
marker?: string | null;
|
|
141
204
|
message?: string;
|
|
142
205
|
}>>;
|
|
143
206
|
updateOwner: (options?: ({
|
|
144
|
-
payload: import("
|
|
207
|
+
payload: import("../../open-api/types/gcs/v5.4.js").operations["putEndpointOwner"]["requestBody"]["content"]["application/json"];
|
|
145
208
|
} & {
|
|
146
209
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
147
210
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
@@ -150,7 +213,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
150
213
|
code: string;
|
|
151
214
|
data?: Record<string, unknown>[];
|
|
152
215
|
detail?: unknown;
|
|
153
|
-
has_next_page
|
|
216
|
+
has_next_page: boolean;
|
|
154
217
|
http_response_code: number;
|
|
155
218
|
marker?: string | null;
|
|
156
219
|
message?: string;
|
|
@@ -162,13 +225,13 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
162
225
|
code: string;
|
|
163
226
|
data?: Record<string, unknown>[];
|
|
164
227
|
detail?: unknown;
|
|
165
|
-
has_next_page
|
|
228
|
+
has_next_page: boolean;
|
|
166
229
|
http_response_code: number;
|
|
167
230
|
marker?: string | null;
|
|
168
231
|
message?: string;
|
|
169
232
|
}>>;
|
|
170
233
|
updateOwnerString: (options?: ({
|
|
171
|
-
payload: import("
|
|
234
|
+
payload: import("../../open-api/types/gcs/v5.4.js").operations["putEndpointOwnerString"]["requestBody"]["content"]["application/json"];
|
|
172
235
|
} & {
|
|
173
236
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
174
237
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
@@ -177,7 +240,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
177
240
|
code: string;
|
|
178
241
|
data?: Record<string, unknown>[];
|
|
179
242
|
detail?: unknown;
|
|
180
|
-
has_next_page
|
|
243
|
+
has_next_page: boolean;
|
|
181
244
|
http_response_code: number;
|
|
182
245
|
marker?: string | null;
|
|
183
246
|
message?: string;
|
|
@@ -189,7 +252,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
189
252
|
code: string;
|
|
190
253
|
data?: Record<string, unknown>[];
|
|
191
254
|
detail?: unknown;
|
|
192
|
-
has_next_page
|
|
255
|
+
has_next_page: boolean;
|
|
193
256
|
http_response_code: number;
|
|
194
257
|
marker?: string | null;
|
|
195
258
|
message?: string;
|
|
@@ -202,7 +265,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
202
265
|
code: string;
|
|
203
266
|
data?: Record<string, unknown>[];
|
|
204
267
|
detail?: unknown;
|
|
205
|
-
has_next_page
|
|
268
|
+
has_next_page: boolean;
|
|
206
269
|
http_response_code: number;
|
|
207
270
|
marker?: string | null;
|
|
208
271
|
message?: string;
|
|
@@ -214,7 +277,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
214
277
|
code: string;
|
|
215
278
|
data?: Record<string, unknown>[];
|
|
216
279
|
detail?: unknown;
|
|
217
|
-
has_next_page
|
|
280
|
+
has_next_page: boolean;
|
|
218
281
|
http_response_code: number;
|
|
219
282
|
marker?: string | null;
|
|
220
283
|
message?: string;
|
|
@@ -223,13 +286,13 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
223
286
|
versioning: {
|
|
224
287
|
info: (...args: never) => Promise<import("../types.js").JSONFetchResponse<{
|
|
225
288
|
code?: "success";
|
|
226
|
-
data?: (import("
|
|
289
|
+
data?: (import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Connector"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Info"])[];
|
|
227
290
|
} & ({
|
|
228
291
|
DATA_TYPE: "result#1.0.0";
|
|
229
292
|
code: string;
|
|
230
293
|
data?: Record<string, unknown>[];
|
|
231
294
|
detail?: unknown;
|
|
232
|
-
has_next_page
|
|
295
|
+
has_next_page: boolean;
|
|
233
296
|
http_response_code: number;
|
|
234
297
|
marker?: string | null;
|
|
235
298
|
message?: string;
|
|
@@ -241,7 +304,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
241
304
|
code: string;
|
|
242
305
|
data?: Record<string, unknown>[];
|
|
243
306
|
detail?: unknown;
|
|
244
|
-
has_next_page
|
|
307
|
+
has_next_page: boolean;
|
|
245
308
|
http_response_code: number;
|
|
246
309
|
marker?: string | null;
|
|
247
310
|
message?: string;
|
|
@@ -249,19 +312,19 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
249
312
|
};
|
|
250
313
|
collections: {
|
|
251
314
|
get: (collection_id: string, options?: ({
|
|
252
|
-
query?: import("
|
|
315
|
+
query?: import("../../open-api/types/gcs/v5.4.js").operations["getCollection"]["parameters"]["query"];
|
|
253
316
|
} & {
|
|
254
317
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
255
318
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
256
319
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
257
320
|
code?: "success";
|
|
258
|
-
data?: import("
|
|
321
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Collection"][];
|
|
259
322
|
} & ({
|
|
260
323
|
DATA_TYPE: "result#1.0.0";
|
|
261
324
|
code: string;
|
|
262
325
|
data?: Record<string, unknown>[];
|
|
263
326
|
detail?: unknown;
|
|
264
|
-
has_next_page
|
|
327
|
+
has_next_page: boolean;
|
|
265
328
|
http_response_code: number;
|
|
266
329
|
marker?: string | null;
|
|
267
330
|
message?: string;
|
|
@@ -273,25 +336,25 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
273
336
|
code: string;
|
|
274
337
|
data?: Record<string, unknown>[];
|
|
275
338
|
detail?: unknown;
|
|
276
|
-
has_next_page
|
|
339
|
+
has_next_page: boolean;
|
|
277
340
|
http_response_code: number;
|
|
278
341
|
marker?: string | null;
|
|
279
342
|
message?: string;
|
|
280
343
|
})>>;
|
|
281
344
|
getAll: (options?: ({
|
|
282
|
-
query?: import("
|
|
345
|
+
query?: import("../../open-api/types/gcs/v5.4.js").operations["listCollections"]["parameters"]["query"];
|
|
283
346
|
} & {
|
|
284
347
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
285
348
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
286
349
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
287
350
|
code?: "success";
|
|
288
|
-
data?: import("
|
|
351
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Collection"][];
|
|
289
352
|
} & ({
|
|
290
353
|
DATA_TYPE: "result#1.0.0";
|
|
291
354
|
code: string;
|
|
292
355
|
data?: Record<string, unknown>[];
|
|
293
356
|
detail?: unknown;
|
|
294
|
-
has_next_page
|
|
357
|
+
has_next_page: boolean;
|
|
295
358
|
http_response_code: number;
|
|
296
359
|
marker?: string | null;
|
|
297
360
|
message?: string;
|
|
@@ -303,25 +366,25 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
303
366
|
code: string;
|
|
304
367
|
data?: Record<string, unknown>[];
|
|
305
368
|
detail?: unknown;
|
|
306
|
-
has_next_page
|
|
369
|
+
has_next_page: boolean;
|
|
307
370
|
http_response_code: number;
|
|
308
371
|
marker?: string | null;
|
|
309
372
|
message?: string;
|
|
310
373
|
})>>;
|
|
311
374
|
create: (options: ({
|
|
312
|
-
payload: import("
|
|
375
|
+
payload: import("../../open-api/types/gcs/v5.4.js").operations["postCollection"]["requestBody"]["content"]["application/json"];
|
|
313
376
|
} & {
|
|
314
377
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
315
378
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
316
379
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
317
380
|
code?: "success";
|
|
318
|
-
data?: import("
|
|
381
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Collection"][];
|
|
319
382
|
} & ({
|
|
320
383
|
DATA_TYPE: "result#1.0.0";
|
|
321
384
|
code: string;
|
|
322
385
|
data?: Record<string, unknown>[];
|
|
323
386
|
detail?: unknown;
|
|
324
|
-
has_next_page
|
|
387
|
+
has_next_page: boolean;
|
|
325
388
|
http_response_code: number;
|
|
326
389
|
marker?: string | null;
|
|
327
390
|
message?: string;
|
|
@@ -333,7 +396,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
333
396
|
code: string;
|
|
334
397
|
data?: Record<string, unknown>[];
|
|
335
398
|
detail?: unknown;
|
|
336
|
-
has_next_page
|
|
399
|
+
has_next_page: boolean;
|
|
337
400
|
http_response_code: number;
|
|
338
401
|
marker?: string | null;
|
|
339
402
|
message?: string;
|
|
@@ -349,7 +412,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
349
412
|
code: string;
|
|
350
413
|
data?: Record<string, unknown>[];
|
|
351
414
|
detail?: unknown;
|
|
352
|
-
has_next_page
|
|
415
|
+
has_next_page: boolean;
|
|
353
416
|
http_response_code: number;
|
|
354
417
|
marker?: string | null;
|
|
355
418
|
message?: string;
|
|
@@ -361,13 +424,13 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
361
424
|
code: string;
|
|
362
425
|
data?: Record<string, unknown>[];
|
|
363
426
|
detail?: unknown;
|
|
364
|
-
has_next_page
|
|
427
|
+
has_next_page: boolean;
|
|
365
428
|
http_response_code: number;
|
|
366
429
|
marker?: string | null;
|
|
367
430
|
message?: string;
|
|
368
431
|
}>>;
|
|
369
432
|
update: (collection_id: string, options: ({
|
|
370
|
-
payload: import("
|
|
433
|
+
payload: import("../../open-api/types/gcs/v5.4.js").operations["putCollection"]["requestBody"]["content"]["application/json"];
|
|
371
434
|
} & {
|
|
372
435
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
373
436
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
@@ -376,7 +439,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
376
439
|
code: string;
|
|
377
440
|
data?: Record<string, unknown>[];
|
|
378
441
|
detail?: unknown;
|
|
379
|
-
has_next_page
|
|
442
|
+
has_next_page: boolean;
|
|
380
443
|
http_response_code: number;
|
|
381
444
|
marker?: string | null;
|
|
382
445
|
message?: string;
|
|
@@ -388,7 +451,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
388
451
|
code: string;
|
|
389
452
|
data?: Record<string, unknown>[];
|
|
390
453
|
detail?: unknown;
|
|
391
|
-
has_next_page
|
|
454
|
+
has_next_page: boolean;
|
|
392
455
|
http_response_code: number;
|
|
393
456
|
marker?: string | null;
|
|
394
457
|
message?: string;
|
|
@@ -397,47 +460,47 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
397
460
|
payload: Partial<{
|
|
398
461
|
DATA_TYPE: "collection#1.0.0";
|
|
399
462
|
allow_guest_collections?: boolean;
|
|
400
|
-
authentication_timeout_mins?: number;
|
|
463
|
+
readonly authentication_timeout_mins?: number;
|
|
401
464
|
collection_base_path: string;
|
|
402
465
|
collection_type: "mapped" | "guest";
|
|
403
|
-
connector_id?: string;
|
|
466
|
+
readonly connector_id?: string;
|
|
404
467
|
contact_email?: string | null;
|
|
405
468
|
contact_info?: string | null;
|
|
406
469
|
default_directory?: string;
|
|
407
|
-
deleted?: boolean;
|
|
470
|
+
readonly deleted?: boolean;
|
|
408
471
|
department?: string | null;
|
|
409
472
|
description?: string | null;
|
|
410
473
|
disable_verify?: boolean;
|
|
411
474
|
display_name: string;
|
|
412
475
|
domain_name?: string;
|
|
413
476
|
force_encryption?: boolean;
|
|
414
|
-
high_assurance?: boolean;
|
|
415
|
-
https_url?: string;
|
|
416
|
-
id?: string;
|
|
477
|
+
readonly high_assurance?: boolean;
|
|
478
|
+
readonly https_url?: string;
|
|
479
|
+
readonly id?: string;
|
|
417
480
|
identity_id?: string;
|
|
418
481
|
info_link?: string | null;
|
|
419
482
|
keywords?: string[];
|
|
420
|
-
manager_url?: string;
|
|
483
|
+
readonly manager_url?: string;
|
|
421
484
|
mapped_collection_id?: string;
|
|
422
485
|
organization?: string;
|
|
423
|
-
policies?: import("
|
|
486
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3CollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStorageCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingCollectionPolicies_1_0_0"];
|
|
424
487
|
public: boolean;
|
|
425
|
-
root_path?: string;
|
|
426
|
-
sharing_restrict_paths?: unknown;
|
|
488
|
+
readonly root_path?: string;
|
|
489
|
+
sharing_restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
427
490
|
storage_gateway_id?: string;
|
|
428
|
-
tlsftp_url?: string;
|
|
491
|
+
readonly tlsftp_url?: string;
|
|
429
492
|
user_credential_id?: string;
|
|
430
493
|
} | {
|
|
431
494
|
DATA_TYPE: "collection#1.1.0";
|
|
432
495
|
allow_guest_collections?: boolean;
|
|
433
|
-
authentication_timeout_mins?: number;
|
|
496
|
+
readonly authentication_timeout_mins?: number;
|
|
434
497
|
collection_base_path: string;
|
|
435
498
|
collection_type: "mapped" | "guest";
|
|
436
|
-
connector_id?: string;
|
|
499
|
+
readonly connector_id?: string;
|
|
437
500
|
contact_email?: string | null;
|
|
438
501
|
contact_info?: string | null;
|
|
439
502
|
default_directory?: string;
|
|
440
|
-
deleted?: boolean;
|
|
503
|
+
readonly deleted?: boolean;
|
|
441
504
|
department?: string | null;
|
|
442
505
|
description?: string | null;
|
|
443
506
|
disable_verify?: boolean;
|
|
@@ -445,35 +508,35 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
445
508
|
domain_name?: string;
|
|
446
509
|
enable_https?: boolean;
|
|
447
510
|
force_encryption?: boolean;
|
|
448
|
-
high_assurance?: boolean;
|
|
449
|
-
https_url?: string;
|
|
450
|
-
id?: string;
|
|
511
|
+
readonly high_assurance?: boolean;
|
|
512
|
+
readonly https_url?: string;
|
|
513
|
+
readonly id?: string;
|
|
451
514
|
identity_id?: string;
|
|
452
515
|
info_link?: string | null;
|
|
453
516
|
keywords?: string[];
|
|
454
|
-
manager_url?: string;
|
|
517
|
+
readonly manager_url?: string;
|
|
455
518
|
mapped_collection_id?: string;
|
|
456
519
|
organization?: string;
|
|
457
|
-
policies?: import("
|
|
520
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3CollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStorageCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingCollectionPolicies_1_0_0"];
|
|
458
521
|
public: boolean;
|
|
459
|
-
root_path?: string;
|
|
460
|
-
sharing_restrict_paths?: unknown;
|
|
522
|
+
readonly root_path?: string;
|
|
523
|
+
sharing_restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
461
524
|
storage_gateway_id?: string;
|
|
462
|
-
tlsftp_url?: string;
|
|
525
|
+
readonly tlsftp_url?: string;
|
|
463
526
|
user_credential_id?: string;
|
|
464
527
|
user_message?: string | null;
|
|
465
528
|
user_message_link?: string | null;
|
|
466
529
|
} | {
|
|
467
530
|
DATA_TYPE: "collection#1.2.0";
|
|
468
531
|
allow_guest_collections?: boolean;
|
|
469
|
-
authentication_timeout_mins?: number;
|
|
532
|
+
readonly authentication_timeout_mins?: number;
|
|
470
533
|
collection_base_path: string;
|
|
471
534
|
collection_type: "mapped" | "guest";
|
|
472
|
-
connector_id?: string;
|
|
535
|
+
readonly connector_id?: string;
|
|
473
536
|
contact_email?: string | null;
|
|
474
537
|
contact_info?: string | null;
|
|
475
538
|
default_directory?: string;
|
|
476
|
-
deleted?: boolean;
|
|
539
|
+
readonly deleted?: boolean;
|
|
477
540
|
department?: string | null;
|
|
478
541
|
description?: string | null;
|
|
479
542
|
disable_verify?: boolean;
|
|
@@ -481,321 +544,618 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
481
544
|
domain_name?: string;
|
|
482
545
|
enable_https?: boolean;
|
|
483
546
|
force_encryption?: boolean;
|
|
484
|
-
high_assurance?: boolean;
|
|
485
|
-
https_url?: string;
|
|
486
|
-
id?: string;
|
|
547
|
+
readonly high_assurance?: boolean;
|
|
548
|
+
readonly https_url?: string;
|
|
549
|
+
readonly id?: string;
|
|
487
550
|
identity_id?: string;
|
|
488
551
|
info_link?: string | null;
|
|
489
552
|
keywords?: string[];
|
|
490
|
-
manager_url?: string;
|
|
553
|
+
readonly manager_url?: string;
|
|
491
554
|
mapped_collection_id?: string;
|
|
492
555
|
organization?: string;
|
|
493
|
-
policies?: import("
|
|
556
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3CollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStorageCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingCollectionPolicies_1_0_0"];
|
|
494
557
|
public: boolean;
|
|
495
|
-
root_path?: string;
|
|
496
|
-
sharing_restrict_paths?: unknown;
|
|
558
|
+
readonly root_path?: string;
|
|
559
|
+
sharing_restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
497
560
|
sharing_users_allow?: string[] | null;
|
|
498
561
|
sharing_users_deny?: string[] | null;
|
|
499
562
|
storage_gateway_id?: string;
|
|
500
|
-
tlsftp_url?: string;
|
|
563
|
+
readonly tlsftp_url?: string;
|
|
501
564
|
user_credential_id?: string;
|
|
502
565
|
user_message?: string | null;
|
|
503
566
|
user_message_link?: string | null;
|
|
504
567
|
} | {
|
|
505
568
|
DATA_TYPE: "collection#1.3.0";
|
|
506
569
|
allow_guest_collections?: boolean;
|
|
507
|
-
authentication_timeout_mins?: number;
|
|
570
|
+
readonly authentication_timeout_mins?: number;
|
|
508
571
|
collection_base_path: string;
|
|
509
572
|
collection_type: "mapped" | "guest";
|
|
510
|
-
connector_id?: string;
|
|
573
|
+
readonly connector_id?: string;
|
|
511
574
|
contact_email?: string | null;
|
|
512
575
|
contact_info?: string | null;
|
|
513
576
|
default_directory?: string;
|
|
514
|
-
deleted?: boolean;
|
|
577
|
+
readonly deleted?: boolean;
|
|
515
578
|
department?: string | null;
|
|
516
579
|
description?: string | null;
|
|
517
580
|
disable_verify?: boolean;
|
|
518
581
|
display_name: string;
|
|
519
|
-
domain?: import("
|
|
582
|
+
domain?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Domain"];
|
|
520
583
|
domain_name?: string;
|
|
521
584
|
enable_https?: boolean;
|
|
522
585
|
force_encryption?: boolean;
|
|
523
|
-
high_assurance?: boolean;
|
|
524
|
-
https_url?: string;
|
|
525
|
-
id?: string;
|
|
586
|
+
readonly high_assurance?: boolean;
|
|
587
|
+
readonly https_url?: string;
|
|
588
|
+
readonly id?: string;
|
|
526
589
|
identity_id?: string;
|
|
527
590
|
info_link?: string | null;
|
|
528
591
|
keywords?: string[];
|
|
529
|
-
manager_url?: string;
|
|
592
|
+
readonly manager_url?: string;
|
|
530
593
|
mapped_collection_id?: string;
|
|
531
594
|
organization?: string;
|
|
532
|
-
policies?: import("
|
|
595
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3CollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStorageCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingCollectionPolicies_1_0_0"];
|
|
533
596
|
public: boolean;
|
|
534
|
-
root_path?: string;
|
|
535
|
-
sharing_restrict_paths?: unknown;
|
|
597
|
+
readonly root_path?: string;
|
|
598
|
+
sharing_restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
536
599
|
sharing_users_allow?: string[] | null;
|
|
537
600
|
sharing_users_deny?: string[] | null;
|
|
538
601
|
storage_gateway_id?: string;
|
|
539
|
-
tlsftp_url?: string;
|
|
602
|
+
readonly tlsftp_url?: string;
|
|
540
603
|
user_credential_id?: string;
|
|
541
604
|
user_message?: string | null;
|
|
542
605
|
user_message_link?: string | null;
|
|
543
606
|
} | {
|
|
544
607
|
DATA_TYPE: "collection#1.4.0";
|
|
545
608
|
allow_guest_collections?: boolean;
|
|
546
|
-
authentication_timeout_mins?: number;
|
|
609
|
+
readonly authentication_timeout_mins?: number;
|
|
547
610
|
collection_base_path: string;
|
|
548
611
|
collection_type: "mapped" | "guest";
|
|
549
|
-
connector_id?: string;
|
|
612
|
+
readonly connector_id?: string;
|
|
550
613
|
contact_email?: string | null;
|
|
551
614
|
contact_info?: string | null;
|
|
552
615
|
default_directory?: string;
|
|
553
|
-
deleted?: boolean;
|
|
616
|
+
readonly deleted?: boolean;
|
|
554
617
|
department?: string | null;
|
|
555
618
|
description?: string | null;
|
|
556
619
|
disable_verify?: boolean;
|
|
557
620
|
display_name: string;
|
|
558
|
-
domain?: import("
|
|
621
|
+
domain?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Domain"];
|
|
559
622
|
domain_name?: string;
|
|
560
623
|
enable_https?: boolean;
|
|
561
624
|
force_encryption?: boolean;
|
|
562
625
|
force_verify?: boolean;
|
|
563
|
-
high_assurance?: boolean;
|
|
564
|
-
https_url?: string;
|
|
565
|
-
id?: string;
|
|
626
|
+
readonly high_assurance?: boolean;
|
|
627
|
+
readonly https_url?: string;
|
|
628
|
+
readonly id?: string;
|
|
566
629
|
identity_id?: string;
|
|
567
630
|
info_link?: string | null;
|
|
568
631
|
keywords?: string[];
|
|
569
|
-
manager_url?: string;
|
|
632
|
+
readonly manager_url?: string;
|
|
570
633
|
mapped_collection_id?: string;
|
|
571
634
|
organization?: string;
|
|
572
|
-
policies?: import("
|
|
635
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3CollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStorageCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingCollectionPolicies_1_0_0"];
|
|
573
636
|
public: boolean;
|
|
574
|
-
require_mfa?: boolean;
|
|
575
|
-
root_path?: string;
|
|
576
|
-
sharing_restrict_paths?: unknown;
|
|
637
|
+
readonly require_mfa?: boolean;
|
|
638
|
+
readonly root_path?: string;
|
|
639
|
+
sharing_restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
577
640
|
sharing_users_allow?: string[] | null;
|
|
578
641
|
sharing_users_deny?: string[] | null;
|
|
579
642
|
storage_gateway_id?: string;
|
|
580
|
-
tlsftp_url?: string;
|
|
643
|
+
readonly tlsftp_url?: string;
|
|
581
644
|
user_credential_id?: string;
|
|
582
645
|
user_message?: string | null;
|
|
583
646
|
user_message_link?: string | null;
|
|
584
647
|
} | {
|
|
585
648
|
DATA_TYPE: "collection#1.5.0";
|
|
586
649
|
allow_guest_collections?: boolean;
|
|
587
|
-
authentication_timeout_mins?: number;
|
|
650
|
+
readonly authentication_timeout_mins?: number;
|
|
588
651
|
collection_base_path: string;
|
|
589
652
|
collection_type: "mapped" | "guest";
|
|
590
|
-
connector_id?: string;
|
|
653
|
+
readonly connector_id?: string;
|
|
591
654
|
contact_email?: string | null;
|
|
592
655
|
contact_info?: string | null;
|
|
593
656
|
default_directory?: string;
|
|
594
|
-
deleted?: boolean;
|
|
657
|
+
readonly deleted?: boolean;
|
|
595
658
|
department?: string | null;
|
|
596
659
|
description?: string | null;
|
|
597
660
|
disable_anonymous_writes?: boolean;
|
|
598
661
|
disable_verify?: boolean;
|
|
599
662
|
display_name: string;
|
|
600
|
-
domain?: import("
|
|
663
|
+
domain?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Domain"];
|
|
601
664
|
domain_name?: string;
|
|
602
665
|
enable_https?: boolean;
|
|
603
666
|
force_encryption?: boolean;
|
|
604
667
|
force_verify?: boolean;
|
|
605
|
-
high_assurance?: boolean;
|
|
606
|
-
https_url?: string;
|
|
607
|
-
id?: string;
|
|
668
|
+
readonly high_assurance?: boolean;
|
|
669
|
+
readonly https_url?: string;
|
|
670
|
+
readonly id?: string;
|
|
608
671
|
identity_id?: string;
|
|
609
672
|
info_link?: string | null;
|
|
610
673
|
keywords?: string[];
|
|
611
|
-
manager_url?: string;
|
|
674
|
+
readonly manager_url?: string;
|
|
612
675
|
mapped_collection_id?: string;
|
|
613
676
|
organization?: string;
|
|
614
|
-
policies?: import("
|
|
677
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3CollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStorageCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingCollectionPolicies_1_0_0"];
|
|
615
678
|
public: boolean;
|
|
616
|
-
require_mfa?: boolean;
|
|
617
|
-
root_path?: string;
|
|
618
|
-
sharing_restrict_paths?: unknown;
|
|
679
|
+
readonly require_mfa?: boolean;
|
|
680
|
+
readonly root_path?: string;
|
|
681
|
+
sharing_restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
619
682
|
sharing_users_allow?: string[] | null;
|
|
620
683
|
sharing_users_deny?: string[] | null;
|
|
621
684
|
storage_gateway_id?: string;
|
|
622
|
-
tlsftp_url?: string;
|
|
685
|
+
readonly tlsftp_url?: string;
|
|
623
686
|
user_credential_id?: string;
|
|
624
687
|
user_message?: string | null;
|
|
625
688
|
user_message_link?: string | null;
|
|
626
689
|
} | {
|
|
627
690
|
DATA_TYPE: "collection#1.6.0";
|
|
628
691
|
allow_guest_collections?: boolean;
|
|
629
|
-
authentication_timeout_mins?: number;
|
|
692
|
+
readonly authentication_timeout_mins?: number;
|
|
630
693
|
collection_base_path: string;
|
|
631
694
|
collection_type: "mapped" | "guest";
|
|
632
|
-
connector_id?: string;
|
|
695
|
+
readonly connector_id?: string;
|
|
633
696
|
contact_email?: string | null;
|
|
634
697
|
contact_info?: string | null;
|
|
635
698
|
default_directory?: string;
|
|
636
|
-
deleted?: boolean;
|
|
699
|
+
readonly deleted?: boolean;
|
|
637
700
|
department?: string | null;
|
|
638
701
|
description?: string | null;
|
|
639
702
|
disable_anonymous_writes?: boolean;
|
|
640
703
|
disable_verify?: boolean;
|
|
641
704
|
display_name: string;
|
|
642
|
-
domain?: import("
|
|
705
|
+
domain?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Domain"];
|
|
643
706
|
domain_name?: string;
|
|
644
707
|
enable_https?: boolean;
|
|
645
708
|
force_encryption?: boolean;
|
|
646
709
|
force_verify?: boolean;
|
|
647
710
|
guest_auth_policy_id?: string | null;
|
|
648
|
-
high_assurance?: boolean;
|
|
649
|
-
https_url?: string;
|
|
650
|
-
id?: string;
|
|
711
|
+
readonly high_assurance?: boolean;
|
|
712
|
+
readonly https_url?: string;
|
|
713
|
+
readonly id?: string;
|
|
651
714
|
identity_id?: string;
|
|
652
715
|
info_link?: string | null;
|
|
653
716
|
keywords?: string[];
|
|
654
|
-
manager_url?: string;
|
|
717
|
+
readonly manager_url?: string;
|
|
655
718
|
mapped_collection_id?: string;
|
|
656
719
|
organization?: string;
|
|
657
|
-
policies?: import("
|
|
720
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3CollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStorageCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingCollectionPolicies_1_0_0"];
|
|
658
721
|
public: boolean;
|
|
659
|
-
require_mfa?: boolean;
|
|
660
|
-
root_path?: string;
|
|
661
|
-
sharing_restrict_paths?: unknown;
|
|
722
|
+
readonly require_mfa?: boolean;
|
|
723
|
+
readonly root_path?: string;
|
|
724
|
+
sharing_restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
662
725
|
sharing_users_allow?: string[] | null;
|
|
663
726
|
sharing_users_deny?: string[] | null;
|
|
664
727
|
storage_gateway_id?: string;
|
|
665
|
-
tlsftp_url?: string;
|
|
728
|
+
readonly tlsftp_url?: string;
|
|
666
729
|
user_credential_id?: string;
|
|
667
730
|
user_message?: string | null;
|
|
668
731
|
user_message_link?: string | null;
|
|
669
732
|
} | {
|
|
670
733
|
DATA_TYPE: "collection#1.7.0";
|
|
671
734
|
allow_guest_collections?: boolean;
|
|
672
|
-
authentication_timeout_mins?: number;
|
|
735
|
+
readonly authentication_timeout_mins?: number;
|
|
673
736
|
collection_base_path: string;
|
|
674
737
|
collection_type: "mapped" | "guest";
|
|
675
|
-
connector_id?: string;
|
|
738
|
+
readonly connector_id?: string;
|
|
676
739
|
contact_email?: string | null;
|
|
677
740
|
contact_info?: string | null;
|
|
678
741
|
default_directory?: string;
|
|
679
|
-
deleted?: boolean;
|
|
742
|
+
readonly deleted?: boolean;
|
|
680
743
|
department?: string | null;
|
|
681
744
|
description?: string | null;
|
|
682
745
|
disable_anonymous_writes?: boolean;
|
|
683
746
|
disable_verify?: boolean;
|
|
684
747
|
display_name: string;
|
|
685
|
-
domain?: import("
|
|
748
|
+
domain?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Domain"];
|
|
686
749
|
domain_name?: string;
|
|
687
750
|
enable_https?: boolean;
|
|
688
751
|
force_encryption?: boolean;
|
|
689
752
|
force_verify?: boolean;
|
|
690
753
|
guest_auth_policy_id?: string | null;
|
|
691
|
-
high_assurance?: boolean;
|
|
692
|
-
https_url?: string;
|
|
693
|
-
id?: string;
|
|
754
|
+
readonly high_assurance?: boolean;
|
|
755
|
+
readonly https_url?: string;
|
|
756
|
+
readonly id?: string;
|
|
694
757
|
identity_id?: string;
|
|
695
758
|
info_link?: string | null;
|
|
696
759
|
keywords?: string[];
|
|
697
|
-
manager_url?: string;
|
|
760
|
+
readonly manager_url?: string;
|
|
698
761
|
mapped_collection_id?: string;
|
|
699
762
|
organization?: string;
|
|
700
|
-
policies?: import("
|
|
763
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3CollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStorageCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingCollectionPolicies_1_0_0"];
|
|
701
764
|
public: boolean;
|
|
702
|
-
require_mfa?: boolean;
|
|
703
|
-
root_path?: string;
|
|
704
|
-
sharing_restrict_paths?: unknown;
|
|
765
|
+
readonly require_mfa?: boolean;
|
|
766
|
+
readonly root_path?: string;
|
|
767
|
+
sharing_restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
705
768
|
sharing_users_allow?: string[] | null;
|
|
706
769
|
sharing_users_deny?: string[] | null;
|
|
707
770
|
storage_gateway_id?: string;
|
|
708
|
-
tlsftp_url?: string;
|
|
771
|
+
readonly tlsftp_url?: string;
|
|
709
772
|
user_credential_id?: string;
|
|
710
773
|
user_message?: string | null;
|
|
711
774
|
user_message_link?: string | null;
|
|
712
775
|
} | {
|
|
713
776
|
DATA_TYPE: "collection#1.8.0";
|
|
714
777
|
allow_guest_collections?: boolean;
|
|
715
|
-
authentication_timeout_mins?: number;
|
|
778
|
+
readonly authentication_timeout_mins?: number;
|
|
716
779
|
collection_base_path: string;
|
|
717
780
|
collection_type: "mapped" | "guest";
|
|
718
|
-
connector_id?: string;
|
|
781
|
+
readonly connector_id?: string;
|
|
719
782
|
contact_email?: string | null;
|
|
720
783
|
contact_info?: string | null;
|
|
721
784
|
default_directory?: string;
|
|
722
785
|
delete_protected?: boolean;
|
|
723
|
-
deleted?: boolean;
|
|
786
|
+
readonly deleted?: boolean;
|
|
724
787
|
department?: string | null;
|
|
725
788
|
description?: string | null;
|
|
726
789
|
disable_anonymous_writes?: boolean;
|
|
727
790
|
disable_verify?: boolean;
|
|
728
791
|
display_name: string;
|
|
729
|
-
domain?: import("
|
|
792
|
+
domain?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Domain"];
|
|
730
793
|
domain_name?: string;
|
|
731
794
|
enable_https?: boolean;
|
|
732
795
|
force_encryption?: boolean;
|
|
733
796
|
force_verify?: boolean;
|
|
734
797
|
guest_auth_policy_id?: string | null;
|
|
735
|
-
high_assurance?: boolean;
|
|
736
|
-
https_url?: string;
|
|
737
|
-
id?: string;
|
|
798
|
+
readonly high_assurance?: boolean;
|
|
799
|
+
readonly https_url?: string;
|
|
800
|
+
readonly id?: string;
|
|
738
801
|
identity_id?: string;
|
|
739
802
|
info_link?: string | null;
|
|
740
803
|
keywords?: string[];
|
|
741
|
-
manager_url?: string;
|
|
804
|
+
readonly manager_url?: string;
|
|
742
805
|
mapped_collection_id?: string;
|
|
743
806
|
organization?: string;
|
|
744
|
-
policies?: import("
|
|
807
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3CollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStorageCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingCollectionPolicies_1_0_0"];
|
|
745
808
|
public: boolean;
|
|
746
|
-
require_mfa?: boolean;
|
|
747
|
-
root_path?: string;
|
|
748
|
-
sharing_restrict_paths?: unknown;
|
|
809
|
+
readonly require_mfa?: boolean;
|
|
810
|
+
readonly root_path?: string;
|
|
811
|
+
sharing_restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
749
812
|
sharing_users_allow?: string[] | null;
|
|
750
813
|
sharing_users_deny?: string[] | null;
|
|
751
814
|
storage_gateway_id?: string;
|
|
752
|
-
tlsftp_url?: string;
|
|
815
|
+
readonly tlsftp_url?: string;
|
|
753
816
|
user_credential_id?: string;
|
|
754
817
|
user_message?: string | null;
|
|
755
818
|
user_message_link?: string | null;
|
|
756
819
|
} | {
|
|
757
820
|
DATA_TYPE: "collection#1.9.0";
|
|
758
821
|
allow_guest_collections?: boolean;
|
|
759
|
-
authentication_timeout_mins?: number;
|
|
822
|
+
readonly authentication_timeout_mins?: number;
|
|
760
823
|
collection_base_path: string;
|
|
761
824
|
collection_type: "mapped" | "guest";
|
|
762
|
-
connector_id?: string;
|
|
825
|
+
readonly connector_id?: string;
|
|
763
826
|
contact_email?: string | null;
|
|
764
827
|
contact_info?: string | null;
|
|
765
|
-
created_at?: string | null;
|
|
828
|
+
readonly created_at?: string | null;
|
|
766
829
|
default_directory?: string;
|
|
767
830
|
delete_protected?: boolean;
|
|
768
|
-
deleted?: boolean;
|
|
831
|
+
readonly deleted?: boolean;
|
|
769
832
|
department?: string | null;
|
|
770
833
|
description?: string | null;
|
|
771
834
|
disable_anonymous_writes?: boolean;
|
|
772
835
|
disable_verify?: boolean;
|
|
773
836
|
display_name: string;
|
|
774
|
-
domain?: import("
|
|
837
|
+
domain?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Domain"];
|
|
775
838
|
domain_name?: string;
|
|
776
839
|
enable_https?: boolean;
|
|
777
840
|
force_encryption?: boolean;
|
|
778
841
|
force_verify?: boolean;
|
|
779
842
|
guest_auth_policy_id?: string | null;
|
|
780
|
-
high_assurance?: boolean;
|
|
781
|
-
https_url?: string;
|
|
782
|
-
id?: string;
|
|
843
|
+
readonly high_assurance?: boolean;
|
|
844
|
+
readonly https_url?: string;
|
|
845
|
+
readonly id?: string;
|
|
846
|
+
identity_id?: string;
|
|
847
|
+
info_link?: string | null;
|
|
848
|
+
keywords?: string[];
|
|
849
|
+
readonly last_access?: string | null;
|
|
850
|
+
readonly manager_url?: string;
|
|
851
|
+
mapped_collection_id?: string;
|
|
852
|
+
organization?: string;
|
|
853
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3CollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStorageCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingCollectionPolicies_1_0_0"];
|
|
854
|
+
public: boolean;
|
|
855
|
+
readonly require_mfa?: boolean;
|
|
856
|
+
readonly root_path?: string;
|
|
857
|
+
sharing_restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
858
|
+
sharing_users_allow?: string[] | null;
|
|
859
|
+
sharing_users_deny?: string[] | null;
|
|
860
|
+
storage_gateway_id?: string;
|
|
861
|
+
readonly tlsftp_url?: string;
|
|
862
|
+
user_credential_id?: string;
|
|
863
|
+
user_message?: string | null;
|
|
864
|
+
user_message_link?: string | null;
|
|
865
|
+
} | {
|
|
866
|
+
DATA_TYPE: "collection#1.10.0";
|
|
867
|
+
acl_expiration_mins?: number | null;
|
|
868
|
+
allow_guest_collections?: boolean;
|
|
869
|
+
readonly authentication_timeout_mins?: number;
|
|
870
|
+
collection_base_path: string;
|
|
871
|
+
collection_type: "mapped" | "guest";
|
|
872
|
+
readonly connector_id?: string;
|
|
873
|
+
contact_email?: string | null;
|
|
874
|
+
contact_info?: string | null;
|
|
875
|
+
readonly created_at?: string | null;
|
|
876
|
+
default_directory?: string;
|
|
877
|
+
delete_protected?: boolean;
|
|
878
|
+
readonly deleted?: boolean;
|
|
879
|
+
department?: string | null;
|
|
880
|
+
description?: string | null;
|
|
881
|
+
disable_anonymous_writes?: boolean;
|
|
882
|
+
disable_verify?: boolean;
|
|
883
|
+
display_name: string;
|
|
884
|
+
domain?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Domain"];
|
|
885
|
+
domain_name?: string;
|
|
886
|
+
enable_https?: boolean;
|
|
887
|
+
force_encryption?: boolean;
|
|
888
|
+
force_verify?: boolean;
|
|
889
|
+
guest_auth_policy_id?: string | null;
|
|
890
|
+
readonly high_assurance?: boolean;
|
|
891
|
+
readonly https_url?: string;
|
|
892
|
+
readonly id?: string;
|
|
783
893
|
identity_id?: string;
|
|
784
894
|
info_link?: string | null;
|
|
785
895
|
keywords?: string[];
|
|
786
|
-
last_access?: string | null;
|
|
787
|
-
manager_url?: string;
|
|
896
|
+
readonly last_access?: string | null;
|
|
897
|
+
readonly manager_url?: string;
|
|
788
898
|
mapped_collection_id?: string;
|
|
789
899
|
organization?: string;
|
|
790
|
-
policies?: import("
|
|
900
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3CollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStorageCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingCollectionPolicies_1_0_0"];
|
|
791
901
|
public: boolean;
|
|
792
|
-
require_mfa?: boolean;
|
|
793
|
-
root_path?: string;
|
|
794
|
-
sharing_restrict_paths?: unknown;
|
|
902
|
+
readonly require_mfa?: boolean;
|
|
903
|
+
readonly root_path?: string;
|
|
904
|
+
sharing_restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
795
905
|
sharing_users_allow?: string[] | null;
|
|
796
906
|
sharing_users_deny?: string[] | null;
|
|
797
907
|
storage_gateway_id?: string;
|
|
798
|
-
tlsftp_url?: string;
|
|
908
|
+
readonly tlsftp_url?: string;
|
|
909
|
+
user_credential_id?: string;
|
|
910
|
+
user_message?: string | null;
|
|
911
|
+
user_message_link?: string | null;
|
|
912
|
+
} | {
|
|
913
|
+
DATA_TYPE: "collection#1.11.0";
|
|
914
|
+
acl_expiration_mins?: number | null;
|
|
915
|
+
allow_guest_collections?: boolean;
|
|
916
|
+
readonly authentication_timeout_mins?: number;
|
|
917
|
+
collection_base_path: string;
|
|
918
|
+
collection_type: "mapped" | "guest";
|
|
919
|
+
readonly connector_id?: string;
|
|
920
|
+
contact_email?: string | null;
|
|
921
|
+
contact_info?: string | null;
|
|
922
|
+
readonly created_at?: string | null;
|
|
923
|
+
default_directory?: string;
|
|
924
|
+
delete_protected?: boolean;
|
|
925
|
+
readonly deleted?: boolean;
|
|
926
|
+
department?: string | null;
|
|
927
|
+
description?: string | null;
|
|
928
|
+
disable_anonymous_writes?: boolean;
|
|
929
|
+
disable_verify?: boolean;
|
|
930
|
+
display_name: string;
|
|
931
|
+
domain?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Domain"];
|
|
932
|
+
domain_name?: string;
|
|
933
|
+
enable_https?: boolean;
|
|
934
|
+
force_encryption?: boolean;
|
|
935
|
+
force_verify?: boolean;
|
|
936
|
+
guest_auth_policy_id?: string | null;
|
|
937
|
+
readonly high_assurance?: boolean;
|
|
938
|
+
readonly https_url?: string;
|
|
939
|
+
readonly id?: string;
|
|
940
|
+
identity_id?: string;
|
|
941
|
+
info_link?: string | null;
|
|
942
|
+
keywords?: string[];
|
|
943
|
+
readonly last_access?: string | null;
|
|
944
|
+
readonly manager_url?: string;
|
|
945
|
+
mapped_collection_id?: string;
|
|
946
|
+
organization?: string;
|
|
947
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3CollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStorageCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingCollectionPolicies_1_0_0"];
|
|
948
|
+
public: boolean;
|
|
949
|
+
readonly require_mfa?: boolean;
|
|
950
|
+
readonly root_path?: string;
|
|
951
|
+
sharing_restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
952
|
+
sharing_users_allow?: string[] | null;
|
|
953
|
+
sharing_users_deny?: string[] | null;
|
|
954
|
+
storage_gateway_id?: string;
|
|
955
|
+
readonly tlsftp_url?: string;
|
|
956
|
+
user_credential_id?: string;
|
|
957
|
+
user_message?: string | null;
|
|
958
|
+
user_message_link?: string | null;
|
|
959
|
+
} | {
|
|
960
|
+
DATA_TYPE: "collection#1.12.0";
|
|
961
|
+
acl_expiration_mins?: number | null;
|
|
962
|
+
allow_guest_collections?: boolean;
|
|
963
|
+
readonly authentication_timeout_mins?: number;
|
|
964
|
+
collection_base_path: string;
|
|
965
|
+
collection_type: "mapped" | "guest";
|
|
966
|
+
readonly connector_id?: string;
|
|
967
|
+
contact_email?: string | null;
|
|
968
|
+
contact_info?: string | null;
|
|
969
|
+
readonly created_at?: string | null;
|
|
970
|
+
default_directory?: string;
|
|
971
|
+
delete_protected?: boolean;
|
|
972
|
+
readonly deleted?: boolean;
|
|
973
|
+
department?: string | null;
|
|
974
|
+
description?: string | null;
|
|
975
|
+
disable_anonymous_writes?: boolean;
|
|
976
|
+
disable_verify?: boolean;
|
|
977
|
+
display_name: string;
|
|
978
|
+
domain?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Domain"];
|
|
979
|
+
domain_name?: string;
|
|
980
|
+
enable_https?: boolean;
|
|
981
|
+
force_encryption?: boolean;
|
|
982
|
+
force_verify?: boolean;
|
|
983
|
+
guest_auth_policy_id?: string | null;
|
|
984
|
+
readonly high_assurance?: boolean;
|
|
985
|
+
readonly https_url?: string;
|
|
986
|
+
readonly id?: string;
|
|
987
|
+
identity_id?: string;
|
|
988
|
+
info_link?: string | null;
|
|
989
|
+
keywords?: string[];
|
|
990
|
+
readonly last_access?: string | null;
|
|
991
|
+
readonly manager_url?: string;
|
|
992
|
+
mapped_collection_id?: string;
|
|
993
|
+
organization?: string;
|
|
994
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3CollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStorageCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingCollectionPolicies_1_0_0"];
|
|
995
|
+
public: boolean;
|
|
996
|
+
readonly require_mfa?: boolean;
|
|
997
|
+
restrict_transfers_to_high_assurance?: "inbound" | "outbound" | "all" | null;
|
|
998
|
+
readonly root_path?: string;
|
|
999
|
+
sharing_restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
1000
|
+
sharing_users_allow?: string[] | null;
|
|
1001
|
+
sharing_users_deny?: string[] | null;
|
|
1002
|
+
storage_gateway_id?: string;
|
|
1003
|
+
readonly tlsftp_url?: string;
|
|
1004
|
+
user_credential_id?: string;
|
|
1005
|
+
user_message?: string | null;
|
|
1006
|
+
user_message_link?: string | null;
|
|
1007
|
+
} | {
|
|
1008
|
+
DATA_TYPE: "collection#1.13.0";
|
|
1009
|
+
acl_expiration_mins?: number | null;
|
|
1010
|
+
allow_guest_collections?: boolean;
|
|
1011
|
+
readonly authentication_timeout_mins?: number;
|
|
1012
|
+
auto_delete_timeout?: number | null;
|
|
1013
|
+
collection_base_path: string;
|
|
1014
|
+
collection_type: "mapped" | "guest";
|
|
1015
|
+
readonly connector_id?: string;
|
|
1016
|
+
contact_email?: string | null;
|
|
1017
|
+
contact_info?: string | null;
|
|
1018
|
+
readonly created_at?: string | null;
|
|
1019
|
+
default_directory?: string;
|
|
1020
|
+
delete_protected?: boolean;
|
|
1021
|
+
readonly deleted?: boolean;
|
|
1022
|
+
department?: string | null;
|
|
1023
|
+
description?: string | null;
|
|
1024
|
+
disable_anonymous_writes?: boolean;
|
|
1025
|
+
disable_verify?: boolean;
|
|
1026
|
+
display_name: string;
|
|
1027
|
+
domain?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Domain"];
|
|
1028
|
+
domain_name?: string;
|
|
1029
|
+
enable_https?: boolean;
|
|
1030
|
+
force_encryption?: boolean;
|
|
1031
|
+
force_verify?: boolean;
|
|
1032
|
+
guest_auth_policy_id?: string | null;
|
|
1033
|
+
readonly high_assurance?: boolean;
|
|
1034
|
+
readonly https_url?: string;
|
|
1035
|
+
readonly id?: string;
|
|
1036
|
+
identity_id?: string;
|
|
1037
|
+
info_link?: string | null;
|
|
1038
|
+
keywords?: string[];
|
|
1039
|
+
readonly last_access?: string | null;
|
|
1040
|
+
readonly manager_url?: string;
|
|
1041
|
+
mapped_collection_id?: string;
|
|
1042
|
+
organization?: string;
|
|
1043
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3CollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStorageCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingCollectionPolicies_1_0_0"];
|
|
1044
|
+
public: boolean;
|
|
1045
|
+
readonly require_mfa?: boolean;
|
|
1046
|
+
restrict_transfers_to_high_assurance?: "inbound" | "outbound" | "all" | null;
|
|
1047
|
+
readonly root_path?: string;
|
|
1048
|
+
sharing_restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
1049
|
+
sharing_users_allow?: string[] | null;
|
|
1050
|
+
sharing_users_deny?: string[] | null;
|
|
1051
|
+
skip_auto_delete?: boolean;
|
|
1052
|
+
storage_gateway_id?: string;
|
|
1053
|
+
readonly tlsftp_url?: string;
|
|
1054
|
+
user_credential_id?: string;
|
|
1055
|
+
user_message?: string | null;
|
|
1056
|
+
user_message_link?: string | null;
|
|
1057
|
+
} | {
|
|
1058
|
+
DATA_TYPE: "collection#1.14.0";
|
|
1059
|
+
acl_expiration_mins?: number | null;
|
|
1060
|
+
activity_notification_policy?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["ActivityNotificationPolicy"];
|
|
1061
|
+
allow_guest_collections?: boolean;
|
|
1062
|
+
readonly authentication_timeout_mins?: number;
|
|
1063
|
+
auto_delete_timeout?: number | null;
|
|
1064
|
+
collection_base_path: string;
|
|
1065
|
+
collection_type: "mapped" | "guest";
|
|
1066
|
+
readonly connector_id?: string;
|
|
1067
|
+
contact_email?: string | null;
|
|
1068
|
+
contact_info?: string | null;
|
|
1069
|
+
readonly created_at?: string | null;
|
|
1070
|
+
default_directory?: string;
|
|
1071
|
+
delete_protected?: boolean;
|
|
1072
|
+
readonly deleted?: boolean;
|
|
1073
|
+
department?: string | null;
|
|
1074
|
+
description?: string | null;
|
|
1075
|
+
disable_anonymous_writes?: boolean;
|
|
1076
|
+
disable_verify?: boolean;
|
|
1077
|
+
display_name: string;
|
|
1078
|
+
domain?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Domain"];
|
|
1079
|
+
domain_name?: string;
|
|
1080
|
+
enable_https?: boolean;
|
|
1081
|
+
force_encryption?: boolean;
|
|
1082
|
+
force_verify?: boolean;
|
|
1083
|
+
guest_auth_policy_id?: string | null;
|
|
1084
|
+
readonly high_assurance?: boolean;
|
|
1085
|
+
readonly https_url?: string;
|
|
1086
|
+
readonly id?: string;
|
|
1087
|
+
identity_id?: string;
|
|
1088
|
+
info_link?: string | null;
|
|
1089
|
+
keywords?: string[];
|
|
1090
|
+
readonly last_access?: string | null;
|
|
1091
|
+
readonly manager_url?: string;
|
|
1092
|
+
mapped_collection_id?: string;
|
|
1093
|
+
organization?: string;
|
|
1094
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3CollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStorageCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingCollectionPolicies_1_0_0"];
|
|
1095
|
+
public: boolean;
|
|
1096
|
+
readonly require_mfa?: boolean;
|
|
1097
|
+
restrict_transfers_to_high_assurance?: "inbound" | "outbound" | "all" | null;
|
|
1098
|
+
readonly root_path?: string;
|
|
1099
|
+
sharing_restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
1100
|
+
sharing_users_allow?: string[] | null;
|
|
1101
|
+
sharing_users_deny?: string[] | null;
|
|
1102
|
+
skip_auto_delete?: boolean;
|
|
1103
|
+
storage_gateway_id?: string;
|
|
1104
|
+
readonly subscription_admin_verified?: boolean;
|
|
1105
|
+
readonly tlsftp_url?: string;
|
|
1106
|
+
user_credential_id?: string;
|
|
1107
|
+
user_message?: string | null;
|
|
1108
|
+
user_message_link?: string | null;
|
|
1109
|
+
} | {
|
|
1110
|
+
DATA_TYPE: "collection#1.15.0";
|
|
1111
|
+
acl_expiration_mins?: number | null;
|
|
1112
|
+
activity_notification_policy?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["ActivityNotificationPolicy"];
|
|
1113
|
+
allow_guest_collections?: boolean;
|
|
1114
|
+
associated_flow_policy?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["FlowAssociation"];
|
|
1115
|
+
readonly authentication_timeout_mins?: number;
|
|
1116
|
+
auto_delete_timeout?: number | null;
|
|
1117
|
+
collection_base_path: string;
|
|
1118
|
+
collection_type: "mapped" | "guest";
|
|
1119
|
+
readonly connector_id?: string;
|
|
1120
|
+
contact_email?: string | null;
|
|
1121
|
+
contact_info?: string | null;
|
|
1122
|
+
readonly created_at?: string | null;
|
|
1123
|
+
default_directory?: string;
|
|
1124
|
+
delete_protected?: boolean;
|
|
1125
|
+
readonly deleted?: boolean;
|
|
1126
|
+
department?: string | null;
|
|
1127
|
+
description?: string | null;
|
|
1128
|
+
disable_anonymous_writes?: boolean;
|
|
1129
|
+
disable_verify?: boolean;
|
|
1130
|
+
display_name: string;
|
|
1131
|
+
domain?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Domain"];
|
|
1132
|
+
domain_name?: string;
|
|
1133
|
+
enable_https?: boolean;
|
|
1134
|
+
force_encryption?: boolean;
|
|
1135
|
+
force_verify?: boolean;
|
|
1136
|
+
guest_auth_policy_id?: string | null;
|
|
1137
|
+
readonly high_assurance?: boolean;
|
|
1138
|
+
readonly https_url?: string;
|
|
1139
|
+
readonly id?: string;
|
|
1140
|
+
identity_id?: string;
|
|
1141
|
+
info_link?: string | null;
|
|
1142
|
+
keywords?: string[];
|
|
1143
|
+
readonly last_access?: string | null;
|
|
1144
|
+
readonly manager_url?: string;
|
|
1145
|
+
mapped_collection_id?: string;
|
|
1146
|
+
organization?: string;
|
|
1147
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3CollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStorageCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixCollectionPolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingCollectionPolicies_1_0_0"];
|
|
1148
|
+
public: boolean;
|
|
1149
|
+
readonly require_mfa?: boolean;
|
|
1150
|
+
restrict_transfers_to_high_assurance?: "inbound" | "outbound" | "all" | null;
|
|
1151
|
+
readonly root_path?: string;
|
|
1152
|
+
sharing_restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
1153
|
+
sharing_users_allow?: string[] | null;
|
|
1154
|
+
sharing_users_deny?: string[] | null;
|
|
1155
|
+
skip_auto_delete?: boolean;
|
|
1156
|
+
storage_gateway_id?: string;
|
|
1157
|
+
readonly subscription_admin_verified?: boolean;
|
|
1158
|
+
readonly tlsftp_url?: string;
|
|
799
1159
|
user_credential_id?: string;
|
|
800
1160
|
user_message?: string | null;
|
|
801
1161
|
user_message_link?: string | null;
|
|
@@ -808,7 +1168,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
808
1168
|
code: string;
|
|
809
1169
|
data?: Record<string, unknown>[];
|
|
810
1170
|
detail?: unknown;
|
|
811
|
-
has_next_page
|
|
1171
|
+
has_next_page: boolean;
|
|
812
1172
|
http_response_code: number;
|
|
813
1173
|
marker?: string | null;
|
|
814
1174
|
message?: string;
|
|
@@ -820,13 +1180,13 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
820
1180
|
code: string;
|
|
821
1181
|
data?: Record<string, unknown>[];
|
|
822
1182
|
detail?: unknown;
|
|
823
|
-
has_next_page
|
|
1183
|
+
has_next_page: boolean;
|
|
824
1184
|
http_response_code: number;
|
|
825
1185
|
marker?: string | null;
|
|
826
1186
|
message?: string;
|
|
827
1187
|
}>>;
|
|
828
1188
|
updateOwnerString: (collection_id: string, options: ({
|
|
829
|
-
payload: Partial<import("
|
|
1189
|
+
payload: Partial<import("../../open-api/types/gcs/v5.4.js").operations["putCollectionOwnerString"]["requestBody"]["content"]["application/json"]>;
|
|
830
1190
|
} & {
|
|
831
1191
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
832
1192
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
@@ -835,7 +1195,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
835
1195
|
code: string;
|
|
836
1196
|
data?: Record<string, unknown>[];
|
|
837
1197
|
detail?: unknown;
|
|
838
|
-
has_next_page
|
|
1198
|
+
has_next_page: boolean;
|
|
839
1199
|
http_response_code: number;
|
|
840
1200
|
marker?: string | null;
|
|
841
1201
|
message?: string;
|
|
@@ -847,7 +1207,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
847
1207
|
code: string;
|
|
848
1208
|
data?: Record<string, unknown>[];
|
|
849
1209
|
detail?: unknown;
|
|
850
|
-
has_next_page
|
|
1210
|
+
has_next_page: boolean;
|
|
851
1211
|
http_response_code: number;
|
|
852
1212
|
marker?: string | null;
|
|
853
1213
|
message?: string;
|
|
@@ -860,7 +1220,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
860
1220
|
code: string;
|
|
861
1221
|
data?: Record<string, unknown>[];
|
|
862
1222
|
detail?: unknown;
|
|
863
|
-
has_next_page
|
|
1223
|
+
has_next_page: boolean;
|
|
864
1224
|
http_response_code: number;
|
|
865
1225
|
marker?: string | null;
|
|
866
1226
|
message?: string;
|
|
@@ -872,7 +1232,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
872
1232
|
code: string;
|
|
873
1233
|
data?: Record<string, unknown>[];
|
|
874
1234
|
detail?: unknown;
|
|
875
|
-
has_next_page
|
|
1235
|
+
has_next_page: boolean;
|
|
876
1236
|
http_response_code: number;
|
|
877
1237
|
marker?: string | null;
|
|
878
1238
|
message?: string;
|
|
@@ -887,13 +1247,13 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
887
1247
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
888
1248
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
889
1249
|
code?: "success";
|
|
890
|
-
data?: import("
|
|
1250
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Node"][];
|
|
891
1251
|
} & ({
|
|
892
1252
|
DATA_TYPE: "result#1.0.0";
|
|
893
1253
|
code: string;
|
|
894
1254
|
data?: Record<string, unknown>[];
|
|
895
1255
|
detail?: unknown;
|
|
896
|
-
has_next_page
|
|
1256
|
+
has_next_page: boolean;
|
|
897
1257
|
http_response_code: number;
|
|
898
1258
|
marker?: string | null;
|
|
899
1259
|
message?: string;
|
|
@@ -905,25 +1265,25 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
905
1265
|
code: string;
|
|
906
1266
|
data?: Record<string, unknown>[];
|
|
907
1267
|
detail?: unknown;
|
|
908
|
-
has_next_page
|
|
1268
|
+
has_next_page: boolean;
|
|
909
1269
|
http_response_code: number;
|
|
910
1270
|
marker?: string | null;
|
|
911
1271
|
message?: string;
|
|
912
1272
|
})>>;
|
|
913
1273
|
getAll: (options?: ({
|
|
914
|
-
query?: import("
|
|
1274
|
+
query?: import("../../open-api/types/gcs/v5.4.js").operations["listNodes"]["parameters"]["query"];
|
|
915
1275
|
} & {
|
|
916
1276
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
917
1277
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
918
1278
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
919
1279
|
code?: "success";
|
|
920
|
-
data?: import("
|
|
1280
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Node"][];
|
|
921
1281
|
} & ({
|
|
922
1282
|
DATA_TYPE: "result#1.0.0";
|
|
923
1283
|
code: string;
|
|
924
1284
|
data?: Record<string, unknown>[];
|
|
925
1285
|
detail?: unknown;
|
|
926
|
-
has_next_page
|
|
1286
|
+
has_next_page: boolean;
|
|
927
1287
|
http_response_code: number;
|
|
928
1288
|
marker?: string | null;
|
|
929
1289
|
message?: string;
|
|
@@ -935,25 +1295,25 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
935
1295
|
code: string;
|
|
936
1296
|
data?: Record<string, unknown>[];
|
|
937
1297
|
detail?: unknown;
|
|
938
|
-
has_next_page
|
|
1298
|
+
has_next_page: boolean;
|
|
939
1299
|
http_response_code: number;
|
|
940
1300
|
marker?: string | null;
|
|
941
1301
|
message?: string;
|
|
942
1302
|
})>>;
|
|
943
1303
|
create: (options: ({
|
|
944
|
-
payload: import("
|
|
1304
|
+
payload: import("../../open-api/types/gcs/v5.4.js").operations["postNode"]["requestBody"]["content"]["application/json"];
|
|
945
1305
|
} & {
|
|
946
1306
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
947
1307
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
948
1308
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
949
1309
|
code?: "success";
|
|
950
|
-
data?: import("
|
|
1310
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Node"][];
|
|
951
1311
|
} & ({
|
|
952
1312
|
DATA_TYPE: "result#1.0.0";
|
|
953
1313
|
code: string;
|
|
954
1314
|
data?: Record<string, unknown>[];
|
|
955
1315
|
detail?: unknown;
|
|
956
|
-
has_next_page
|
|
1316
|
+
has_next_page: boolean;
|
|
957
1317
|
http_response_code: number;
|
|
958
1318
|
marker?: string | null;
|
|
959
1319
|
message?: string;
|
|
@@ -965,7 +1325,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
965
1325
|
code: string;
|
|
966
1326
|
data?: Record<string, unknown>[];
|
|
967
1327
|
detail?: unknown;
|
|
968
|
-
has_next_page
|
|
1328
|
+
has_next_page: boolean;
|
|
969
1329
|
http_response_code: number;
|
|
970
1330
|
marker?: string | null;
|
|
971
1331
|
message?: string;
|
|
@@ -981,7 +1341,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
981
1341
|
code: string;
|
|
982
1342
|
data?: Record<string, unknown>[];
|
|
983
1343
|
detail?: unknown;
|
|
984
|
-
has_next_page
|
|
1344
|
+
has_next_page: boolean;
|
|
985
1345
|
http_response_code: number;
|
|
986
1346
|
marker?: string | null;
|
|
987
1347
|
message?: string;
|
|
@@ -993,25 +1353,25 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
993
1353
|
code: string;
|
|
994
1354
|
data?: Record<string, unknown>[];
|
|
995
1355
|
detail?: unknown;
|
|
996
|
-
has_next_page
|
|
1356
|
+
has_next_page: boolean;
|
|
997
1357
|
http_response_code: number;
|
|
998
1358
|
marker?: string | null;
|
|
999
1359
|
message?: string;
|
|
1000
1360
|
}>>;
|
|
1001
1361
|
update: (node_id: string, options: ({
|
|
1002
|
-
payload: import("
|
|
1362
|
+
payload: import("../../open-api/types/gcs/v5.4.js").operations["putNode"]["requestBody"]["content"]["application/json"];
|
|
1003
1363
|
} & {
|
|
1004
1364
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
1005
1365
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
1006
1366
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
1007
1367
|
code?: "success";
|
|
1008
|
-
data?: import("
|
|
1368
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Node"][];
|
|
1009
1369
|
} & ({
|
|
1010
1370
|
DATA_TYPE: "result#1.0.0";
|
|
1011
1371
|
code: string;
|
|
1012
1372
|
data?: Record<string, unknown>[];
|
|
1013
1373
|
detail?: unknown;
|
|
1014
|
-
has_next_page
|
|
1374
|
+
has_next_page: boolean;
|
|
1015
1375
|
http_response_code: number;
|
|
1016
1376
|
marker?: string | null;
|
|
1017
1377
|
message?: string;
|
|
@@ -1023,7 +1383,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1023
1383
|
code: string;
|
|
1024
1384
|
data?: Record<string, unknown>[];
|
|
1025
1385
|
detail?: unknown;
|
|
1026
|
-
has_next_page
|
|
1386
|
+
has_next_page: boolean;
|
|
1027
1387
|
http_response_code: number;
|
|
1028
1388
|
marker?: string | null;
|
|
1029
1389
|
message?: string;
|
|
@@ -1059,13 +1419,13 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1059
1419
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
1060
1420
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
1061
1421
|
code?: "success";
|
|
1062
|
-
data?: import("
|
|
1422
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Node"][];
|
|
1063
1423
|
} & ({
|
|
1064
1424
|
DATA_TYPE: "result#1.0.0";
|
|
1065
1425
|
code: string;
|
|
1066
1426
|
data?: Record<string, unknown>[];
|
|
1067
1427
|
detail?: unknown;
|
|
1068
|
-
has_next_page
|
|
1428
|
+
has_next_page: boolean;
|
|
1069
1429
|
http_response_code: number;
|
|
1070
1430
|
marker?: string | null;
|
|
1071
1431
|
message?: string;
|
|
@@ -1077,7 +1437,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1077
1437
|
code: string;
|
|
1078
1438
|
data?: Record<string, unknown>[];
|
|
1079
1439
|
detail?: unknown;
|
|
1080
|
-
has_next_page
|
|
1440
|
+
has_next_page: boolean;
|
|
1081
1441
|
http_response_code: number;
|
|
1082
1442
|
marker?: string | null;
|
|
1083
1443
|
message?: string;
|
|
@@ -1092,13 +1452,13 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1092
1452
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
1093
1453
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
1094
1454
|
code?: "success";
|
|
1095
|
-
data?: import("
|
|
1455
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Collection"][];
|
|
1096
1456
|
} & ({
|
|
1097
1457
|
DATA_TYPE: "result#1.0.0";
|
|
1098
1458
|
code: string;
|
|
1099
1459
|
data?: Record<string, unknown>[];
|
|
1100
1460
|
detail?: unknown;
|
|
1101
|
-
has_next_page
|
|
1461
|
+
has_next_page: boolean;
|
|
1102
1462
|
http_response_code: number;
|
|
1103
1463
|
marker?: string | null;
|
|
1104
1464
|
message?: string;
|
|
@@ -1110,25 +1470,25 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1110
1470
|
code: string;
|
|
1111
1471
|
data?: Record<string, unknown>[];
|
|
1112
1472
|
detail?: unknown;
|
|
1113
|
-
has_next_page
|
|
1473
|
+
has_next_page: boolean;
|
|
1114
1474
|
http_response_code: number;
|
|
1115
1475
|
marker?: string | null;
|
|
1116
1476
|
message?: string;
|
|
1117
1477
|
})>>;
|
|
1118
1478
|
getAll: (options?: ({
|
|
1119
|
-
query?: import("
|
|
1479
|
+
query?: import("../../open-api/types/gcs/v5.4.js").operations["listUserCredentials"]["parameters"]["query"];
|
|
1120
1480
|
} & {
|
|
1121
1481
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
1122
1482
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
1123
1483
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
1124
1484
|
code?: "success";
|
|
1125
|
-
data?: import("
|
|
1485
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["UserCredential"][];
|
|
1126
1486
|
} & ({
|
|
1127
1487
|
DATA_TYPE: "result#1.0.0";
|
|
1128
1488
|
code: string;
|
|
1129
1489
|
data?: Record<string, unknown>[];
|
|
1130
1490
|
detail?: unknown;
|
|
1131
|
-
has_next_page
|
|
1491
|
+
has_next_page: boolean;
|
|
1132
1492
|
http_response_code: number;
|
|
1133
1493
|
marker?: string | null;
|
|
1134
1494
|
message?: string;
|
|
@@ -1140,25 +1500,25 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1140
1500
|
code: string;
|
|
1141
1501
|
data?: Record<string, unknown>[];
|
|
1142
1502
|
detail?: unknown;
|
|
1143
|
-
has_next_page
|
|
1503
|
+
has_next_page: boolean;
|
|
1144
1504
|
http_response_code: number;
|
|
1145
1505
|
marker?: string | null;
|
|
1146
1506
|
message?: string;
|
|
1147
1507
|
})>>;
|
|
1148
1508
|
create: (options: ({
|
|
1149
|
-
payload: import("
|
|
1509
|
+
payload: import("../../open-api/types/gcs/v5.4.js").operations["postUserCredential"]["requestBody"]["content"]["application/json"];
|
|
1150
1510
|
} & {
|
|
1151
1511
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
1152
1512
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
1153
1513
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
1154
1514
|
code?: "success";
|
|
1155
|
-
data?: import("
|
|
1515
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["UserCredential"][];
|
|
1156
1516
|
} & ({
|
|
1157
1517
|
DATA_TYPE: "result#1.0.0";
|
|
1158
1518
|
code: string;
|
|
1159
1519
|
data?: Record<string, unknown>[];
|
|
1160
1520
|
detail?: unknown;
|
|
1161
|
-
has_next_page
|
|
1521
|
+
has_next_page: boolean;
|
|
1162
1522
|
http_response_code: number;
|
|
1163
1523
|
marker?: string | null;
|
|
1164
1524
|
message?: string;
|
|
@@ -1170,7 +1530,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1170
1530
|
code: string;
|
|
1171
1531
|
data?: Record<string, unknown>[];
|
|
1172
1532
|
detail?: unknown;
|
|
1173
|
-
has_next_page
|
|
1533
|
+
has_next_page: boolean;
|
|
1174
1534
|
http_response_code: number;
|
|
1175
1535
|
marker?: string | null;
|
|
1176
1536
|
message?: string;
|
|
@@ -1186,7 +1546,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1186
1546
|
code: string;
|
|
1187
1547
|
data?: Record<string, unknown>[];
|
|
1188
1548
|
detail?: unknown;
|
|
1189
|
-
has_next_page
|
|
1549
|
+
has_next_page: boolean;
|
|
1190
1550
|
http_response_code: number;
|
|
1191
1551
|
marker?: string | null;
|
|
1192
1552
|
message?: string;
|
|
@@ -1198,25 +1558,25 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1198
1558
|
code: string;
|
|
1199
1559
|
data?: Record<string, unknown>[];
|
|
1200
1560
|
detail?: unknown;
|
|
1201
|
-
has_next_page
|
|
1561
|
+
has_next_page: boolean;
|
|
1202
1562
|
http_response_code: number;
|
|
1203
1563
|
marker?: string | null;
|
|
1204
1564
|
message?: string;
|
|
1205
1565
|
}>>;
|
|
1206
1566
|
update: (user_credential_id: string, options: ({
|
|
1207
|
-
payload: import("
|
|
1567
|
+
payload: import("../../open-api/types/gcs/v5.4.js").operations["putUserCredential"]["requestBody"]["content"]["application/json"];
|
|
1208
1568
|
} & {
|
|
1209
1569
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
1210
1570
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
1211
1571
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
1212
1572
|
code?: "success";
|
|
1213
|
-
data?: import("
|
|
1573
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["UserCredential"][];
|
|
1214
1574
|
} & ({
|
|
1215
1575
|
DATA_TYPE: "result#1.0.0";
|
|
1216
1576
|
code: string;
|
|
1217
1577
|
data?: Record<string, unknown>[];
|
|
1218
1578
|
detail?: unknown;
|
|
1219
|
-
has_next_page
|
|
1579
|
+
has_next_page: boolean;
|
|
1220
1580
|
http_response_code: number;
|
|
1221
1581
|
marker?: string | null;
|
|
1222
1582
|
message?: string;
|
|
@@ -1228,25 +1588,25 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1228
1588
|
code: string;
|
|
1229
1589
|
data?: Record<string, unknown>[];
|
|
1230
1590
|
detail?: unknown;
|
|
1231
|
-
has_next_page
|
|
1591
|
+
has_next_page: boolean;
|
|
1232
1592
|
http_response_code: number;
|
|
1233
1593
|
marker?: string | null;
|
|
1234
1594
|
message?: string;
|
|
1235
1595
|
})>>;
|
|
1236
1596
|
patch: (user_credential_id: string, options: ({
|
|
1237
|
-
payload: Partial<import("
|
|
1597
|
+
payload: Partial<import("../../open-api/types/gcs/v5.4.js").operations["patchUserCredential"]["requestBody"]["content"]["application/json"]>;
|
|
1238
1598
|
} & {
|
|
1239
1599
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
1240
1600
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
1241
1601
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
1242
1602
|
code?: "success";
|
|
1243
|
-
data?: import("
|
|
1603
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["UserCredential"][];
|
|
1244
1604
|
} & ({
|
|
1245
1605
|
DATA_TYPE: "result#1.0.0";
|
|
1246
1606
|
code: string;
|
|
1247
1607
|
data?: Record<string, unknown>[];
|
|
1248
1608
|
detail?: unknown;
|
|
1249
|
-
has_next_page
|
|
1609
|
+
has_next_page: boolean;
|
|
1250
1610
|
http_response_code: number;
|
|
1251
1611
|
marker?: string | null;
|
|
1252
1612
|
message?: string;
|
|
@@ -1258,7 +1618,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1258
1618
|
code: string;
|
|
1259
1619
|
data?: Record<string, unknown>[];
|
|
1260
1620
|
detail?: unknown;
|
|
1261
|
-
has_next_page
|
|
1621
|
+
has_next_page: boolean;
|
|
1262
1622
|
http_response_code: number;
|
|
1263
1623
|
marker?: string | null;
|
|
1264
1624
|
message?: string;
|
|
@@ -1266,19 +1626,19 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1266
1626
|
};
|
|
1267
1627
|
storageGateways: {
|
|
1268
1628
|
get: (storage_gateway_id: string, options?: ({
|
|
1269
|
-
query?: import("
|
|
1629
|
+
query?: import("../../open-api/types/gcs/v5.4.js").operations["getStorageGateway"]["parameters"]["query"];
|
|
1270
1630
|
} & {
|
|
1271
1631
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
1272
1632
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
1273
1633
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
1274
1634
|
code?: "success";
|
|
1275
|
-
data?: import("
|
|
1635
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["StorageGateway"][];
|
|
1276
1636
|
} & ({
|
|
1277
1637
|
DATA_TYPE: "result#1.0.0";
|
|
1278
1638
|
code: string;
|
|
1279
1639
|
data?: Record<string, unknown>[];
|
|
1280
1640
|
detail?: unknown;
|
|
1281
|
-
has_next_page
|
|
1641
|
+
has_next_page: boolean;
|
|
1282
1642
|
http_response_code: number;
|
|
1283
1643
|
marker?: string | null;
|
|
1284
1644
|
message?: string;
|
|
@@ -1290,25 +1650,25 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1290
1650
|
code: string;
|
|
1291
1651
|
data?: Record<string, unknown>[];
|
|
1292
1652
|
detail?: unknown;
|
|
1293
|
-
has_next_page
|
|
1653
|
+
has_next_page: boolean;
|
|
1294
1654
|
http_response_code: number;
|
|
1295
1655
|
marker?: string | null;
|
|
1296
1656
|
message?: string;
|
|
1297
1657
|
})>>;
|
|
1298
1658
|
getAll: (options?: ({
|
|
1299
|
-
query?: import("
|
|
1659
|
+
query?: import("../../open-api/types/gcs/v5.4.js").operations["listStorageGateways"]["parameters"]["query"];
|
|
1300
1660
|
} & {
|
|
1301
1661
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
1302
1662
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
1303
1663
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
1304
1664
|
code?: "success";
|
|
1305
|
-
data?: import("
|
|
1665
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["StorageGateway"][];
|
|
1306
1666
|
} & ({
|
|
1307
1667
|
DATA_TYPE: "result#1.0.0";
|
|
1308
1668
|
code: string;
|
|
1309
1669
|
data?: Record<string, unknown>[];
|
|
1310
1670
|
detail?: unknown;
|
|
1311
|
-
has_next_page
|
|
1671
|
+
has_next_page: boolean;
|
|
1312
1672
|
http_response_code: number;
|
|
1313
1673
|
marker?: string | null;
|
|
1314
1674
|
message?: string;
|
|
@@ -1320,25 +1680,25 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1320
1680
|
code: string;
|
|
1321
1681
|
data?: Record<string, unknown>[];
|
|
1322
1682
|
detail?: unknown;
|
|
1323
|
-
has_next_page
|
|
1683
|
+
has_next_page: boolean;
|
|
1324
1684
|
http_response_code: number;
|
|
1325
1685
|
marker?: string | null;
|
|
1326
1686
|
message?: string;
|
|
1327
1687
|
})>>;
|
|
1328
1688
|
create: (options: ({
|
|
1329
|
-
payload: import("
|
|
1689
|
+
payload: import("../../open-api/types/gcs/v5.4.js").operations["postStorageGateway"]["requestBody"]["content"]["application/json"];
|
|
1330
1690
|
} & {
|
|
1331
1691
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
1332
1692
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
1333
1693
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
1334
1694
|
code?: "success";
|
|
1335
|
-
data?: import("
|
|
1695
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["StorageGateway"][];
|
|
1336
1696
|
} & ({
|
|
1337
1697
|
DATA_TYPE: "result#1.0.0";
|
|
1338
1698
|
code: string;
|
|
1339
1699
|
data?: Record<string, unknown>[];
|
|
1340
1700
|
detail?: unknown;
|
|
1341
|
-
has_next_page
|
|
1701
|
+
has_next_page: boolean;
|
|
1342
1702
|
http_response_code: number;
|
|
1343
1703
|
marker?: string | null;
|
|
1344
1704
|
message?: string;
|
|
@@ -1350,7 +1710,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1350
1710
|
code: string;
|
|
1351
1711
|
data?: Record<string, unknown>[];
|
|
1352
1712
|
detail?: unknown;
|
|
1353
|
-
has_next_page
|
|
1713
|
+
has_next_page: boolean;
|
|
1354
1714
|
http_response_code: number;
|
|
1355
1715
|
marker?: string | null;
|
|
1356
1716
|
message?: string;
|
|
@@ -1366,7 +1726,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1366
1726
|
code: string;
|
|
1367
1727
|
data?: Record<string, unknown>[];
|
|
1368
1728
|
detail?: unknown;
|
|
1369
|
-
has_next_page
|
|
1729
|
+
has_next_page: boolean;
|
|
1370
1730
|
http_response_code: number;
|
|
1371
1731
|
marker?: string | null;
|
|
1372
1732
|
message?: string;
|
|
@@ -1378,25 +1738,25 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1378
1738
|
code: string;
|
|
1379
1739
|
data?: Record<string, unknown>[];
|
|
1380
1740
|
detail?: unknown;
|
|
1381
|
-
has_next_page
|
|
1741
|
+
has_next_page: boolean;
|
|
1382
1742
|
http_response_code: number;
|
|
1383
1743
|
marker?: string | null;
|
|
1384
1744
|
message?: string;
|
|
1385
1745
|
}>>;
|
|
1386
1746
|
update: (storage_gateway_id: string, options: ({
|
|
1387
|
-
payload: import("
|
|
1747
|
+
payload: import("../../open-api/types/gcs/v5.4.js").operations["putStorageGateway"]["requestBody"]["content"]["application/json"];
|
|
1388
1748
|
} & {
|
|
1389
1749
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
1390
1750
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
1391
1751
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
1392
1752
|
code?: "success";
|
|
1393
|
-
data?: import("
|
|
1753
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["StorageGateway"][];
|
|
1394
1754
|
} & ({
|
|
1395
1755
|
DATA_TYPE: "result#1.0.0";
|
|
1396
1756
|
code: string;
|
|
1397
1757
|
data?: Record<string, unknown>[];
|
|
1398
1758
|
detail?: unknown;
|
|
1399
|
-
has_next_page
|
|
1759
|
+
has_next_page: boolean;
|
|
1400
1760
|
http_response_code: number;
|
|
1401
1761
|
marker?: string | null;
|
|
1402
1762
|
message?: string;
|
|
@@ -1408,7 +1768,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1408
1768
|
code: string;
|
|
1409
1769
|
data?: Record<string, unknown>[];
|
|
1410
1770
|
detail?: unknown;
|
|
1411
|
-
has_next_page
|
|
1771
|
+
has_next_page: boolean;
|
|
1412
1772
|
http_response_code: number;
|
|
1413
1773
|
marker?: string | null;
|
|
1414
1774
|
message?: string;
|
|
@@ -1424,12 +1784,12 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1424
1784
|
display_name?: string;
|
|
1425
1785
|
high_assurance?: boolean | null;
|
|
1426
1786
|
id?: string;
|
|
1427
|
-
identity_mappings?: import("
|
|
1787
|
+
identity_mappings?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IdentityMapping"][] | null;
|
|
1428
1788
|
load_dsi_module?: string | null;
|
|
1429
|
-
policies?: import("
|
|
1789
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3StoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3StoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3StoragePolicies_1_2_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxStorage_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxStorage_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxStorage_1_2_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingStoragePolicies_1_0_0"];
|
|
1430
1790
|
process_user?: string | null;
|
|
1431
1791
|
require_high_assurance?: boolean | null;
|
|
1432
|
-
restrict_paths?: unknown;
|
|
1792
|
+
restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
1433
1793
|
users_allow?: string[] | null;
|
|
1434
1794
|
users_deny?: string[] | null;
|
|
1435
1795
|
} | {
|
|
@@ -1442,18 +1802,38 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1442
1802
|
display_name?: string;
|
|
1443
1803
|
high_assurance?: boolean | null;
|
|
1444
1804
|
id?: string;
|
|
1445
|
-
identity_mappings?: import("
|
|
1805
|
+
identity_mappings?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IdentityMapping"][] | null;
|
|
1446
1806
|
load_dsi_module?: string | null;
|
|
1447
|
-
policies?: import("
|
|
1807
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3StoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3StoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3StoragePolicies_1_2_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxStorage_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxStorage_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxStorage_1_2_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingStoragePolicies_1_0_0"];
|
|
1448
1808
|
process_user?: string | null;
|
|
1449
1809
|
require_high_assurance?: boolean | null;
|
|
1450
|
-
require_mfa
|
|
1451
|
-
restrict_paths?: unknown;
|
|
1810
|
+
require_mfa: boolean;
|
|
1811
|
+
restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
1452
1812
|
users_allow?: string[] | null;
|
|
1453
1813
|
users_deny?: string[] | null;
|
|
1454
1814
|
} | {
|
|
1455
1815
|
DATA_TYPE: "storage_gateway#1.2.0";
|
|
1456
|
-
admin_managed_credentials
|
|
1816
|
+
admin_managed_credentials: boolean;
|
|
1817
|
+
allowed_domains?: string[];
|
|
1818
|
+
authentication_assurance_timeout?: number | null;
|
|
1819
|
+
authentication_timeout_mins?: number | null;
|
|
1820
|
+
connector_id?: string;
|
|
1821
|
+
deleted?: boolean;
|
|
1822
|
+
display_name?: string;
|
|
1823
|
+
high_assurance?: boolean | null;
|
|
1824
|
+
id?: string;
|
|
1825
|
+
identity_mappings?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IdentityMapping"][] | null;
|
|
1826
|
+
load_dsi_module?: string | null;
|
|
1827
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3StoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3StoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3StoragePolicies_1_2_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxStorage_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxStorage_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxStorage_1_2_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingStoragePolicies_1_0_0"];
|
|
1828
|
+
process_user?: string | null;
|
|
1829
|
+
require_high_assurance?: boolean | null;
|
|
1830
|
+
require_mfa: boolean;
|
|
1831
|
+
restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
1832
|
+
users_allow?: string[] | null;
|
|
1833
|
+
users_deny?: string[] | null;
|
|
1834
|
+
} | {
|
|
1835
|
+
DATA_TYPE: "storage_gateway#1.3.0";
|
|
1836
|
+
admin_managed_credentials: boolean;
|
|
1457
1837
|
allowed_domains?: string[];
|
|
1458
1838
|
authentication_assurance_timeout?: number | null;
|
|
1459
1839
|
authentication_timeout_mins?: number | null;
|
|
@@ -1462,13 +1842,18 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1462
1842
|
display_name?: string;
|
|
1463
1843
|
high_assurance?: boolean | null;
|
|
1464
1844
|
id?: string;
|
|
1465
|
-
identity_mappings?: import("
|
|
1845
|
+
identity_mappings?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IdentityMapping"][] | null;
|
|
1466
1846
|
load_dsi_module?: string | null;
|
|
1467
|
-
|
|
1847
|
+
max_concurrency?: number;
|
|
1848
|
+
max_parallelism?: number;
|
|
1849
|
+
network_use?: "normal" | "minimal" | "aggressive" | "custom" | null;
|
|
1850
|
+
policies?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3StoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3StoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["S3StoragePolicies_1_2_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["AzureBlobStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BlackPearlStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxStorage_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxStorage_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["BoxStorage_1_2_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["CephStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["DropboxStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleCloudStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["GoogleDriveStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["HPSSStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["IrodsStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["OneDriveStoragePolicies_1_1_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStoragePolicies_1_0_0"] | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PosixStagingStoragePolicies_1_0_0"];
|
|
1851
|
+
preferred_concurrency?: number;
|
|
1852
|
+
preferred_parallelism?: number;
|
|
1468
1853
|
process_user?: string | null;
|
|
1469
1854
|
require_high_assurance?: boolean | null;
|
|
1470
|
-
require_mfa
|
|
1471
|
-
restrict_paths?: unknown;
|
|
1855
|
+
require_mfa: boolean;
|
|
1856
|
+
restrict_paths?: unknown | import("../../open-api/types/gcs/v5.4.js").components["schemas"]["PathRestrictions"];
|
|
1472
1857
|
users_allow?: string[] | null;
|
|
1473
1858
|
users_deny?: string[] | null;
|
|
1474
1859
|
}>;
|
|
@@ -1477,13 +1862,13 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1477
1862
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
1478
1863
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
1479
1864
|
code?: "success";
|
|
1480
|
-
data?: import("
|
|
1865
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["StorageGateway"][];
|
|
1481
1866
|
} & ({
|
|
1482
1867
|
DATA_TYPE: "result#1.0.0";
|
|
1483
1868
|
code: string;
|
|
1484
1869
|
data?: Record<string, unknown>[];
|
|
1485
1870
|
detail?: unknown;
|
|
1486
|
-
has_next_page
|
|
1871
|
+
has_next_page: boolean;
|
|
1487
1872
|
http_response_code: number;
|
|
1488
1873
|
marker?: string | null;
|
|
1489
1874
|
message?: string;
|
|
@@ -1495,7 +1880,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1495
1880
|
code: string;
|
|
1496
1881
|
data?: Record<string, unknown>[];
|
|
1497
1882
|
detail?: unknown;
|
|
1498
|
-
has_next_page
|
|
1883
|
+
has_next_page: boolean;
|
|
1499
1884
|
http_response_code: number;
|
|
1500
1885
|
marker?: string | null;
|
|
1501
1886
|
message?: string;
|
|
@@ -1510,13 +1895,13 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1510
1895
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
1511
1896
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
1512
1897
|
code?: "success";
|
|
1513
|
-
data?: import("
|
|
1898
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Role"][];
|
|
1514
1899
|
} & ({
|
|
1515
1900
|
DATA_TYPE: "result#1.0.0";
|
|
1516
1901
|
code: string;
|
|
1517
1902
|
data?: Record<string, unknown>[];
|
|
1518
1903
|
detail?: unknown;
|
|
1519
|
-
has_next_page
|
|
1904
|
+
has_next_page: boolean;
|
|
1520
1905
|
http_response_code: number;
|
|
1521
1906
|
marker?: string | null;
|
|
1522
1907
|
message?: string;
|
|
@@ -1528,25 +1913,25 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1528
1913
|
code: string;
|
|
1529
1914
|
data?: Record<string, unknown>[];
|
|
1530
1915
|
detail?: unknown;
|
|
1531
|
-
has_next_page
|
|
1916
|
+
has_next_page: boolean;
|
|
1532
1917
|
http_response_code: number;
|
|
1533
1918
|
marker?: string | null;
|
|
1534
1919
|
message?: string;
|
|
1535
1920
|
})>>;
|
|
1536
1921
|
getAll: (options?: ({
|
|
1537
|
-
query?: import("
|
|
1922
|
+
query?: import("../../open-api/types/gcs/v5.4.js").operations["listRoles"]["parameters"]["query"];
|
|
1538
1923
|
} & {
|
|
1539
1924
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
1540
1925
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
1541
1926
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
1542
1927
|
code?: "success";
|
|
1543
|
-
data?: import("
|
|
1928
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Role"][];
|
|
1544
1929
|
} & ({
|
|
1545
1930
|
DATA_TYPE: "result#1.0.0";
|
|
1546
1931
|
code: string;
|
|
1547
1932
|
data?: Record<string, unknown>[];
|
|
1548
1933
|
detail?: unknown;
|
|
1549
|
-
has_next_page
|
|
1934
|
+
has_next_page: boolean;
|
|
1550
1935
|
http_response_code: number;
|
|
1551
1936
|
marker?: string | null;
|
|
1552
1937
|
message?: string;
|
|
@@ -1558,25 +1943,25 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1558
1943
|
code: string;
|
|
1559
1944
|
data?: Record<string, unknown>[];
|
|
1560
1945
|
detail?: unknown;
|
|
1561
|
-
has_next_page
|
|
1946
|
+
has_next_page: boolean;
|
|
1562
1947
|
http_response_code: number;
|
|
1563
1948
|
marker?: string | null;
|
|
1564
1949
|
message?: string;
|
|
1565
1950
|
})>>;
|
|
1566
1951
|
create: (options: ({
|
|
1567
|
-
payload: import("
|
|
1952
|
+
payload: import("../../open-api/types/gcs/v5.4.js").operations["postRoles"]["requestBody"]["content"]["application/json"];
|
|
1568
1953
|
} & {
|
|
1569
1954
|
query?: import("../types.js").BaseServiceMethodOptions["query"];
|
|
1570
1955
|
headers?: import("../types.js").BaseServiceMethodOptions["headers"];
|
|
1571
1956
|
}) | undefined, sdkOptions?: import("../types.js").SDKOptions | undefined) => Promise<import("../types.js").JSONFetchResponse<{
|
|
1572
1957
|
code?: "success";
|
|
1573
|
-
data?: import("
|
|
1958
|
+
data?: import("../../open-api/types/gcs/v5.4.js").components["schemas"]["Role"][];
|
|
1574
1959
|
} & ({
|
|
1575
1960
|
DATA_TYPE: "result#1.0.0";
|
|
1576
1961
|
code: string;
|
|
1577
1962
|
data?: Record<string, unknown>[];
|
|
1578
1963
|
detail?: unknown;
|
|
1579
|
-
has_next_page
|
|
1964
|
+
has_next_page: boolean;
|
|
1580
1965
|
http_response_code: number;
|
|
1581
1966
|
marker?: string | null;
|
|
1582
1967
|
message?: string;
|
|
@@ -1588,7 +1973,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1588
1973
|
code: string;
|
|
1589
1974
|
data?: Record<string, unknown>[];
|
|
1590
1975
|
detail?: unknown;
|
|
1591
|
-
has_next_page
|
|
1976
|
+
has_next_page: boolean;
|
|
1592
1977
|
http_response_code: number;
|
|
1593
1978
|
marker?: string | null;
|
|
1594
1979
|
message?: string;
|
|
@@ -1604,7 +1989,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1604
1989
|
code: string;
|
|
1605
1990
|
data?: Record<string, unknown>[];
|
|
1606
1991
|
detail?: unknown;
|
|
1607
|
-
has_next_page
|
|
1992
|
+
has_next_page: boolean;
|
|
1608
1993
|
http_response_code: number;
|
|
1609
1994
|
marker?: string | null;
|
|
1610
1995
|
message?: string;
|
|
@@ -1616,7 +2001,7 @@ export declare function getClient(configuration: GCSConfiguration): {
|
|
|
1616
2001
|
code: string;
|
|
1617
2002
|
data?: Record<string, unknown>[];
|
|
1618
2003
|
detail?: unknown;
|
|
1619
|
-
has_next_page
|
|
2004
|
+
has_next_page: boolean;
|
|
1620
2005
|
http_response_code: number;
|
|
1621
2006
|
marker?: string | null;
|
|
1622
2007
|
message?: string;
|