google-apis-cloudidentity_v1beta1 0.18.0 → 0.19.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ae3759fd4592f414c1bc6da92a879121927c6bb70e526d88d1ad4be1fcca682
|
|
4
|
+
data.tar.gz: da68e1c608d044736831f469862cb7573b0fd38455a20f977e51fbf155fbad54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7711914adf854fe5199bc1af7fcd9bb9b29bc5fa0d3af9854a7f75dc2a8dd9ddedf83fdfc53d8b593eab1f0a18f077e1bbfb721514007f8ef48dca211c2e37f4
|
|
7
|
+
data.tar.gz: e404b129e136252b8f3493c4f84724964cf70ef5577a0c85f8e6ee3c0392bf0c0ad9973d2a7cb55585d31b93396cad94f567a238ec8e34bab13ed3e7bd151f0b
|
data/CHANGELOG.md
CHANGED
|
@@ -213,7 +213,7 @@ module Google
|
|
|
213
213
|
end
|
|
214
214
|
|
|
215
215
|
# Stores information about a certificate.
|
|
216
|
-
class
|
|
216
|
+
class CertificateAttributes
|
|
217
217
|
include Google::Apis::Core::Hashable
|
|
218
218
|
|
|
219
219
|
# CertificateTemplate (v3 Extension in X.509).
|
|
@@ -550,7 +550,7 @@ module Google
|
|
|
550
550
|
attr_accessor :encryption_state
|
|
551
551
|
|
|
552
552
|
# Resource representing the Endpoint Verification-specific attributes of a
|
|
553
|
-
# Device.
|
|
553
|
+
# Device. https://cloud.google.com/endpoint-verification/docs/overview
|
|
554
554
|
# Corresponds to the JSON property `endpointVerificationSpecificAttributes`
|
|
555
555
|
# @return [Google::Apis::CloudidentityV1beta1::EndpointVerificationSpecificAttributes]
|
|
556
556
|
attr_accessor :endpoint_verification_specific_attributes
|
|
@@ -843,14 +843,14 @@ module Google
|
|
|
843
843
|
end
|
|
844
844
|
|
|
845
845
|
# Resource representing the Endpoint Verification-specific attributes of a
|
|
846
|
-
# Device.
|
|
846
|
+
# Device. https://cloud.google.com/endpoint-verification/docs/overview
|
|
847
847
|
class EndpointVerificationSpecificAttributes
|
|
848
848
|
include Google::Apis::Core::Hashable
|
|
849
849
|
|
|
850
850
|
# Details of certificates.
|
|
851
|
-
# Corresponds to the JSON property `
|
|
852
|
-
# @return [Array<Google::Apis::CloudidentityV1beta1::
|
|
853
|
-
attr_accessor :
|
|
851
|
+
# Corresponds to the JSON property `certificateAttributes`
|
|
852
|
+
# @return [Array<Google::Apis::CloudidentityV1beta1::CertificateAttributes>]
|
|
853
|
+
attr_accessor :certificate_attributes
|
|
854
854
|
|
|
855
855
|
def initialize(**args)
|
|
856
856
|
update!(**args)
|
|
@@ -858,7 +858,7 @@ module Google
|
|
|
858
858
|
|
|
859
859
|
# Update properties of this object
|
|
860
860
|
def update!(**args)
|
|
861
|
-
@
|
|
861
|
+
@certificate_attributes = args[:certificate_attributes] if args.key?(:certificate_attributes)
|
|
862
862
|
end
|
|
863
863
|
end
|
|
864
864
|
|
|
@@ -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.19.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20211207"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -82,7 +82,7 @@ module Google
|
|
|
82
82
|
include Google::Apis::Core::JsonObjectSupport
|
|
83
83
|
end
|
|
84
84
|
|
|
85
|
-
class
|
|
85
|
+
class CertificateAttributes
|
|
86
86
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
87
87
|
|
|
88
88
|
include Google::Apis::Core::JsonObjectSupport
|
|
@@ -616,7 +616,7 @@ module Google
|
|
|
616
616
|
end
|
|
617
617
|
end
|
|
618
618
|
|
|
619
|
-
class
|
|
619
|
+
class CertificateAttributes
|
|
620
620
|
# @private
|
|
621
621
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
622
622
|
property :certificate_template, as: 'certificateTemplate', class: Google::Apis::CloudidentityV1beta1::CertificateTemplate, decorator: Google::Apis::CloudidentityV1beta1::CertificateTemplate::Representation
|
|
@@ -766,7 +766,7 @@ module Google
|
|
|
766
766
|
class EndpointVerificationSpecificAttributes
|
|
767
767
|
# @private
|
|
768
768
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
769
|
-
collection :
|
|
769
|
+
collection :certificate_attributes, as: 'certificateAttributes', class: Google::Apis::CloudidentityV1beta1::CertificateAttributes, decorator: Google::Apis::CloudidentityV1beta1::CertificateAttributes::Representation
|
|
770
770
|
|
|
771
771
|
end
|
|
772
772
|
end
|
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.19.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: 2021-12-
|
|
11
|
+
date: 2021-12-13 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_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.19.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: []
|