Class: Google::Apis::CloudiotV1::RegistryCredential
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::CloudiotV1::RegistryCredential
 
 
- Defined in:
 - generated/google/apis/cloudiot_v1/classes.rb,
generated/google/apis/cloudiot_v1/representations.rb,
generated/google/apis/cloudiot_v1/representations.rb 
Overview
A server-stored registry credential used to validate device credentials.
Instance Attribute Summary collapse
- 
  
    
      #public_key_certificate  ⇒ Google::Apis::CloudiotV1::PublicKeyCertificate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A public key certificate format and data.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ RegistryCredential 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of RegistryCredential.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ RegistryCredential
Returns a new instance of RegistryCredential
      839 840 841  | 
    
      # File 'generated/google/apis/cloudiot_v1/classes.rb', line 839 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#public_key_certificate ⇒ Google::Apis::CloudiotV1::PublicKeyCertificate
A public key certificate format and data.
Corresponds to the JSON property publicKeyCertificate
      837 838 839  | 
    
      # File 'generated/google/apis/cloudiot_v1/classes.rb', line 837 def public_key_certificate @public_key_certificate end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      844 845 846  | 
    
      # File 'generated/google/apis/cloudiot_v1/classes.rb', line 844 def update!(**args) @public_key_certificate = args[:public_key_certificate] if args.key?(:public_key_certificate) end  |