Class: Google::Cloud::Kms::V1::KeyOperationAttestation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/kms/v1/resources.rb

Overview

Contains an HSM-generated attestation about a key operation. For more information, see Verifying attestations.

Defined Under Namespace

Modules: AttestationFormat

Instance Attribute Summary collapse

Instance Attribute Details

#content::String (readonly)

Returns Output only. The attestation data provided by the HSM when the key operation was performed.

Returns:

  • (::String)

    Output only. The attestation data provided by the HSM when the key operation was performed.



183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 183

class KeyOperationAttestation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Attestation formats provided by the HSM.
  module AttestationFormat
    # Not specified.
    ATTESTATION_FORMAT_UNSPECIFIED = 0

    # Cavium HSM attestation compressed with gzip. Note that this format is
    # defined by Cavium and subject to change at any time.
    CAVIUM_V1_COMPRESSED = 3

    # Cavium HSM attestation V2 compressed with gzip. This is a new format
    # introduced in Cavium's version 3.2-08.
    CAVIUM_V2_COMPRESSED = 4
  end
end

#format::Google::Cloud::Kms::V1::KeyOperationAttestation::AttestationFormat (readonly)

Returns Output only. The format of the attestation data.

Returns:



183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 183

class KeyOperationAttestation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Attestation formats provided by the HSM.
  module AttestationFormat
    # Not specified.
    ATTESTATION_FORMAT_UNSPECIFIED = 0

    # Cavium HSM attestation compressed with gzip. Note that this format is
    # defined by Cavium and subject to change at any time.
    CAVIUM_V1_COMPRESSED = 3

    # Cavium HSM attestation V2 compressed with gzip. This is a new format
    # introduced in Cavium's version 3.2-08.
    CAVIUM_V2_COMPRESSED = 4
  end
end