google-apis-cloudidentity_v1beta1 0.50.0 → 0.52.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e68c1209243ca0befef180de873fb134566da32256be450af31bb2aa6fc0959f
4
- data.tar.gz: 503ae634f4c4b754174a7004f018458a947bf0441631af06db48f13dd1b567d3
3
+ metadata.gz: 5548e74d4568d7571dc3a16950536c5226323e80f443c85c7ddb6dc0507ce1d8
4
+ data.tar.gz: d8da2f9002d5f314eef3cebef1e05bc1340cd396be018796a86ea5f580549030
5
5
  SHA512:
6
- metadata.gz: ef9286832b3bdc18d0128759b11af0c4bc6aff2899691e5821fe759b3f6a1cc9e9757c3969eee8c68bc1feb5da989e4965143db4c1cbee2fec66df08c91200ba
7
- data.tar.gz: fb9985ae046c3af223d539a59dea8051ea933d6e0f50855864ac58d71d75e6a397471d6f3cb0f4fac7acbace8edf96fae18705b450c819552154f9c875d90e0c
6
+ metadata.gz: 4ad706e22019f86ddc1852aac56920fedd21afc72d1bf781f5bddeda1d971aad61a9bb442a1280593ee98f6201eb1417d7c33c2c6648893b8a21df6b76bbe7dc
7
+ data.tar.gz: de8b1fa0f82845fc86a57a2ed42c7f4485911ce1d36a5c8638b9cdb842a55a9f5b5ef2c64f69e3fa090712d2bbd1513f0043e80bdf4dd0d2583abedcf5ecc00f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.52.0 (2025-01-26)
4
+
5
+ * Regenerated from discovery document revision 20250121
6
+
7
+ ### v0.51.0 (2025-01-12)
8
+
9
+ * Regenerated from discovery document revision 20250107
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.50.0 (2024-12-02)
4
13
 
5
14
  * Regenerated from discovery document revision 20241126
@@ -2510,16 +2510,19 @@ module Google
2510
2510
  # @return [Google::Apis::CloudidentityV1beta1::EntityKey]
2511
2511
  attr_accessor :group_key
2512
2512
 
2513
- # Required. One or more label entries that apply to the Group. Currently
2514
- # supported labels contain a key with an empty value. Google Groups are the
2515
- # default type of group and have a label with a key of `cloudidentity.googleapis.
2516
- # com/groups.discussion_forum` and an empty value. Existing Google Groups can
2517
- # have an additional label with a key of `cloudidentity.googleapis.com/groups.
2518
- # security` and an empty value added to them. **This is an immutable change and
2519
- # the security label cannot be removed once added.** Dynamic groups have a label
2520
- # with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped
2521
- # groups for Cloud Search have a label with a key of `system/groups/external`
2522
- # and an empty value.
2513
+ # Required. One or more label entries that apply to the Group. Labels contain a
2514
+ # key with an empty value. Google Groups are the default type of group and have
2515
+ # a label with a key of `cloudidentity.googleapis.com/groups.discussion_forum`
2516
+ # and an empty value. Existing Google Groups can have an additional label with a
2517
+ # key of `cloudidentity.googleapis.com/groups.security` and an empty value added
2518
+ # to them. **This is an immutable change and the security label cannot be
2519
+ # removed once added.** Dynamic groups have a label with a key of `cloudidentity.
2520
+ # googleapis.com/groups.dynamic`. Identity-mapped groups for Cloud Search have a
2521
+ # label with a key of `system/groups/external` and an empty value. (Beta) Google
2522
+ # Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock
2523
+ # a group, add a label with a key of `cloudidentity.googleapis.com/groups.locked`
2524
+ # and an empty value. Doing so locks the group. To unlock the group, remove
2525
+ # this label.
2523
2526
  # Corresponds to the JSON property `labels`
2524
2527
  # @return [Hash<String,String>]
2525
2528
  attr_accessor :labels
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1beta1
18
18
  # Version of the google-apis-cloudidentity_v1beta1 gem
19
- GEM_VERSION = "0.50.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241126"
25
+ REVISION = "20250121"
26
26
  end
27
27
  end
28
28
  end
@@ -2429,17 +2429,17 @@ module Google
2429
2429
  # List Policies
2430
2430
  # @param [String] filter
2431
2431
  # Optional. A CEL expression for filtering the results. Policies can be filtered
2432
- # by application with this expression: setting.name = 'settings/gmail.*'
2433
- # Policies can be filtered by setting type with this expression: setting.name = '
2434
- # *.service_status' A maximum of one of the above setting.name clauses can be
2435
- # used. Policies can be filtered by customer with this expression: customer = "
2436
- # customers/`customer`" Where `customer` is the `id` from the [Admin SDK `
2437
- # Customer` resource](https://developers.google.com/admin-sdk/directory/
2438
- # reference/rest/v1/customers). You may use `customers/my_customer` to specify
2439
- # your own organization. When no customer is mentioned it will be default to
2440
- # customers/my_customer. A maximum of one customer clause can be used. The above
2441
- # clauses can only be combined together in a single filter expression with the `&
2442
- # &` operator.
2432
+ # by application with this expression: setting.type.matches('^settings/gmail\\..*
2433
+ # $') Policies can be filtered by setting type with this expression: setting.
2434
+ # type.matches('^.*\\.service_status$') A maximum of one of the above setting.
2435
+ # type clauses can be used. Policies can be filtered by customer with this
2436
+ # expression: customer == "customers/`customer`" Where `customer` is the `id`
2437
+ # from the [Admin SDK `Customer` resource](https://developers.google.com/admin-
2438
+ # sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer`
2439
+ # to specify your own organization. When no customer is mentioned it will be
2440
+ # default to customers/my_customer. A maximum of one customer clause can be used.
2441
+ # The above clauses can only be combined together in a single filter expression
2442
+ # with the `&&` operator.
2443
2443
  # @param [Fixnum] page_size
2444
2444
  # Optional. The maximum number of results to return. The service can return
2445
2445
  # fewer than this number. If omitted or set to 0, the default is 50 results per
@@ -50,6 +50,12 @@ module Google
50
50
  # See all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization.
51
51
  AUTH_CLOUD_IDENTITY_INBOUNDSSO_READONLY = 'https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly'
52
52
 
53
+ # List, Move orgmembers of an OrgUnit in your Cloud Identity Organization.
54
+ AUTH_CLOUD_IDENTITY_ORGUNITS = 'https://www.googleapis.com/auth/cloud-identity.orgunits'
55
+
56
+ # List org members of an OrgUnit in your Cloud Identity Organization.
57
+ AUTH_CLOUD_IDENTITY_ORGUNITS_READONLY = 'https://www.googleapis.com/auth/cloud-identity.orgunits.readonly'
58
+
53
59
  # See and edit policies in your Cloud Identity Organization.
54
60
  AUTH_CLOUD_IDENTITY_POLICIES = 'https://www.googleapis.com/auth/cloud-identity.policies'
55
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.50.0
4
+ version: 0.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.50.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.52.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Identity API V1beta1
82
79
  test_files: []