files.com 1.0.490 → 1.0.492

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85c7193c6d700ef8409ee26d176164a5451c2417de15d7efbcda689a23c77c29
4
- data.tar.gz: f43e0ce7e749b62a201fe65b5fff415f45b75dc74d807c15826f8be810f3977c
3
+ metadata.gz: f15760bea0aa5c64aebfce2bc1793c6a96fee782db8486ae6730a2c4f77d6f8d
4
+ data.tar.gz: fdeb6103577d0673a6c3e50a5efa5e7cbfe9cacfbb6757a1306192b95322cd08
5
5
  SHA512:
6
- metadata.gz: 796a350d469c137a9cdf3adcd5c07dbd0a20f406867f76ac3a1e725ccafeedbb93693a3d19d1fdc9fa546c73192995896b69437c2beb967c76812bd83bfdf415
7
- data.tar.gz: 28e01c4d02c6749e376bf78c8efcb078d8029e0cef25c9246fa26f6288a2b585925425cc6966bfe3b8ce077c0f8c09b71c4bd348f8a994281f826171826ed7db
6
+ metadata.gz: bb54f848a74021863da391761c29a296fc56eff58b064eafc614b4138281238746d49832a6695ac84885c8643c456b5aef90e6c8571b509da9b2580fb979ccf6
7
+ data.tar.gz: fc2504f3ecd94b3f1635c7b3ce1f156ed68dfed519abbed24320e30bf051ecc0b3dc981265639668c87dbc27c78c3c745083ea9c9dc76c8a227e0a485698e64e
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.490
1
+ 1.0.492
@@ -39,6 +39,7 @@
39
39
  "azure_blob_storage_account": "storage-account-name",
40
40
  "azure_blob_storage_sas_token": "storage-sas-token",
41
41
  "azure_blob_storage_container": "container-name",
42
+ "azure_blob_storage_hierarchical_namespace": true,
42
43
  "azure_files_storage_account": "storage-account-name",
43
44
  "azure_files_storage_sas_token": "storage-sas-token",
44
45
  "azure_files_storage_share_name": "share-name",
@@ -97,6 +98,7 @@
97
98
  * `azure_blob_storage_account` (string): Azure Blob Storage Account name
98
99
  * `azure_blob_storage_sas_token` (string): Shared Access Signature (SAS) token
99
100
  * `azure_blob_storage_container` (string): Azure Blob Storage Container name
101
+ * `azure_blob_storage_hierarchical_namespace` (boolean): Enable when storage account has hierarchical namespace feature enabled
100
102
  * `azure_files_storage_account` (string): Azure File Storage Account name
101
103
  * `azure_files_storage_sas_token` (string): Shared Access Signature (SAS) token
102
104
  * `azure_files_storage_share_name` (string): Azure File Storage Share name
@@ -211,6 +213,7 @@ Files::RemoteServer.create(
211
213
  one_drive_account_type: "personal",
212
214
  azure_blob_storage_account: "storage-account-name",
213
215
  azure_blob_storage_container: "container-name",
216
+ azure_blob_storage_hierarchical_namespace: true,
214
217
  azure_blob_storage_sas_token: "storage-sas-token",
215
218
  azure_files_storage_account: "storage-account-name",
216
219
  azure_files_storage_share_name: "share-name",
@@ -275,6 +278,7 @@ Files::RemoteServer.create(
275
278
  * `one_drive_account_type` (string): Either personal or business_other account types
276
279
  * `azure_blob_storage_account` (string): Azure Blob Storage Account name
277
280
  * `azure_blob_storage_container` (string): Azure Blob Storage Container name
281
+ * `azure_blob_storage_hierarchical_namespace` (boolean): Enable when storage account has hierarchical namespace feature enabled
278
282
  * `azure_blob_storage_sas_token` (string): Shared Access Signature (SAS) token
279
283
  * `azure_files_storage_account` (string): Azure File Storage Account name
280
284
  * `azure_files_storage_share_name` (string): Azure File Storage Share name
@@ -370,6 +374,7 @@ Files::RemoteServer.update(id,
370
374
  one_drive_account_type: "personal",
371
375
  azure_blob_storage_account: "storage-account-name",
372
376
  azure_blob_storage_container: "container-name",
377
+ azure_blob_storage_hierarchical_namespace: true,
373
378
  azure_blob_storage_sas_token: "storage-sas-token",
374
379
  azure_files_storage_account: "storage-account-name",
375
380
  azure_files_storage_share_name: "share-name",
@@ -435,6 +440,7 @@ Files::RemoteServer.update(id,
435
440
  * `one_drive_account_type` (string): Either personal or business_other account types
436
441
  * `azure_blob_storage_account` (string): Azure Blob Storage Account name
437
442
  * `azure_blob_storage_container` (string): Azure Blob Storage Container name
443
+ * `azure_blob_storage_hierarchical_namespace` (boolean): Enable when storage account has hierarchical namespace feature enabled
438
444
  * `azure_blob_storage_sas_token` (string): Shared Access Signature (SAS) token
439
445
  * `azure_files_storage_account` (string): Azure File Storage Account name
440
446
  * `azure_files_storage_share_name` (string): Azure File Storage Share name
@@ -547,6 +553,7 @@ remote_server.update(
547
553
  one_drive_account_type: "personal",
548
554
  azure_blob_storage_account: "storage-account-name",
549
555
  azure_blob_storage_container: "container-name",
556
+ azure_blob_storage_hierarchical_namespace: true,
550
557
  azure_blob_storage_sas_token: "storage-sas-token",
551
558
  azure_files_storage_account: "storage-account-name",
552
559
  azure_files_storage_share_name: "share-name",
@@ -612,6 +619,7 @@ remote_server.update(
612
619
  * `one_drive_account_type` (string): Either personal or business_other account types
613
620
  * `azure_blob_storage_account` (string): Azure Blob Storage Account name
614
621
  * `azure_blob_storage_container` (string): Azure Blob Storage Container name
622
+ * `azure_blob_storage_hierarchical_namespace` (boolean): Enable when storage account has hierarchical namespace feature enabled
615
623
  * `azure_blob_storage_sas_token` (string): Shared Access Signature (SAS) token
616
624
  * `azure_files_storage_account` (string): Azure File Storage Account name
617
625
  * `azure_files_storage_share_name` (string): Azure File Storage Share name
data/docs/user.md CHANGED
@@ -163,13 +163,6 @@ Files::User.list(
163
163
  * `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
164
164
  * `filter_lteq` (object): If set, return records where the specified field is less than or equal the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
165
165
  * `ids` (string): comma-separated list of User IDs
166
- * `q[username]` (string): List users matching username.
167
- * `q[email]` (string): List users matching email.
168
- * `q[notes]` (string): List users matching notes field.
169
- * `q[admin]` (string): If `true`, list only admin users.
170
- * `q[allowed_ips]` (string): If set, list only users with overridden allowed IP setting.
171
- * `q[password_validity_days]` (string): If set, list only users with overridden password validity days setting.
172
- * `q[ssl_required]` (string): If set, list only users with overridden SSL required setting.
173
166
  * `search` (string): Searches for partial matches of name, username, or email.
174
167
 
175
168
 
@@ -324,6 +324,15 @@ module Files
324
324
  @attributes[:azure_blob_storage_container] = value
325
325
  end
326
326
 
327
+ # boolean - Enable when storage account has hierarchical namespace feature enabled
328
+ def azure_blob_storage_hierarchical_namespace
329
+ @attributes[:azure_blob_storage_hierarchical_namespace]
330
+ end
331
+
332
+ def azure_blob_storage_hierarchical_namespace=(value)
333
+ @attributes[:azure_blob_storage_hierarchical_namespace] = value
334
+ end
335
+
327
336
  # string - Azure File Storage Account name
328
337
  def azure_files_storage_account
329
338
  @attributes[:azure_files_storage_account]
@@ -732,6 +741,7 @@ module Files
732
741
  # one_drive_account_type - string - Either personal or business_other account types
733
742
  # azure_blob_storage_account - string - Azure Blob Storage Account name
734
743
  # azure_blob_storage_container - string - Azure Blob Storage Container name
744
+ # azure_blob_storage_hierarchical_namespace - boolean - Enable when storage account has hierarchical namespace feature enabled
735
745
  # azure_blob_storage_sas_token - string - Shared Access Signature (SAS) token
736
746
  # azure_files_storage_account - string - Azure File Storage Account name
737
747
  # azure_files_storage_share_name - string - Azure File Storage Share name
@@ -932,6 +942,7 @@ module Files
932
942
  # one_drive_account_type - string - Either personal or business_other account types
933
943
  # azure_blob_storage_account - string - Azure Blob Storage Account name
934
944
  # azure_blob_storage_container - string - Azure Blob Storage Container name
945
+ # azure_blob_storage_hierarchical_namespace - boolean - Enable when storage account has hierarchical namespace feature enabled
935
946
  # azure_blob_storage_sas_token - string - Shared Access Signature (SAS) token
936
947
  # azure_files_storage_account - string - Azure File Storage Account name
937
948
  # azure_files_storage_share_name - string - Azure File Storage Share name
@@ -1096,6 +1107,7 @@ module Files
1096
1107
  # one_drive_account_type - string - Either personal or business_other account types
1097
1108
  # azure_blob_storage_account - string - Azure Blob Storage Account name
1098
1109
  # azure_blob_storage_container - string - Azure Blob Storage Container name
1110
+ # azure_blob_storage_hierarchical_namespace - boolean - Enable when storage account has hierarchical namespace feature enabled
1099
1111
  # azure_blob_storage_sas_token - string - Shared Access Signature (SAS) token
1100
1112
  # azure_files_storage_account - string - Azure File Storage Account name
1101
1113
  # azure_files_storage_share_name - string - Azure File Storage Share name
@@ -784,13 +784,6 @@ module Files
784
784
  # filter_lt - object - If set, return records where the specified field is less than the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
785
785
  # filter_lteq - object - If set, return records where the specified field is less than or equal the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
786
786
  # ids - string - comma-separated list of User IDs
787
- # q[username] - string - List users matching username.
788
- # q[email] - string - List users matching email.
789
- # q[notes] - string - List users matching notes field.
790
- # q[admin] - string - If `true`, list only admin users.
791
- # q[allowed_ips] - string - If set, list only users with overridden allowed IP setting.
792
- # q[password_validity_days] - string - If set, list only users with overridden password validity days setting.
793
- # q[ssl_required] - string - If set, list only users with overridden SSL required setting.
794
787
  # search - string - Searches for partial matches of name, username, or email.
795
788
  def self.list(params = {}, options = {})
796
789
  raise InvalidParameterError.new("Bad parameter: cursor must be an String") if params[:cursor] and !params[:cursor].is_a?(String)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.0.490"
4
+ VERSION = "1.0.492"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.490
4
+ version: 1.0.492
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-17 00:00:00.000000000 Z
11
+ date: 2023-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable