google-apis-cloudidentity_v1beta1 0.33.0 → 0.35.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 +9 -0
- data/lib/google/apis/cloudidentity_v1beta1/classes.rb +15 -2
- data/lib/google/apis/cloudidentity_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/cloudidentity_v1beta1/representations.rb +2 -0
- data/lib/google/apis/cloudidentity_v1beta1/service.rb +7 -7
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52d10c8cb8a5dcc0c5db9aef9747fc73a3045bf7ca6c56191b230986307ca6b7
|
4
|
+
data.tar.gz: ccc0d1cf1532878325eb6612d34a9c6ff87f5a6830a5da406be0bd5599723a10
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81d92b7387ab97f45b98fd200eeaa2929ee14943d6d5faf9c6bed5aa953dccdb18d0c6f8d71d10a53caadc0363b9b3ecf08daf003d12d557075bac8a272d5527
|
7
|
+
data.tar.gz: df59482d3980530bbf04139c66422069fd3905e96d18d4444edc81bd3264f4f51ff2e014036e7424501a0bdfd5528eaffc1f9455d1d66f1530b4e3e4db0f4ba9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-cloudidentity_v1beta1
|
2
2
|
|
3
|
+
### v0.35.0 (2022-11-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221101
|
6
|
+
|
7
|
+
### v0.34.0 (2022-10-28)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20221025
|
10
|
+
* Regenerated using generator version 0.11.0
|
11
|
+
|
3
12
|
### v0.33.0 (2022-10-02)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20220929
|
@@ -40,7 +40,8 @@ module Google
|
|
40
40
|
class AddIdpCredentialRequest
|
41
41
|
include Google::Apis::Core::Hashable
|
42
42
|
|
43
|
-
# PEM encoded x509 certificate containing the public
|
43
|
+
# PEM encoded x509 certificate containing the public key for verifying IdP
|
44
|
+
# signatures.
|
44
45
|
# Corresponds to the JSON property `pemData`
|
45
46
|
# @return [String]
|
46
47
|
attr_accessor :pem_data
|
@@ -618,6 +619,11 @@ module Google
|
|
618
619
|
# @return [String]
|
619
620
|
attr_accessor :build_number
|
620
621
|
|
622
|
+
# List of the clients the device is reporting to.
|
623
|
+
# Corresponds to the JSON property `clientTypes`
|
624
|
+
# @return [Array<String>]
|
625
|
+
attr_accessor :client_types
|
626
|
+
|
621
627
|
# Output only. Represents whether the Device is compromised.
|
622
628
|
# Corresponds to the JSON property `compromisedState`
|
623
629
|
# @return [String]
|
@@ -662,6 +668,11 @@ module Google
|
|
662
668
|
# @return [Google::Apis::CloudidentityV1beta1::EndpointVerificationSpecificAttributes]
|
663
669
|
attr_accessor :endpoint_verification_specific_attributes
|
664
670
|
|
671
|
+
# Host name of the device.
|
672
|
+
# Corresponds to the JSON property `hostname`
|
673
|
+
# @return [String]
|
674
|
+
attr_accessor :hostname
|
675
|
+
|
665
676
|
# Output only. IMEI number of device if GSM device; empty otherwise.
|
666
677
|
# Corresponds to the JSON property `imei`
|
667
678
|
# @return [String]
|
@@ -760,6 +771,7 @@ module Google
|
|
760
771
|
@bootloader_version = args[:bootloader_version] if args.key?(:bootloader_version)
|
761
772
|
@brand = args[:brand] if args.key?(:brand)
|
762
773
|
@build_number = args[:build_number] if args.key?(:build_number)
|
774
|
+
@client_types = args[:client_types] if args.key?(:client_types)
|
763
775
|
@compromised_state = args[:compromised_state] if args.key?(:compromised_state)
|
764
776
|
@create_time = args[:create_time] if args.key?(:create_time)
|
765
777
|
@device_id = args[:device_id] if args.key?(:device_id)
|
@@ -768,6 +780,7 @@ module Google
|
|
768
780
|
@enabled_usb_debugging = args[:enabled_usb_debugging] if args.key?(:enabled_usb_debugging)
|
769
781
|
@encryption_state = args[:encryption_state] if args.key?(:encryption_state)
|
770
782
|
@endpoint_verification_specific_attributes = args[:endpoint_verification_specific_attributes] if args.key?(:endpoint_verification_specific_attributes)
|
783
|
+
@hostname = args[:hostname] if args.key?(:hostname)
|
771
784
|
@imei = args[:imei] if args.key?(:imei)
|
772
785
|
@kernel_version = args[:kernel_version] if args.key?(:kernel_version)
|
773
786
|
@last_sync_time = args[:last_sync_time] if args.key?(:last_sync_time)
|
@@ -1962,7 +1975,7 @@ module Google
|
|
1962
1975
|
end
|
1963
1976
|
end
|
1964
1977
|
|
1965
|
-
#
|
1978
|
+
# Credential for verifying signatures produced by the Identity Provider.
|
1966
1979
|
class IdpCredential
|
1967
1980
|
include Google::Apis::Core::Hashable
|
1968
1981
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.35.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221101"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -875,6 +875,7 @@ module Google
|
|
875
875
|
property :bootloader_version, as: 'bootloaderVersion'
|
876
876
|
property :brand, as: 'brand'
|
877
877
|
property :build_number, as: 'buildNumber'
|
878
|
+
collection :client_types, as: 'clientTypes'
|
878
879
|
property :compromised_state, as: 'compromisedState'
|
879
880
|
property :create_time, as: 'createTime'
|
880
881
|
property :device_id, as: 'deviceId'
|
@@ -884,6 +885,7 @@ module Google
|
|
884
885
|
property :encryption_state, as: 'encryptionState'
|
885
886
|
property :endpoint_verification_specific_attributes, as: 'endpointVerificationSpecificAttributes', class: Google::Apis::CloudidentityV1beta1::EndpointVerificationSpecificAttributes, decorator: Google::Apis::CloudidentityV1beta1::EndpointVerificationSpecificAttributes::Representation
|
886
887
|
|
888
|
+
property :hostname, as: 'hostname'
|
887
889
|
property :imei, as: 'imei'
|
888
890
|
property :kernel_version, as: 'kernelVersion'
|
889
891
|
property :last_sync_time, as: 'lastSyncTime'
|
@@ -1755,17 +1755,17 @@ module Google
|
|
1755
1755
|
|
1756
1756
|
# Lists InboundSamlSsoProfiles for a customer.
|
1757
1757
|
# @param [String] filter
|
1758
|
-
# A
|
1759
|
-
#
|
1760
|
-
#
|
1761
|
-
#
|
1762
|
-
# belongs to.
|
1758
|
+
# A [Common Expression Language](https://github.com/google/cel-spec) expression
|
1759
|
+
# to filter the results. The only currently-supported filter is filtering by
|
1760
|
+
# customer. For example: `customer=="customers/C0123abc"`. Omitting the filter
|
1761
|
+
# or specifying a filter of `customer=="customers/my_customer"` will return the
|
1762
|
+
# profiles for the customer that the caller (authenticated user) belongs to.
|
1763
1763
|
# @param [Fixnum] page_size
|
1764
1764
|
# The maximum number of InboundSamlSsoProfiles to return. The service may return
|
1765
1765
|
# fewer than this value. If omitted (or defaulted to zero) the server will use a
|
1766
1766
|
# sensible default. This default may change over time. The maximum allowed value
|
1767
|
-
# is 100
|
1768
|
-
#
|
1767
|
+
# is 100. Requests with page_size greater than that will be silently interpreted
|
1768
|
+
# as having this maximum value.
|
1769
1769
|
# @param [String] page_token
|
1770
1770
|
# A page token, received from a previous `ListInboundSamlSsoProfiles` call.
|
1771
1771
|
# Provide this to retrieve the subsequent page. When paginating, all other
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudidentity_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.35.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: 2022-
|
11
|
+
date: 2022-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.9.
|
19
|
+
version: 0.9.1
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.9.
|
29
|
+
version: 0.9.1
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.35.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|