Skip to content

Commit

Permalink
docs: Deprecate field disallow_compromised_credentials of `Password…
Browse files Browse the repository at this point in the history
…ValidationPolicy`

PiperOrigin-RevId: 609747704
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 23, 2024
1 parent daa894f commit b2c018c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions google/cloud/sql/v1beta4/cloud_sql_resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1840,9 +1840,10 @@ message PasswordValidationPolicy {
// Whether the password policy is enabled or not.
google.protobuf.BoolValue enable_password_policy = 6;

// Disallow credentials that have been previously compromised by a public data
// breach.
google.protobuf.BoolValue disallow_compromised_credentials = 7;
// This field is deprecated and will be removed in a future version of the
// API.
google.protobuf.BoolValue disallow_compromised_credentials = 7
[deprecated = true];
}

// Operations list response.
Expand Down

0 comments on commit b2c018c

Please sign in to comment.