Class: Google::Apis::OsloginV1beta::ImportSshPublicKeyResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::OsloginV1beta::ImportSshPublicKeyResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/oslogin_v1beta/classes.rb,
 generated/google/apis/oslogin_v1beta/representations.rb,
 generated/google/apis/oslogin_v1beta/representations.rb
Overview
A response message for importing an SSH public key.
Instance Attribute Summary collapse
- 
  
    
      #login_profile  ⇒ Google::Apis::OsloginV1beta::LoginProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The user profile information used for logging in to a virtual machine on Google Compute Engine. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ImportSshPublicKeyResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ImportSshPublicKeyResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ImportSshPublicKeyResponse
Returns a new instance of ImportSshPublicKeyResponse
| 54 55 56 | # File 'generated/google/apis/oslogin_v1beta/classes.rb', line 54 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#login_profile ⇒ Google::Apis::OsloginV1beta::LoginProfile
The user profile information used for logging in to a virtual machine on
Google Compute Engine.
Corresponds to the JSON property loginProfile
| 52 53 54 | # File 'generated/google/apis/oslogin_v1beta/classes.rb', line 52 def login_profile @login_profile end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 59 60 61 | # File 'generated/google/apis/oslogin_v1beta/classes.rb', line 59 def update!(**args) @login_profile = args[:login_profile] if args.key?(:login_profile) end |