Skip to content

Commit b2c018c

Browse files
Google APIscopybara-github
authored andcommitted
docs: Deprecate field disallow_compromised_credentials of PasswordValidationPolicy
PiperOrigin-RevId: 609747704
1 parent daa894f commit b2c018c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

google/cloud/sql/v1beta4/cloud_sql_resources.proto

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1840,9 +1840,10 @@ message PasswordValidationPolicy {
18401840
// Whether the password policy is enabled or not.
18411841
google.protobuf.BoolValue enable_password_policy = 6;
18421842

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

18481849
// Operations list response.

0 commit comments

Comments
 (0)