Skip to content

Commit 49cec36

Browse files
Google APIscopybara-github
authored andcommitted
docs: Deprecate field disallow_compromised_credentials of PasswordValidationPolicy
PiperOrigin-RevId: 609835592
1 parent 5c5ecf0 commit 49cec36

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

google/cloud/sql/v1/cloud_sql_resources.proto

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

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

10541055
// Data cache configurations.

0 commit comments

Comments
 (0)