files.com 1.1.634 → 1.1.635

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: b76a3d791d7630005f0693bfa612019db8450967e71a51d5dcbc25490f69ceba
4
- data.tar.gz: '058e298a21b0e09b89eba4c47f24a6fb7710bae4963a47b96f407193c0076181'
3
+ metadata.gz: 07c8685ec589f7db545612acbd93062b543ab406d42dff852f97390b849d3002
4
+ data.tar.gz: 379bdd9123c551efa73ccedce8906454059d005c6011950bc5f1685ec2c4afb9
5
5
  SHA512:
6
- metadata.gz: dd3d6a587d2a9e278d6cdc9e93b0b5a3d6e9e1e6d3122f4e4b1aa8c67dd14f1f6744119c2e7155ff0c2e94cded1b2550202467971d32fcdd03784814cc1f1667
7
- data.tar.gz: 0f9b592090c9fd6eab749a7574798c5b6f229e9689093491eb5a6fb838f781a6eb7bd8c048c95d7a02c95dd830ba74002e7e2d78fbd1db7e1ebd24c37c49899a
6
+ metadata.gz: 1c0a13e1cb07f617ba3d29f87fe79b3bad5e49de24f8dbeac4c6b89c7acf00ff95e919e54a5ea36b78562c8c07fd831a0cf0eb4be8111a79722e23a366b87b7f
7
+ data.tar.gz: 948e08d67679243ce4f59d118a67c43148d2c61e022fc5aee4fe51168ffe3ba3238c6698fccf11f7e62a19f331307469d53d800cc4dd73b77147b017f7ab5c76
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.634
1
+ 1.1.635
data/docs/site.md CHANGED
@@ -175,6 +175,7 @@
175
175
  "prevent_root_permissions_for_non_site_admins": true,
176
176
  "protocol_access_groups_only": true,
177
177
  "require_2fa": true,
178
+ "require_2fa_exempt_all_sso_users": true,
178
179
  "require_2fa_stop_time": "2000-01-01T01:00:00Z",
179
180
  "revoke_bundle_access_on_disable_or_delete": true,
180
181
  "require_2fa_user_type": "`site_admins`",
@@ -485,6 +486,7 @@
485
486
  * `prevent_root_permissions_for_non_site_admins` (boolean): If true, we will prevent non-administrators from receiving any permissions directly on the root folder. This is commonly used to prevent the accidental application of permissions.
486
487
  * `protocol_access_groups_only` (boolean): If true, protocol access permissions on users will be ignored, and only protocol access permissions set on Groups will be honored. Make sure that your current user is a member of a group with API permission when changing this value to avoid locking yourself out of your site.
487
488
  * `require_2fa` (boolean): Require two-factor authentication for all users?
489
+ * `require_2fa_exempt_all_sso_users` (boolean): If true, SSO users using the default user-level two-factor authentication setting are exempt from the site-wide two-factor authentication requirement.
488
490
  * `require_2fa_stop_time` (date-time): If set, requirement for two-factor authentication has been scheduled to end on this date-time.
489
491
  * `revoke_bundle_access_on_disable_or_delete` (boolean): Auto-removes bundles for disabled/deleted users and enforces bundle expiry within user access period.
490
492
  * `require_2fa_user_type` (string): What type of user is required to use two-factor authentication (when require_2fa is set to `true` for this site)?
@@ -685,6 +687,7 @@ Files::Site.update(
685
687
  allowed_2fa_method_static: false,
686
688
  allowed_2fa_method_bypass_for_ftp_sftp_dav: false,
687
689
  require_2fa: false,
690
+ require_2fa_exempt_all_sso_users: false,
688
691
  require_2fa_user_type: "`site_admins`",
689
692
  color2_top: "#000000",
690
693
  color2_left: "#0066a7",
@@ -860,6 +863,7 @@ Files::Site.update(
860
863
  * `allowed_2fa_method_static` (boolean): Is OTP via static codes for two factor authentication allowed?
861
864
  * `allowed_2fa_method_bypass_for_ftp_sftp_dav` (boolean): Are users allowed to configure their two factor authentication to be bypassed for FTP/SFTP/WebDAV?
862
865
  * `require_2fa` (boolean): Require two-factor authentication for all users?
866
+ * `require_2fa_exempt_all_sso_users` (boolean): If true, SSO users using the default user-level two-factor authentication setting are exempt from the site-wide two-factor authentication requirement.
863
867
  * `require_2fa_user_type` (string): What type of user is required to use two-factor authentication (when require_2fa is set to `true` for this site)?
864
868
  * `color2_top` (string): Top bar background color
865
869
  * `color2_left` (string): Page link and button color
data/docs/sso_strategy.md CHANGED
@@ -95,7 +95,7 @@
95
95
  * `provision_sftp_permission` (boolean): Auto-provisioned users get SFTP permission?
96
96
  * `provision_time_zone` (string): Default time zone for auto provisioned users.
97
97
  * `provision_company` (string): Default company for auto provisioned users.
98
- * `provision_require_2fa` (string): 2FA required setting for auto provisioned users.
98
+ * `provision_require_2fa` (string): 2FA required setting for auto provisioned users. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
99
99
  * `provision_filesystem_layout` (string): File System layout to use for auto provisioned users.
100
100
  * `provider_identifier` (string): URL-friendly, unique identifier for Azure SAML configuration
101
101
  * `ldap_base_dn` (string): Base DN for looking up users in LDAP server
data/docs/user.md CHANGED
@@ -150,7 +150,7 @@
150
150
  * `notify_on_all_sync_failures` (boolean): Should the user receive sync failures via email?
151
151
  * `notify_on_all_automation_failures` (boolean): Should the user receive automation failures via email?
152
152
  * `notify_on_all_expectation_failures` (boolean): Should the user receive expectation failures and misses via email?
153
- * `require_2fa` (string): 2FA required setting
153
+ * `require_2fa` (string): 2FA required setting. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
154
154
  * `require_login_by` (date-time): Require user to login by specified date otherwise it will be disabled.
155
155
  * `active_2fa` (boolean): Is 2fa active for the user?
156
156
  * `require_password_change` (boolean): Is a password change required upon next user login?
@@ -354,7 +354,7 @@ Files::User.create(
354
354
  * `ssl_required` (string): SSL required setting
355
355
  * `sso_strategy_id` (int64): SSO (Single Sign On) strategy ID for the user, if applicable.
356
356
  * `subscribe_to_newsletter` (boolean): Is the user subscribed to the newsletter?
357
- * `require_2fa` (string): 2FA required setting
357
+ * `require_2fa` (string): 2FA required setting. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
358
358
  * `tags` (string): Comma-separated list of Tags for this user. Tags are used for other features, such as UserLifecycleRules, which can target specific tags. Tags must only contain lowercase letters, numbers, and hyphens.
359
359
  * `time_zone` (string): User time zone
360
360
  * `user_root` (string): Root folder for FTP (and optionally SFTP if the appropriate site-wide setting is set). Note that this is not used for API, Desktop, or Web interface.
@@ -530,7 +530,7 @@ Files::User.update(id,
530
530
  * `ssl_required` (string): SSL required setting
531
531
  * `sso_strategy_id` (int64): SSO (Single Sign On) strategy ID for the user, if applicable.
532
532
  * `subscribe_to_newsletter` (boolean): Is the user subscribed to the newsletter?
533
- * `require_2fa` (string): 2FA required setting
533
+ * `require_2fa` (string): 2FA required setting. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
534
534
  * `tags` (string): Comma-separated list of Tags for this user. Tags are used for other features, such as UserLifecycleRules, which can target specific tags. Tags must only contain lowercase letters, numbers, and hyphens.
535
535
  * `time_zone` (string): User time zone
536
536
  * `user_root` (string): Root folder for FTP (and optionally SFTP if the appropriate site-wide setting is set). Note that this is not used for API, Desktop, or Web interface.
@@ -732,7 +732,7 @@ user.update(
732
732
  * `ssl_required` (string): SSL required setting
733
733
  * `sso_strategy_id` (int64): SSO (Single Sign On) strategy ID for the user, if applicable.
734
734
  * `subscribe_to_newsletter` (boolean): Is the user subscribed to the newsletter?
735
- * `require_2fa` (string): 2FA required setting
735
+ * `require_2fa` (string): 2FA required setting. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
736
736
  * `tags` (string): Comma-separated list of Tags for this user. Tags are used for other features, such as UserLifecycleRules, which can target specific tags. Tags must only contain lowercase letters, numbers, and hyphens.
737
737
  * `time_zone` (string): User time zone
738
738
  * `user_root` (string): Root folder for FTP (and optionally SFTP if the appropriate site-wide setting is set). Note that this is not used for API, Desktop, or Web interface.
@@ -699,6 +699,11 @@ module Files
699
699
  @attributes[:require_2fa]
700
700
  end
701
701
 
702
+ # boolean - If true, SSO users using the default user-level two-factor authentication setting are exempt from the site-wide two-factor authentication requirement.
703
+ def require_2fa_exempt_all_sso_users
704
+ @attributes[:require_2fa_exempt_all_sso_users]
705
+ end
706
+
702
707
  # date-time - If set, requirement for two-factor authentication has been scheduled to end on this date-time.
703
708
  def require_2fa_stop_time
704
709
  @attributes[:require_2fa_stop_time]
@@ -1081,6 +1086,7 @@ module Files
1081
1086
  # allowed_2fa_method_static - boolean - Is OTP via static codes for two factor authentication allowed?
1082
1087
  # allowed_2fa_method_bypass_for_ftp_sftp_dav - boolean - Are users allowed to configure their two factor authentication to be bypassed for FTP/SFTP/WebDAV?
1083
1088
  # require_2fa - boolean - Require two-factor authentication for all users?
1089
+ # require_2fa_exempt_all_sso_users - boolean - If true, SSO users using the default user-level two-factor authentication setting are exempt from the site-wide two-factor authentication requirement.
1084
1090
  # require_2fa_user_type - string - What type of user is required to use two-factor authentication (when require_2fa is set to `true` for this site)?
1085
1091
  # color2_top - string - Top bar background color
1086
1092
  # color2_left - string - Page link and button color
@@ -189,7 +189,7 @@ module Files
189
189
  @attributes[:provision_company]
190
190
  end
191
191
 
192
- # string - 2FA required setting for auto provisioned users.
192
+ # string - 2FA required setting for auto provisioned users. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
193
193
  def provision_require_2fa
194
194
  @attributes[:provision_require_2fa]
195
195
  end
@@ -518,7 +518,7 @@ module Files
518
518
  @attributes[:notify_on_all_expectation_failures] = value
519
519
  end
520
520
 
521
- # string - 2FA required setting
521
+ # string - 2FA required setting. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
522
522
  def require_2fa
523
523
  @attributes[:require_2fa]
524
524
  end
@@ -959,7 +959,7 @@ module Files
959
959
  # ssl_required - string - SSL required setting
960
960
  # sso_strategy_id - int64 - SSO (Single Sign On) strategy ID for the user, if applicable.
961
961
  # subscribe_to_newsletter - boolean - Is the user subscribed to the newsletter?
962
- # require_2fa - string - 2FA required setting
962
+ # require_2fa - string - 2FA required setting. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
963
963
  # tags - string - Comma-separated list of Tags for this user. Tags are used for other features, such as UserLifecycleRules, which can target specific tags. Tags must only contain lowercase letters, numbers, and hyphens.
964
964
  # time_zone - string - User time zone
965
965
  # user_root - string - Root folder for FTP (and optionally SFTP if the appropriate site-wide setting is set). Note that this is not used for API, Desktop, or Web interface.
@@ -1150,7 +1150,7 @@ module Files
1150
1150
  # ssl_required - string - SSL required setting
1151
1151
  # sso_strategy_id - int64 - SSO (Single Sign On) strategy ID for the user, if applicable.
1152
1152
  # subscribe_to_newsletter - boolean - Is the user subscribed to the newsletter?
1153
- # require_2fa - string - 2FA required setting
1153
+ # require_2fa - string - 2FA required setting. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
1154
1154
  # tags - string - Comma-separated list of Tags for this user. Tags are used for other features, such as UserLifecycleRules, which can target specific tags. Tags must only contain lowercase letters, numbers, and hyphens.
1155
1155
  # time_zone - string - User time zone
1156
1156
  # user_root - string - Root folder for FTP (and optionally SFTP if the appropriate site-wide setting is set). Note that this is not used for API, Desktop, or Web interface.
@@ -1289,7 +1289,7 @@ module Files
1289
1289
  # ssl_required - string - SSL required setting
1290
1290
  # sso_strategy_id - int64 - SSO (Single Sign On) strategy ID for the user, if applicable.
1291
1291
  # subscribe_to_newsletter - boolean - Is the user subscribed to the newsletter?
1292
- # require_2fa - string - 2FA required setting
1292
+ # require_2fa - string - 2FA required setting. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
1293
1293
  # tags - string - Comma-separated list of Tags for this user. Tags are used for other features, such as UserLifecycleRules, which can target specific tags. Tags must only contain lowercase letters, numbers, and hyphens.
1294
1294
  # time_zone - string - User time zone
1295
1295
  # user_root - string - Root folder for FTP (and optionally SFTP if the appropriate site-wide setting is set). Note that this is not used for API, Desktop, or Web interface.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.634"
4
+ VERSION = "1.1.635"
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.1.634
4
+ version: 1.1.635
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-04 00:00:00.000000000 Z
11
+ date: 2026-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable