google-apis-cloudidentity_v1 0.32.0 → 0.34.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: d4c57a3c45376acc4a6fdd545addfb5924ba2ad39e34bd5329a0ed6f112c6bbc
4
- data.tar.gz: af1301ae2349a9c9d5826db4cf8a86910934c74869dfcfdddf4ca18b85995eb6
3
+ metadata.gz: 554dde72fe12f126bed66fe396f43507cd64a91df2a96c41873935a2a160ff44
4
+ data.tar.gz: 4f8313287f536c306ef35c50c445becccededb62f02931b2b51a89df695e5f1a
5
5
  SHA512:
6
- metadata.gz: f2838bacf1c945df36bdf1578f6db0c7ac34ae38b3cb3560e29db1dab309f63bba36796dac56b7c822122e427d0dbfd1b89ba112fb88aae2bdcf8c35c653f8bc
7
- data.tar.gz: dc53de1d4fdfaead7408865b43b299cec2c4562dd4a94a115e4a5b19387d147643e96bace3f077b84c8107db9fa8cce817b3fa16e2691d63fea9853168c2402a
6
+ metadata.gz: 8cf28b1990f364497a324937c4c820d8632e5db86b9784e9cce82a783097389d6674adce6fb270e9dd9b5ecf67474d43c364d12fcb31774e3287fc23701f54d0
7
+ data.tar.gz: de032f6bf820bec2b96a27c207a5b8fdc8dd71af3ae78055cd6a71cfe038180aea136b870fa9bace177b4d3b890cab170d888034e0f9906d5e0ffc06c0f0674e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudidentity_v1
2
2
 
3
+ ### v0.34.0 (2023-06-11)
4
+
5
+ * Regenerated from discovery document revision 20230606
6
+
7
+ ### v0.33.0 (2023-03-26)
8
+
9
+ * Regenerated from discovery document revision 20230321
10
+
3
11
  ### v0.32.0 (2023-02-15)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -417,12 +417,24 @@ module Google
417
417
  class GoogleAppsCloudidentityDevicesV1AndroidAttributes
418
418
  include Google::Apis::Core::Hashable
419
419
 
420
+ # Whether the device passes Android CTS compliance.
421
+ # Corresponds to the JSON property `ctsProfileMatch`
422
+ # @return [Boolean]
423
+ attr_accessor :cts_profile_match
424
+ alias_method :cts_profile_match?, :cts_profile_match
425
+
420
426
  # Whether applications from unknown sources can be installed on device.
421
427
  # Corresponds to the JSON property `enabledUnknownSources`
422
428
  # @return [Boolean]
423
429
  attr_accessor :enabled_unknown_sources
424
430
  alias_method :enabled_unknown_sources?, :enabled_unknown_sources
425
431
 
432
+ # Whether any potentially harmful apps were detected on the device.
433
+ # Corresponds to the JSON property `hasPotentiallyHarmfulApps`
434
+ # @return [Boolean]
435
+ attr_accessor :has_potentially_harmful_apps
436
+ alias_method :has_potentially_harmful_apps?, :has_potentially_harmful_apps
437
+
426
438
  # Whether this account is on an owner/primary profile. For phones, only true for
427
439
  # owner profiles. Android 4+ devices can have secondary or restricted user
428
440
  # profiles.
@@ -444,16 +456,32 @@ module Google
444
456
  attr_accessor :supports_work_profile
445
457
  alias_method :supports_work_profile?, :supports_work_profile
446
458
 
459
+ # Whether Android verified boot status is GREEN.
460
+ # Corresponds to the JSON property `verifiedBoot`
461
+ # @return [Boolean]
462
+ attr_accessor :verified_boot
463
+ alias_method :verified_boot?, :verified_boot
464
+
465
+ # Whether Google Play Protect Verify Apps is enabled.
466
+ # Corresponds to the JSON property `verifyAppsEnabled`
467
+ # @return [Boolean]
468
+ attr_accessor :verify_apps_enabled
469
+ alias_method :verify_apps_enabled?, :verify_apps_enabled
470
+
447
471
  def initialize(**args)
448
472
  update!(**args)
449
473
  end
450
474
 
451
475
  # Update properties of this object
452
476
  def update!(**args)
477
+ @cts_profile_match = args[:cts_profile_match] if args.key?(:cts_profile_match)
453
478
  @enabled_unknown_sources = args[:enabled_unknown_sources] if args.key?(:enabled_unknown_sources)
479
+ @has_potentially_harmful_apps = args[:has_potentially_harmful_apps] if args.key?(:has_potentially_harmful_apps)
454
480
  @owner_profile_account = args[:owner_profile_account] if args.key?(:owner_profile_account)
455
481
  @ownership_privilege = args[:ownership_privilege] if args.key?(:ownership_privilege)
456
482
  @supports_work_profile = args[:supports_work_profile] if args.key?(:supports_work_profile)
483
+ @verified_boot = args[:verified_boot] if args.key?(:verified_boot)
484
+ @verify_apps_enabled = args[:verify_apps_enabled] if args.key?(:verify_apps_enabled)
457
485
  end
458
486
  end
459
487
 
@@ -1426,6 +1454,11 @@ module Google
1426
1454
  class Group
1427
1455
  include Google::Apis::Core::Hashable
1428
1456
 
1457
+ # Output only. Additional group keys associated with the Group.
1458
+ # Corresponds to the JSON property `additionalGroupKeys`
1459
+ # @return [Array<Google::Apis::CloudidentityV1::EntityKey>]
1460
+ attr_accessor :additional_group_keys
1461
+
1429
1462
  # Output only. The time when the `Group` was created.
1430
1463
  # Corresponds to the JSON property `createTime`
1431
1464
  # @return [String]
@@ -1497,6 +1530,7 @@ module Google
1497
1530
 
1498
1531
  # Update properties of this object
1499
1532
  def update!(**args)
1533
+ @additional_group_keys = args[:additional_group_keys] if args.key?(:additional_group_keys)
1500
1534
  @create_time = args[:create_time] if args.key?(:create_time)
1501
1535
  @description = args[:description] if args.key?(:description)
1502
1536
  @display_name = args[:display_name] if args.key?(:display_name)
@@ -2010,6 +2044,11 @@ module Google
2010
2044
  # @return [String]
2011
2045
  attr_accessor :create_time
2012
2046
 
2047
+ # Output only. Delivery setting associated with the membership.
2048
+ # Corresponds to the JSON property `deliverySetting`
2049
+ # @return [String]
2050
+ attr_accessor :delivery_setting
2051
+
2013
2052
  # Output only. The [resource name](https://cloud.google.com/apis/design/
2014
2053
  # resource_names) of the `Membership`. Shall be of the form `groups/`group`/
2015
2054
  # memberships/`membership``.
@@ -2049,6 +2088,7 @@ module Google
2049
2088
  # Update properties of this object
2050
2089
  def update!(**args)
2051
2090
  @create_time = args[:create_time] if args.key?(:create_time)
2091
+ @delivery_setting = args[:delivery_setting] if args.key?(:delivery_setting)
2052
2092
  @name = args[:name] if args.key?(:name)
2053
2093
  @preferred_member_key = args[:preferred_member_key] if args.key?(:preferred_member_key)
2054
2094
  @roles = args[:roles] if args.key?(:roles)
@@ -2085,6 +2125,68 @@ module Google
2085
2125
  end
2086
2126
  end
2087
2127
 
2128
+ # Message containing membership relation.
2129
+ class MembershipRelation
2130
+ include Google::Apis::Core::Hashable
2131
+
2132
+ # An extended description to help users determine the purpose of a `Group`.
2133
+ # Corresponds to the JSON property `description`
2134
+ # @return [String]
2135
+ attr_accessor :description
2136
+
2137
+ # The display name of the `Group`.
2138
+ # Corresponds to the JSON property `displayName`
2139
+ # @return [String]
2140
+ attr_accessor :display_name
2141
+
2142
+ # The [resource name](https://cloud.google.com/apis/design/resource_names) of
2143
+ # the `Group`. Shall be of the form `groups/`group_id``.
2144
+ # Corresponds to the JSON property `group`
2145
+ # @return [String]
2146
+ attr_accessor :group
2147
+
2148
+ # A unique identifier for an entity in the Cloud Identity Groups API. An entity
2149
+ # can represent either a group with an optional `namespace` or a user without a `
2150
+ # namespace`. The combination of `id` and `namespace` must be unique; however,
2151
+ # the same `id` can be used with different `namespace`s.
2152
+ # Corresponds to the JSON property `groupKey`
2153
+ # @return [Google::Apis::CloudidentityV1::EntityKey]
2154
+ attr_accessor :group_key
2155
+
2156
+ # One or more label entries that apply to the Group. Currently supported labels
2157
+ # contain a key with an empty value.
2158
+ # Corresponds to the JSON property `labels`
2159
+ # @return [Hash<String,String>]
2160
+ attr_accessor :labels
2161
+
2162
+ # The [resource name](https://cloud.google.com/apis/design/resource_names) of
2163
+ # the `Membership`. Shall be of the form `groups/`group_id`/memberships/`
2164
+ # membership_id``.
2165
+ # Corresponds to the JSON property `membership`
2166
+ # @return [String]
2167
+ attr_accessor :membership
2168
+
2169
+ # The `MembershipRole`s that apply to the `Membership`.
2170
+ # Corresponds to the JSON property `roles`
2171
+ # @return [Array<Google::Apis::CloudidentityV1::MembershipRole>]
2172
+ attr_accessor :roles
2173
+
2174
+ def initialize(**args)
2175
+ update!(**args)
2176
+ end
2177
+
2178
+ # Update properties of this object
2179
+ def update!(**args)
2180
+ @description = args[:description] if args.key?(:description)
2181
+ @display_name = args[:display_name] if args.key?(:display_name)
2182
+ @group = args[:group] if args.key?(:group)
2183
+ @group_key = args[:group_key] if args.key?(:group_key)
2184
+ @labels = args[:labels] if args.key?(:labels)
2185
+ @membership = args[:membership] if args.key?(:membership)
2186
+ @roles = args[:roles] if args.key?(:roles)
2187
+ end
2188
+ end
2189
+
2088
2190
  # A membership role within the Cloud Identity Groups API. A `MembershipRole`
2089
2191
  # defines the privileges granted to a `Membership`.
2090
2192
  class MembershipRole
@@ -2335,14 +2437,14 @@ module Google
2335
2437
  # The **Logout Redirect URL** (sign-out page URL) of the identity provider. When
2336
2438
  # a user clicks the sign-out link on a Google page, they will be redirected to
2337
2439
  # this URL. This is a pure redirect with no attached SAML `LogoutRequest` i.e.
2338
- # SAML single logout is currently not supported. Must use `HTTPS`.
2440
+ # SAML single logout is not supported. Must use `HTTPS`.
2339
2441
  # Corresponds to the JSON property `logoutRedirectUri`
2340
2442
  # @return [String]
2341
2443
  attr_accessor :logout_redirect_uri
2342
2444
 
2343
2445
  # Required. The `SingleSignOnService` endpoint location (sign-in page URL) of
2344
2446
  # the identity provider. This is the URL where the `AuthnRequest` will be sent.
2345
- # Must use `HTTPS`. Currently assumed to accept the `HTTP-Redirect` binding.
2447
+ # Must use `HTTPS`. Assumed to accept the `HTTP-Redirect` binding.
2346
2448
  # Corresponds to the JSON property `singleSignOnServiceUri`
2347
2449
  # @return [String]
2348
2450
  attr_accessor :single_sign_on_service_uri
@@ -2365,8 +2467,8 @@ module Google
2365
2467
  include Google::Apis::Core::Hashable
2366
2468
 
2367
2469
  # Output only. The SAML **Assertion Consumer Service (ACS) URL** to be used for
2368
- # the IDP-initiated login. Currently assumed to accept response messages via the
2369
- # `HTTP-POST` binding.
2470
+ # the IDP-initiated login. Assumed to accept response messages via the `HTTP-
2471
+ # POST` binding.
2370
2472
  # Corresponds to the JSON property `assertionConsumerServiceUri`
2371
2473
  # @return [String]
2372
2474
  attr_accessor :assertion_consumer_service_uri
@@ -2407,6 +2509,32 @@ module Google
2407
2509
  end
2408
2510
  end
2409
2511
 
2512
+ # The response message for MembershipsService.SearchDirectGroups.
2513
+ class SearchDirectGroupsResponse
2514
+ include Google::Apis::Core::Hashable
2515
+
2516
+ # List of direct groups satisfying the query.
2517
+ # Corresponds to the JSON property `memberships`
2518
+ # @return [Array<Google::Apis::CloudidentityV1::MembershipRelation>]
2519
+ attr_accessor :memberships
2520
+
2521
+ # Token to retrieve the next page of results, or empty if there are no more
2522
+ # results available for listing.
2523
+ # Corresponds to the JSON property `nextPageToken`
2524
+ # @return [String]
2525
+ attr_accessor :next_page_token
2526
+
2527
+ def initialize(**args)
2528
+ update!(**args)
2529
+ end
2530
+
2531
+ # Update properties of this object
2532
+ def update!(**args)
2533
+ @memberships = args[:memberships] if args.key?(:memberships)
2534
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2535
+ end
2536
+ end
2537
+
2410
2538
  # The response message for GroupsService.SearchGroups.
2411
2539
  class SearchGroupsResponse
2412
2540
  include Google::Apis::Core::Hashable
@@ -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.32.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230117"
25
+ REVISION = "20230606"
26
26
  end
27
27
  end
28
28
  end
@@ -460,6 +460,12 @@ module Google
460
460
  include Google::Apis::Core::JsonObjectSupport
461
461
  end
462
462
 
463
+ class MembershipRelation
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
463
469
  class MembershipRole
464
470
  class Representation < Google::Apis::Core::JsonRepresentation; end
465
471
 
@@ -526,6 +532,12 @@ module Google
526
532
  include Google::Apis::Core::JsonObjectSupport
527
533
  end
528
534
 
535
+ class SearchDirectGroupsResponse
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
529
541
  class SearchGroupsResponse
530
542
  class Representation < Google::Apis::Core::JsonRepresentation; end
531
543
 
@@ -757,10 +769,14 @@ module Google
757
769
  class GoogleAppsCloudidentityDevicesV1AndroidAttributes
758
770
  # @private
759
771
  class Representation < Google::Apis::Core::JsonRepresentation
772
+ property :cts_profile_match, as: 'ctsProfileMatch'
760
773
  property :enabled_unknown_sources, as: 'enabledUnknownSources'
774
+ property :has_potentially_harmful_apps, as: 'hasPotentiallyHarmfulApps'
761
775
  property :owner_profile_account, as: 'ownerProfileAccount'
762
776
  property :ownership_privilege, as: 'ownershipPrivilege'
763
777
  property :supports_work_profile, as: 'supportsWorkProfile'
778
+ property :verified_boot, as: 'verifiedBoot'
779
+ property :verify_apps_enabled, as: 'verifyAppsEnabled'
764
780
  end
765
781
  end
766
782
 
@@ -1052,6 +1068,8 @@ module Google
1052
1068
  class Group
1053
1069
  # @private
1054
1070
  class Representation < Google::Apis::Core::JsonRepresentation
1071
+ collection :additional_group_keys, as: 'additionalGroupKeys', class: Google::Apis::CloudidentityV1::EntityKey, decorator: Google::Apis::CloudidentityV1::EntityKey::Representation
1072
+
1055
1073
  property :create_time, as: 'createTime'
1056
1074
  property :description, as: 'description'
1057
1075
  property :display_name, as: 'displayName'
@@ -1221,6 +1239,7 @@ module Google
1221
1239
  # @private
1222
1240
  class Representation < Google::Apis::Core::JsonRepresentation
1223
1241
  property :create_time, as: 'createTime'
1242
+ property :delivery_setting, as: 'deliverySetting'
1224
1243
  property :name, as: 'name'
1225
1244
  property :preferred_member_key, as: 'preferredMemberKey', class: Google::Apis::CloudidentityV1::EntityKey, decorator: Google::Apis::CloudidentityV1::EntityKey::Representation
1226
1245
 
@@ -1240,6 +1259,21 @@ module Google
1240
1259
  end
1241
1260
  end
1242
1261
 
1262
+ class MembershipRelation
1263
+ # @private
1264
+ class Representation < Google::Apis::Core::JsonRepresentation
1265
+ property :description, as: 'description'
1266
+ property :display_name, as: 'displayName'
1267
+ property :group, as: 'group'
1268
+ property :group_key, as: 'groupKey', class: Google::Apis::CloudidentityV1::EntityKey, decorator: Google::Apis::CloudidentityV1::EntityKey::Representation
1269
+
1270
+ hash :labels, as: 'labels'
1271
+ property :membership, as: 'membership'
1272
+ collection :roles, as: 'roles', class: Google::Apis::CloudidentityV1::MembershipRole, decorator: Google::Apis::CloudidentityV1::MembershipRole::Representation
1273
+
1274
+ end
1275
+ end
1276
+
1243
1277
  class MembershipRole
1244
1278
  # @private
1245
1279
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1336,6 +1370,15 @@ module Google
1336
1370
  end
1337
1371
  end
1338
1372
 
1373
+ class SearchDirectGroupsResponse
1374
+ # @private
1375
+ class Representation < Google::Apis::Core::JsonRepresentation
1376
+ collection :memberships, as: 'memberships', class: Google::Apis::CloudidentityV1::MembershipRelation, decorator: Google::Apis::CloudidentityV1::MembershipRelation::Representation
1377
+
1378
+ property :next_page_token, as: 'nextPageToken'
1379
+ end
1380
+ end
1381
+
1339
1382
  class SearchGroupsResponse
1340
1383
  # @private
1341
1384
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1292,13 +1292,19 @@ module Google
1292
1292
  # @param [String] page_token
1293
1293
  # The `next_page_token` value returned from a previous search request, if any.
1294
1294
  # @param [String] query
1295
- # Required. The search query. Must be specified in [Common Expression Language](
1296
- # https://opensource.google/projects/cel). May only contain equality operators
1297
- # on the parent and inclusion operators on labels (e.g., `parent == 'customers/`
1298
- # customer_id`' && 'cloudidentity.googleapis.com/groups.discussion_forum' in
1299
- # labels`). The `customer_id` must begin with "C" (for example, 'C046psxkn'). [
1300
- # Find your customer ID.] (https://support.google.com/cloudidentity/answer/
1301
- # 10070793)
1295
+ # Required. The search query. * Must be specified in [Common Expression Language]
1296
+ # (https://opensource.google/projects/cel). * Must contain equality operators on
1297
+ # the parent, e.g. `parent == 'customers/`customer_id`'`. The `customer_id` must
1298
+ # begin with "C" (for example, 'C046psxkn'). [Find your customer ID.] (https://
1299
+ # support.google.com/cloudidentity/answer/10070793) * Can contain optional
1300
+ # inclusion operators on `labels` such as `'cloudidentity.googleapis.com/groups.
1301
+ # discussion_forum' in labels`). * Can contain an optional equality operator on `
1302
+ # domain_name`. e.g. `domain_name == 'abc.com'` * Can contain optional `
1303
+ # startsWith/contains/equality` operators on `group_key`, e.g. `group_key.
1304
+ # startsWith('dev')`, `group_key.contains('dev'), group_key == 'dev@abc.com'` *
1305
+ # Can contain optional `startsWith/contains/equality` operators on `display_name`
1306
+ # , such as `display_name.startsWith('dev')` , `display_name.contains('dev')`, `
1307
+ # display_name == 'dev'`
1302
1308
  # @param [String] view
1303
1309
  # The level of detail to be returned. If unspecified, defaults to `View.BASIC`.
1304
1310
  # @param [String] fields
@@ -1689,6 +1695,62 @@ module Google
1689
1695
  execute_or_queue_command(command, &block)
1690
1696
  end
1691
1697
 
1698
+ # Searches direct groups of a member.
1699
+ # @param [String] parent
1700
+ # [Resource name](https://cloud.google.com/apis/design/resource_names) of the
1701
+ # group to search transitive memberships in. Format: groups/`group_id`, where
1702
+ # group_id is always '-' as this API will search across all groups for a given
1703
+ # member.
1704
+ # @param [String] order_by
1705
+ # The ordering of membership relation for the display name or email in the
1706
+ # response. The syntax for this field can be found at https://cloud.google.com/
1707
+ # apis/design/design_patterns#sorting_order. Example: Sort by the ascending
1708
+ # display name: order_by="group_name" or order_by="group_name asc". Sort by the
1709
+ # descending display name: order_by="group_name desc". Sort by the ascending
1710
+ # group key: order_by="group_key" or order_by="group_key asc". Sort by the
1711
+ # descending group key: order_by="group_key desc".
1712
+ # @param [Fixnum] page_size
1713
+ # The default page size is 200 (max 1000).
1714
+ # @param [String] page_token
1715
+ # The next_page_token value returned from a previous list request, if any
1716
+ # @param [String] query
1717
+ # Required. A CEL expression that MUST include member specification AND label(s).
1718
+ # Users can search on label attributes of groups. CONTAINS match ('in') is
1719
+ # supported on labels. Identity-mapped groups are uniquely identified by both a `
1720
+ # member_key_id` and a `member_key_namespace`, which requires an additional
1721
+ # query input: `member_key_namespace`. Example query: `member_key_id == '
1722
+ # member_key_id_value' && 'label_value' in labels`
1723
+ # @param [String] fields
1724
+ # Selector specifying which fields to include in a partial response.
1725
+ # @param [String] quota_user
1726
+ # Available to use for quota purposes for server-side applications. Can be any
1727
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1728
+ # @param [Google::Apis::RequestOptions] options
1729
+ # Request-specific options
1730
+ #
1731
+ # @yield [result, err] Result & error if block supplied
1732
+ # @yieldparam result [Google::Apis::CloudidentityV1::SearchDirectGroupsResponse] parsed result object
1733
+ # @yieldparam err [StandardError] error object if request failed
1734
+ #
1735
+ # @return [Google::Apis::CloudidentityV1::SearchDirectGroupsResponse]
1736
+ #
1737
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1738
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1739
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1740
+ def search_group_membership_direct_groups(parent, order_by: nil, page_size: nil, page_token: nil, query: nil, fields: nil, quota_user: nil, options: nil, &block)
1741
+ command = make_simple_command(:get, 'v1/{+parent}/memberships:searchDirectGroups', options)
1742
+ command.response_representation = Google::Apis::CloudidentityV1::SearchDirectGroupsResponse::Representation
1743
+ command.response_class = Google::Apis::CloudidentityV1::SearchDirectGroupsResponse
1744
+ command.params['parent'] = parent unless parent.nil?
1745
+ command.query['orderBy'] = order_by unless order_by.nil?
1746
+ command.query['pageSize'] = page_size unless page_size.nil?
1747
+ command.query['pageToken'] = page_token unless page_token.nil?
1748
+ command.query['query'] = query unless query.nil?
1749
+ command.query['fields'] = fields unless fields.nil?
1750
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1751
+ execute_or_queue_command(command, &block)
1752
+ end
1753
+
1692
1754
  # Search transitive groups of a member. **Note:** This feature is only available
1693
1755
  # to Google Workspace Enterprise Standard, Enterprise Plus, and Enterprise for
1694
1756
  # Education; and Cloud Identity Premium accounts. If the account of the member
@@ -1711,7 +1773,13 @@ module Google
1711
1773
  # CONTAINS match ('in') is supported on labels. Identity-mapped groups are
1712
1774
  # uniquely identified by both a `member_key_id` and a `member_key_namespace`,
1713
1775
  # which requires an additional query input: `member_key_namespace`. Example
1714
- # query: `member_key_id == 'member_key_id_value' && in labels`
1776
+ # query: `member_key_id == 'member_key_id_value' && in labels` Query may
1777
+ # optionally contain equality operators on the parent of the group restricting
1778
+ # the search within a particular customer, e.g. `parent == 'customers/`
1779
+ # customer_id`'`. The `customer_id` must begin with "C" (for example, 'C046psxkn'
1780
+ # ). This filtering is only supported for Admins with groups read permissons on
1781
+ # the input customer. Example query: `member_key_id == 'member_key_id_value' &&
1782
+ # in labels && parent == 'customers/C046psxkn'`
1715
1783
  # @param [String] fields
1716
1784
  # Selector specifying which fields to include in a partial response.
1717
1785
  # @param [String] quota_user
@@ -1882,10 +1950,10 @@ module Google
1882
1950
  # Lists InboundSamlSsoProfiles for a customer.
1883
1951
  # @param [String] filter
1884
1952
  # A [Common Expression Language](https://github.com/google/cel-spec) expression
1885
- # to filter the results. The only currently-supported filter is filtering by
1886
- # customer. For example: `customer=="customers/C0123abc"`. Omitting the filter
1887
- # or specifying a filter of `customer=="customers/my_customer"` will return the
1888
- # profiles for the customer that the caller (authenticated user) belongs to.
1953
+ # to filter the results. The only supported filter is filtering by customer. For
1954
+ # example: `customer=="customers/C0123abc"`. Omitting the filter or specifying a
1955
+ # filter of `customer=="customers/my_customer"` will return the profiles for the
1956
+ # customer that the caller (authenticated user) belongs to.
1889
1957
  # @param [Fixnum] page_size
1890
1958
  # The maximum number of InboundSamlSsoProfiles to return. The service may return
1891
1959
  # fewer than this value. If omitted (or defaulted to zero) the server will use a
@@ -2200,11 +2268,10 @@ module Google
2200
2268
 
2201
2269
  # Lists the InboundSsoAssignments for a `Customer`.
2202
2270
  # @param [String] filter
2203
- # A CEL expression to filter the results. The only currently-supported filter is
2204
- # filtering by customer. For example: `customer==customers/C0123abc`. Omitting
2205
- # the filter or specifying a filter of `customer==customers/my_customer` will
2206
- # return the assignments for the customer that the caller (authenticated user)
2207
- # belongs to.
2271
+ # A CEL expression to filter the results. The only supported filter is filtering
2272
+ # by customer. For example: `customer==customers/C0123abc`. Omitting the filter
2273
+ # or specifying a filter of `customer==customers/my_customer` will return the
2274
+ # assignments for the customer that the caller (authenticated user) belongs to.
2208
2275
  # @param [Fixnum] page_size
2209
2276
  # The maximum number of assignments to return. The service may return fewer than
2210
2277
  # this value. If omitted (or defaulted to zero) the server will use a sensible
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.32.0
4
+ version: 0.34.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: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-06-11 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.34.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: []