google-apis-binaryauthorization_v1 0.28.0 → 0.29.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c249395e992d074e8b7a3e14ac2882b4cc7c4b1d6d919fe36fcc36e5a8d9cfac
|
4
|
+
data.tar.gz: 8da185576f2f34a1f5ad6fb06cef1eb73786c6b84201f0d931d056ca9f45c818
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e957866e22f4eb5d3b7b8db270a7f9df9e72c01f1f1e5f1625b2de6ccbfd39e19edbb358daebc67e7cdbd05abb65ac35b22358876f42d5473b6d382a483ed4e2
|
7
|
+
data.tar.gz: ecf741f9548b58b68be8298f0c99eb631e3faf88a06d7d2c9d091b40863a4b7d7866f99beeb73c0f5d6ff696cfc884810bf1a8806d8cde0f17cad33f774ce4dd
|
data/CHANGELOG.md
CHANGED
@@ -802,6 +802,21 @@ module Google
|
|
802
802
|
class PkixPublicKey
|
803
803
|
include Google::Apis::Core::Hashable
|
804
804
|
|
805
|
+
# Optional. The ID of this public key. Signatures verified by Binary
|
806
|
+
# Authorization must include the ID of the public key that can be used to verify
|
807
|
+
# them, and that ID must match the contents of this field exactly. This may be
|
808
|
+
# explicitly provided by the caller, but it MUST be a valid RFC3986 URI. If `
|
809
|
+
# key_id` is left blank and this `PkixPublicKey` is not used in the context of a
|
810
|
+
# wrapper (see next paragraph), a default key ID will be computed based on the
|
811
|
+
# digest of the DER encoding of the public key. If this `PkixPublicKey` is used
|
812
|
+
# in the context of a wrapper that has its own notion of key ID (e.g. `
|
813
|
+
# AttestorPublicKey`), then this field can either: * Match that value exactly. *
|
814
|
+
# Or be left blank, in which case it behaves exactly as though it is equal to
|
815
|
+
# that wrapper value.
|
816
|
+
# Corresponds to the JSON property `keyId`
|
817
|
+
# @return [String]
|
818
|
+
attr_accessor :key_id
|
819
|
+
|
805
820
|
# A PEM-encoded public key, as described in https://tools.ietf.org/html/rfc7468#
|
806
821
|
# section-13
|
807
822
|
# Corresponds to the JSON property `publicKeyPem`
|
@@ -822,6 +837,7 @@ module Google
|
|
822
837
|
|
823
838
|
# Update properties of this object
|
824
839
|
def update!(**args)
|
840
|
+
@key_id = args[:key_id] if args.key?(:key_id)
|
825
841
|
@public_key_pem = args[:public_key_pem] if args.key?(:public_key_pem)
|
826
842
|
@signature_algorithm = args[:signature_algorithm] if args.key?(:signature_algorithm)
|
827
843
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module BinaryauthorizationV1
|
18
18
|
# Version of the google-apis-binaryauthorization_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.29.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 = "
|
25
|
+
REVISION = "20230929"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -425,6 +425,7 @@ module Google
|
|
425
425
|
class PkixPublicKey
|
426
426
|
# @private
|
427
427
|
class Representation < Google::Apis::Core::JsonRepresentation
|
428
|
+
property :key_id, as: 'keyId'
|
428
429
|
property :public_key_pem, as: 'publicKeyPem'
|
429
430
|
property :signature_algorithm, as: 'signatureAlgorithm'
|
430
431
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-binaryauthorization_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.29.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-
|
11
|
+
date: 2023-10-08 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-binaryauthorization_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1/v0.29.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-binaryauthorization_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|