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.
1139 1140 1141 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 1139 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1144 1145 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 1144 def update!(**args) end |