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.
Instance Attribute Details
#crypto_key ⇒ Google::Cloud::Kms::V1::CryptoKey
Returns A CryptoKey with initial field values.
167 |
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 167 class CreateCryptoKeyRequest; 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+
167 |
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 167 class CreateCryptoKeyRequest; end |
#parent ⇒ String
Returns Required. The name of the KeyRing associated with the CryptoKeys.
167 |
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 167 class CreateCryptoKeyRequest; end |