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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudidentity_v1/gem_version.rb +2 -2
- data/lib/google/apis/cloudidentity_v1/service.rb +17 -8
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79ef50e8badd1ddebb88e570b4fcb268a2dc39c4007eb8ca0a757f783bacb1a1
|
4
|
+
data.tar.gz: 4f0399fa787b5d54a1016bc160bccc89b7431cc809bda2ade5b7741282d27300
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa695ed5664e9ba06fa635b5cdbfe87db0e3129be87c4a89f407ea62189362b97e1c101a726ffb80784db6eea4a5361599742c056066e2437afbbfa225c813d5
|
7
|
+
data.tar.gz: 2fc4e7395296f9643efcfc5815267a79f0d52d45a72284782ea6269aa21e88d468e5fcae9130bd95b8f7779988dac71b529dd6e1d8d3605c8b5df80fc0a3a301
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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:
|
766
|
-
#
|
767
|
-
# 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.
|
788
|
-
#
|
789
|
-
#
|
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.
|
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.
|
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:
|