google-apis-cloudidentity_v1 0.45.0 → 0.46.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 719c8e8820200182dee4abfd68d242d06bffbfe13db139a342e33ed86f4b2bd2
4
- data.tar.gz: d2532e6303e1ee8cfb6e6617fae03c30bc2be8e8ee3a25b7e1750e306ea9cd31
3
+ metadata.gz: 615ffd7c9d086aee80422759e9f8a376646f71d7f402d5be60fb49c11f9d6bbc
4
+ data.tar.gz: 84510710845a8e50b6e0d3cae0111a9eb55f74364a586e0b07793f60e0328264
5
5
  SHA512:
6
- metadata.gz: c49363d396b08b088b79c395d7514435d810d4bb43bf331096ddeeea7b3952ef361643c98f388cb33a5eb37446f5401c28f3effcfd5ebe58fcb11403ff1febd9
7
- data.tar.gz: a558722168942397b4dec8c1b025ef408fc8bcd04cd3fcfa6847a593fc9e5a6710cef8acf8af5aa51e295c73f73c491d150a380dbca5d20752a5373784e7e319
6
+ metadata.gz: a04fde2c20a0f0b6d9dcf5bb6693c3192a6fd0f37dde66326a70cfbd184507d3254689270842a39d426523387e8c10e749c4797ed2da1e27d3afbf35ceb551e5
7
+ data.tar.gz: 96772646adb8eeacfd00c4edc489c49cfbe59c7c7c33f19d2fb55ad3513925cc44b606f36f1fe3960f829d915bb12bc81e3bf07d4a7228b9bc2afd411d3f1520
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudidentity_v1
2
2
 
3
+ ### v0.46.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20241126
6
+
3
7
  ### v0.45.0 (2024-09-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20240924
@@ -1288,7 +1288,10 @@ module Google
1288
1288
 
1289
1289
  # Output only. [Resource name](https://cloud.google.com/apis/design/
1290
1290
  # resource_names) of the Device in format: `devices/`device``, where device is
1291
- # the unique id assigned to the Device.
1291
+ # the unique id assigned to the Device. Important: Device API scopes require
1292
+ # that you use domain-wide delegation to access the API. For more information,
1293
+ # see [Set up the Devices API](https://cloud.google.com/identity/docs/how-to/
1294
+ # setup-devices).
1292
1295
  # Corresponds to the JSON property `name`
1293
1296
  # @return [String]
1294
1297
  attr_accessor :name
@@ -2440,8 +2443,8 @@ module Google
2440
2443
 
2441
2444
  # Each edge contains information about the member that belongs to this group.
2442
2445
  # Note: Fields returned here will help identify the specific Membership resource
2443
- # (e.g name, preferred_member_key and role), but may not be a comprehensive list
2444
- # of all fields.
2446
+ # (e.g `name`, `preferred_member_key` and `role`), but may not be a
2447
+ # comprehensive list of all fields.
2445
2448
  # Corresponds to the JSON property `edges`
2446
2449
  # @return [Array<Google::Apis::CloudidentityV1::Membership>]
2447
2450
  attr_accessor :edges
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1
18
18
  # Version of the google-apis-cloudidentity_v1 gem
19
- GEM_VERSION = "0.45.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240924"
25
+ REVISION = "20241126"
26
26
  end
27
27
  end
28
28
  end
@@ -1718,7 +1718,7 @@ module Google
1718
1718
  # @param [Fixnum] page_size
1719
1719
  # The default page size is 200 (max 1000).
1720
1720
  # @param [String] page_token
1721
- # The next_page_token value returned from a previous list request, if any
1721
+ # The `next_page_token` value returned from a previous list request, if any
1722
1722
  # @param [String] query
1723
1723
  # Required. A CEL expression that MUST include member specification AND label(s).
1724
1724
  # Users can search on label attributes of groups. CONTAINS match ('in') is
@@ -1772,7 +1772,7 @@ module Google
1772
1772
  # @param [Fixnum] page_size
1773
1773
  # The default page size is 200 (max 1000).
1774
1774
  # @param [String] page_token
1775
- # The next_page_token value returned from a previous list request, if any.
1775
+ # The `next_page_token` value returned from a previous list request, if any.
1776
1776
  # @param [String] query
1777
1777
  # Required. A CEL expression that MUST include member specification AND label(s).
1778
1778
  # This is a `required` field. Users can search on label attributes of groups.
@@ -1783,7 +1783,7 @@ module Google
1783
1783
  # optionally contain equality operators on the parent of the group restricting
1784
1784
  # the search within a particular customer, e.g. `parent == 'customers/`
1785
1785
  # customer_id`'`. The `customer_id` must begin with "C" (for example, 'C046psxkn'
1786
- # ). This filtering is only supported for Admins with groups read permissons on
1786
+ # ). This filtering is only supported for Admins with groups read permissions on
1787
1787
  # the input customer. Example query: `member_key_id == 'member_key_id_value' &&
1788
1788
  # in labels && parent == 'customers/C046psxkn'`
1789
1789
  # @param [String] fields
@@ -1829,7 +1829,7 @@ module Google
1829
1829
  # @param [Fixnum] page_size
1830
1830
  # The default page size is 200 (max 1000).
1831
1831
  # @param [String] page_token
1832
- # The next_page_token value returned from a previous list request, if any.
1832
+ # The `next_page_token` value returned from a previous list request, if any.
1833
1833
  # @param [String] fields
1834
1834
  # Selector specifying which fields to include in a partial response.
1835
1835
  # @param [String] quota_user
@@ -44,6 +44,12 @@ module Google
44
44
  # See any Cloud Identity Groups that you can access, including group members and their emails
45
45
  AUTH_CLOUD_IDENTITY_GROUPS_READONLY = 'https://www.googleapis.com/auth/cloud-identity.groups.readonly'
46
46
 
47
+ # See and edit all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization.
48
+ AUTH_CLOUD_IDENTITY_INBOUNDSSO = 'https://www.googleapis.com/auth/cloud-identity.inboundsso'
49
+
50
+ # See all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization.
51
+ AUTH_CLOUD_IDENTITY_INBOUNDSSO_READONLY = 'https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly'
52
+
47
53
  # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
48
54
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
49
55
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-29 00:00:00.000000000 Z
11
+ date: 2024-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.46.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Identity API V1