class Google::Apis::CloudkmsV1::KeyRing
A KeyRing
is a toplevel logical grouping of CryptoKeys.
Attributes
create_time[RW]
Output only. The time at which this KeyRing
was created. Corresponds to the JSON property `createTime` @return [String]
name[RW]
Output only. The resource name for the KeyRing
in the format `projects/*/ locations//keyRings/`. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudkms_v1/classes.rb, line 1272 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudkms_v1/classes.rb, line 1277 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @name = args[:name] if args.key?(:name) end