Class: Google::Cloud::Security::PrivateCA::V1::CertificateAuthority::KeyVersionSpec

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

Overview

A Cloud KMS key configuration that a CertificateAuthority will use.

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority::SignHashAlgorithm

Returns The algorithm to use for creating a managed Cloud KMS key for a for a simplified experience. All managed keys will be have their [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] as HSM.

Returns:



174
175
176
177
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 174

class KeyVersionSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#cloud_kms_key_version::String

Returns The resource name for an existing Cloud KMS CryptoKeyVersion in the format projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*. This option enables full flexibility in the key's capabilities and properties.

Returns:

  • (::String)

    The resource name for an existing Cloud KMS CryptoKeyVersion in the format projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*. This option enables full flexibility in the key's capabilities and properties.



174
175
176
177
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 174

class KeyVersionSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end