proto_docs/google/cloud/confidentialcomputing/v1/service.rb in google-cloud-confidential_computing-v1-0.3.0 vs proto_docs/google/cloud/confidentialcomputing/v1/service.rb in google-cloud-confidential_computing-v1-0.4.0
- old
+ new
@@ -88,10 +88,14 @@
# A response once an attestation has been successfully verified, containing a
# signed OIDC token.
# @!attribute [r] oidc_claims_token
# @return [::String]
# Output only. Same as claims_token, but as a string.
+ # @!attribute [r] partial_errors
+ # @return [::Array<::Google::Rpc::Status>]
+ # Output only. A list of messages that carry the partial error details
+ # related to VerifyAttestation.
class VerifyAttestationResponse
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
@@ -200,27 +204,27 @@
# ContainerImageSignature holds necessary metadata to verify a container image
# signature.
# @!attribute [rw] payload
# @return [::String]
- # Required. The binary signature payload following the SimpleSigning format
+ # Optional. The binary signature payload following the SimpleSigning format
# https://github.com/sigstore/cosign/blob/main/specs/SIGNATURE_SPEC.md#simple-signing.
# This payload includes the container image digest.
# @!attribute [rw] signature
# @return [::String]
- # Required. A signature over the payload.
+ # Optional. A signature over the payload.
# The container image digest is incorporated into the signature as follows:
# 1. Generate a SimpleSigning format payload that includes the container
# image digest.
# 2. Generate a signature over SHA256 digest of the payload.
# The signature generation process can be represented as follows:
# `Sign(sha256(SimpleSigningPayload(sha256(Image Manifest))))`
# @!attribute [rw] public_key
# @return [::String]
- # Required. An associated public key used to verify the signature.
+ # Optional. Reserved for future use.
# @!attribute [rw] sig_alg
# @return [::Google::Cloud::ConfidentialComputing::V1::SigningAlgorithm]
- # Required. The algorithm used to produce the container image signature.
+ # Optional. Reserved for future use.
class ContainerImageSignature
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end