Class: Google::Cloud::Kms::V1::CreateCryptoKeyRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#crypto_key::Google::Cloud::Kms::V1::CryptoKey

Returns Required. A CryptoKey with initial field values.

Returns:



352
353
354
355
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 352

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

#crypto_key_id::String

Returns Required. It must be unique within a KeyRing and match the regular expression [a-zA-Z0-9_-]{1,63}.

Returns:

  • (::String)

    Required. It must be unique within a KeyRing and match the regular expression [a-zA-Z0-9_-]{1,63}



352
353
354
355
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 352

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

#parent::String

Returns Required. The name of the KeyRing associated with the CryptoKeys.

Returns:

  • (::String)

    Required. The name of the KeyRing associated with the CryptoKeys.



352
353
354
355
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 352

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

#skip_initial_version_creation::Boolean

Returns If set to true, the request will create a CryptoKey without any CryptoKeyVersions. You must manually call CreateCryptoKeyVersion or ImportCryptoKeyVersion before you can use this CryptoKey.

Returns:



352
353
354
355
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 352

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