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
| 784 785 786 | # File 'generated/google/apis/cloudiot_v1/classes.rb', line 784 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
| 782 783 784 | # File 'generated/google/apis/cloudiot_v1/classes.rb', line 782 def public_key_certificate @public_key_certificate end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 789 790 791 | # File 'generated/google/apis/cloudiot_v1/classes.rb', line 789 def update!(**args) @public_key_certificate = args[:public_key_certificate] if args.key?(:public_key_certificate) end |