google-apis-cloudidentity_v1 0.51.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: 6eea34650962bf02c91ff3b9d15a5671c487311bde43ff255496bacddd3b0eff
4
- data.tar.gz: fcecd4a4cd3762e1d718b7def7cf17c4ff427d4e755cd60af39ff780b56782a8
3
+ metadata.gz: 79ef50e8badd1ddebb88e570b4fcb268a2dc39c4007eb8ca0a757f783bacb1a1
4
+ data.tar.gz: 4f0399fa787b5d54a1016bc160bccc89b7431cc809bda2ade5b7741282d27300
5
5
  SHA512:
6
- metadata.gz: 3668ef032c469beaa76c538f4f9046b5fbec5bfc98337d9d28bb3eed7996600aaf3610d3f373d21219b8b541f54736b3cadc1401a46437fcd434eb19380cc886
7
- data.tar.gz: 3650456a59b40dac6145fad57f018ef4a9eec499e7de7d37d10399a092b4865c6e69303209d2dbc131a66a2e649cd3635a719df4554aa71992c46adab2f50a16
6
+ metadata.gz: aa695ed5664e9ba06fa635b5cdbfe87db0e3129be87c4a89f407ea62189362b97e1c101a726ffb80784db6eea4a5361599742c056066e2437afbbfa225c813d5
7
+ data.tar.gz: 2fc4e7395296f9643efcfc5815267a79f0d52d45a72284782ea6269aa21e88d468e5fcae9130bd95b8f7779988dac71b529dd6e1d8d3605c8b5df80fc0a3a301
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudidentity_v1
2
2
 
3
+ ### v0.52.0 (2025-09-28)
4
+
5
+ * Regenerated from discovery document revision 20250923
6
+
3
7
  ### v0.51.0 (2025-08-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20250805
@@ -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.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250805"
25
+ REVISION = "20250923"
26
26
  end
27
27
  end
28
28
  end
@@ -762,16 +762,19 @@ module Google
762
762
  # provided, only DeviceUsers having all of these properties are considered as
763
763
  # matches - i.e. the query behaves like an AND. Different platforms require
764
764
  # different amounts of information from the caller to ensure that the DeviceUser
765
- # is uniquely identified. - iOS: No properties need to be passed, the caller's
766
- # credentials are sufficient to identify the corresponding DeviceUser. - Android:
767
- # Specifying the 'android_id' field is required. - Desktop: Specifying the '
768
- # raw_resource_id' field is required.
765
+ # is uniquely identified. - iOS: Specifying the 'partner' and 'ios_device_id'
766
+ # fields is required. - Android: Specifying the 'android_id' field is required. -
767
+ # Desktop: Specifying the 'raw_resource_id' field is required.
769
768
  # @param [String] parent
770
769
  # Must be set to "devices/-/deviceUsers" to search across all DeviceUser
771
770
  # belonging to the user.
772
771
  # @param [String] android_id
773
772
  # Android Id returned by [Settings.Secure#ANDROID_ID](https://developer.android.
774
773
  # com/reference/android/provider/Settings.Secure.html#ANDROID_ID).
774
+ # @param [String] ios_device_id
775
+ # Optional. The partner-specified device identifier assigned to the iOS device
776
+ # that initiated the Lookup API call. This string must match the value of the
777
+ # iosDeviceId key in the app config dictionary provided to Google Workspace apps.
775
778
  # @param [Fixnum] page_size
776
779
  # The maximum number of DeviceUsers to return. If unspecified, at most 20
777
780
  # DeviceUsers will be returned. The maximum value is 20; values above 20 will be
@@ -781,12 +784,16 @@ module Google
781
784
  # to retrieve the subsequent page. When paginating, all other parameters
782
785
  # provided to `LookupDeviceUsers` must match the call that provided the page
783
786
  # token.
787
+ # @param [String] partner
788
+ # Optional. The partner ID of the calling iOS app. This string must match the
789
+ # value of the partner key within the app configuration dictionary provided to
790
+ # Google Workspace apps.
784
791
  # @param [String] raw_resource_id
785
792
  # Raw Resource Id used by Google Endpoint Verification. If the user is enrolled
786
793
  # into Google Endpoint Verification, this id will be saved as the '
787
- # device_resource_id' field in the following platform dependent files. * macOS: ~
788
- # /.secureConnect/context_aware_config.json * Windows: %USERPROFILE%\AppData\
789
- # Local\Google\Endpoint Verification\accounts.json * Linux: ~/.secureConnect/
794
+ # device_resource_id' field in the following platform dependent files. Mac: ~/.
795
+ # secureConnect/context_aware_config.json Windows: C:\Users\%USERPROFILE%\.
796
+ # secureConnect\context_aware_config.json Linux: ~/.secureConnect/
790
797
  # context_aware_config.json
791
798
  # @param [String] user_id
792
799
  # The user whose DeviceUser's resource name will be fetched. Must be set to 'me'
@@ -808,14 +815,16 @@ module Google
808
815
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
809
816
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
810
817
  # @raise [Google::Apis::AuthorizationError] Authorization is required
811
- def lookup_device_device_user(parent, android_id: nil, page_size: nil, page_token: nil, raw_resource_id: nil, user_id: nil, fields: nil, quota_user: nil, options: nil, &block)
818
+ def lookup_device_device_user(parent, android_id: nil, ios_device_id: nil, page_size: nil, page_token: nil, partner: nil, raw_resource_id: nil, user_id: nil, fields: nil, quota_user: nil, options: nil, &block)
812
819
  command = make_simple_command(:get, 'v1/{+parent}:lookup', options)
813
820
  command.response_representation = Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse::Representation
814
821
  command.response_class = Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse
815
822
  command.params['parent'] = parent unless parent.nil?
816
823
  command.query['androidId'] = android_id unless android_id.nil?
824
+ command.query['iosDeviceId'] = ios_device_id unless ios_device_id.nil?
817
825
  command.query['pageSize'] = page_size unless page_size.nil?
818
826
  command.query['pageToken'] = page_token unless page_token.nil?
827
+ command.query['partner'] = partner unless partner.nil?
819
828
  command.query['rawResourceId'] = raw_resource_id unless raw_resource_id.nil?
820
829
  command.query['userId'] = user_id unless user_id.nil?
821
830
  command.query['fields'] = fields unless fields.nil?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.51.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.52.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1
62
62
  rdoc_options: []
63
63
  require_paths: