Class: Google::Cloud::Kms::V1::KeyRing
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Kms::V1::KeyRing
 
 
- Defined in:
 - lib/google/cloud/kms/v1/doc/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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output only.
 
Instance Attribute Details
#create_time ⇒ Google::Protobuf::Timestamp
Returns Output only. The time at which this KeyRing was created.
      27  | 
    
      # File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/resources.rb', line 27 class KeyRing; end  |