Class Google::Cloud::Security::PrivateCA::V1::CertificateAuthority::KeyVersionSpec (v0.1.6)

A Cloud KMS key configuration that a CertificateAuthority will use.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#algorithm

def algorithm() -> ::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority::SignHashAlgorithm
Returns

#algorithm=

def algorithm=(value) -> ::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority::SignHashAlgorithm
Parameter
Returns

#cloud_kms_key_version

def cloud_kms_key_version() -> ::String
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.

#cloud_kms_key_version=

def cloud_kms_key_version=(value) -> ::String
Parameter
  • value (::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.
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.