Class: Google::Cloud::Kms::V1::CreateCryptoKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::CreateCryptoKeyRequest
- Defined in:
- lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb
Overview
Request message for KeyManagementService::CreateCryptoKey.
Instance Attribute Summary collapse
-
#crypto_key ⇒ Google::Cloud::Kms::V1::CryptoKey
A CryptoKey with initial field values.
-
#crypto_key_id ⇒ String
Required.
-
#parent ⇒ String
Required.
-
#skip_initial_version_creation ⇒ true, false
If set to true, the request will create a CryptoKey without any CryptoKeyVersions.
Instance Attribute Details
#crypto_key ⇒ Google::Cloud::Kms::V1::CryptoKey
241 |
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 241 class CreateCryptoKeyRequest; end |
#crypto_key_id ⇒ String
241 |
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 241 class CreateCryptoKeyRequest; end |
#parent ⇒ String
241 |
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 241 class CreateCryptoKeyRequest; end |
#skip_initial_version_creation ⇒ true, false
241 |
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 241 class CreateCryptoKeyRequest; end |