Class: Google::Cloud::Kms::V1::KeyRing
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::KeyRing
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/resources.rb
Overview
A KeyRing is a toplevel logical grouping of CryptoKeys.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which this KeyRing was created.
35 36 37 38 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 35 class KeyRing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The resource name for the
KeyRing in the format
projects/*/locations/*/keyRings/*
.
35 36 37 38 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 35 class KeyRing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |