files.com 1.1.244 → 1.1.245

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: 9138791711f30e74f324499b243fc4c07d13aa76011dbd6e3d7c5f76c471841f
4
- data.tar.gz: 3feadaa2fa6e0e70e2159d9013d9eae2c1a565f73d6402d4383fa91e87783e2b
3
+ metadata.gz: 477daf77732354a30499b300c60d18fa462d9fafc09afe34c9da86e3a5a1da17
4
+ data.tar.gz: 5ef1a82abbf6f2b0e415c19b04046cc9fe9ae67213005c9dc7d7097c256ac562
5
5
  SHA512:
6
- metadata.gz: a2840b857e9d54549a4e48fcefe5e90e986097fa2956cef50e08c7ffef32df081f80a17af0e04ec69e4c8b0ea99f189985fb8be26ec97528886a1b2e51a5413c
7
- data.tar.gz: e42312ad5dea82d3cab662723a7b3546d491114c34007f80ac05a50f03661e2e4fabd14dc156ba2c7482d6a4b34af527191efdbf5c29744ce9c6a14180c4a9a9
6
+ metadata.gz: 1d690b0e7f3a7c1274d3e03a481ae43c12cd8da4e72e1dccd5d5f4fa3f3011e0a52d7878708550c4bd95f8afd1d2a2370a09a91b4ec2422ffd5a6d5428f995c5
7
+ data.tar.gz: 6bfdd33412314d0e62cd6fed5ef1e9053c9bf9855b49dda7d00c0763205277fd59881b620bbfe76e753dacb8ac2f41780433af9489a9fc0aff97220eb822e4fb
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.244
1
+ 1.1.245
data/docs/sso_strategy.md CHANGED
@@ -31,6 +31,7 @@
31
31
  "provision_group_inclusion": "Employees",
32
32
  "provision_group_required": "example",
33
33
  "provision_email_signup_groups": "Employees",
34
+ "provision_readonly_site_admin_groups": "Employees",
34
35
  "provision_site_admin_groups": "Employees",
35
36
  "provision_group_admin_groups": "Employees",
36
37
  "provision_attachments_permission": true,
@@ -81,6 +82,7 @@
81
82
  * `provision_group_inclusion` (string): Comma-separated list of group names for groups (with optional wildcards) that will be auto-provisioned.
82
83
  * `provision_group_required` (string): Comma or newline separated list of group names (with optional wildcards) to require membership for user provisioning.
83
84
  * `provision_email_signup_groups` (string): Comma-separated list of group names whose members will be created with email_signup authentication.
85
+ * `provision_readonly_site_admin_groups` (string): Comma-separated list of group names whose members will be created as Read-Only Site Admins.
84
86
  * `provision_site_admin_groups` (string): Comma-separated list of group names whose members will be created as Site Admins.
85
87
  * `provision_group_admin_groups` (string): Comma-separated list of group names whose members will be provisioned as Group Admins.
86
88
  * `provision_attachments_permission` (boolean):
@@ -144,6 +144,11 @@ module Files
144
144
  @attributes[:provision_email_signup_groups]
145
145
  end
146
146
 
147
+ # string - Comma-separated list of group names whose members will be created as Read-Only Site Admins.
148
+ def provision_readonly_site_admin_groups
149
+ @attributes[:provision_readonly_site_admin_groups]
150
+ end
151
+
147
152
  # string - Comma-separated list of group names whose members will be created as Site Admins.
148
153
  def provision_site_admin_groups
149
154
  @attributes[:provision_site_admin_groups]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.244"
4
+ VERSION = "1.1.245"
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.244
4
+ version: 1.1.245
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-28 00:00:00.000000000 Z
11
+ date: 2025-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable