Class: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudSqlIamCredential
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DlpV2::GooglePrivacyDlpV2CloudSqlIamCredential
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb 
Overview
Use IAM authentication to connect. This requires the Cloud SQL IAM feature to be enabled on the instance, which is not the default for Cloud SQL. See https:/ /cloud.google.com/sql/docs/postgres/authentication and https://cloud.google. com/sql/docs/mysql/authentication.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GooglePrivacyDlpV2CloudSqlIamCredential 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GooglePrivacyDlpV2CloudSqlIamCredential.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2CloudSqlIamCredential
Returns a new instance of GooglePrivacyDlpV2CloudSqlIamCredential.
      993 994 995  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 993 def initialize(**args) update!(**args) end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      998 999  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 998 def update!(**args) end  |