Skip to content

Commit bc8a50d

Browse files
feat(sqladmin): update the api
#### sqladmin:v1 The following keys were added: - schemas.PasswordValidationPolicy.properties.enablePasswordPolicy.type (Total Keys: 1) #### sqladmin:v1beta4 The following keys were added: - schemas.PasswordValidationPolicy.properties.enablePasswordPolicy.type (Total Keys: 1)
1 parent 5f51350 commit bc8a50d

File tree

4 files changed

+44
-2
lines changed

4 files changed

+44
-2
lines changed

docs/dyn/sqladmin_v1.instances.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,7 @@ <h3>Method Details</h3>
990990
&quot;passwordValidationPolicy&quot;: { # Database instance local user password validation policy # The local user password validation policy of the instance.
991991
&quot;complexity&quot;: &quot;A String&quot;, # The complexity of the password.
992992
&quot;disallowUsernameSubstring&quot;: True or False, # Disallow username as a part of the password.
993+
&quot;enablePasswordPolicy&quot;: True or False, # Whether the password policy is enabled or not.
993994
&quot;minLength&quot;: 42, # Minimum number of characters allowed.
994995
&quot;passwordChangeInterval&quot;: &quot;A String&quot;, # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL.
995996
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
@@ -1330,6 +1331,7 @@ <h3>Method Details</h3>
13301331
&quot;passwordValidationPolicy&quot;: { # Database instance local user password validation policy # The local user password validation policy of the instance.
13311332
&quot;complexity&quot;: &quot;A String&quot;, # The complexity of the password.
13321333
&quot;disallowUsernameSubstring&quot;: True or False, # Disallow username as a part of the password.
1334+
&quot;enablePasswordPolicy&quot;: True or False, # Whether the password policy is enabled or not.
13331335
&quot;minLength&quot;: 42, # Minimum number of characters allowed.
13341336
&quot;passwordChangeInterval&quot;: &quot;A String&quot;, # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL.
13351337
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
@@ -1642,6 +1644,7 @@ <h3>Method Details</h3>
16421644
&quot;passwordValidationPolicy&quot;: { # Database instance local user password validation policy # The local user password validation policy of the instance.
16431645
&quot;complexity&quot;: &quot;A String&quot;, # The complexity of the password.
16441646
&quot;disallowUsernameSubstring&quot;: True or False, # Disallow username as a part of the password.
1647+
&quot;enablePasswordPolicy&quot;: True or False, # Whether the password policy is enabled or not.
16451648
&quot;minLength&quot;: 42, # Minimum number of characters allowed.
16461649
&quot;passwordChangeInterval&quot;: &quot;A String&quot;, # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL.
16471650
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
@@ -1918,6 +1921,7 @@ <h3>Method Details</h3>
19181921
&quot;passwordValidationPolicy&quot;: { # Database instance local user password validation policy # The local user password validation policy of the instance.
19191922
&quot;complexity&quot;: &quot;A String&quot;, # The complexity of the password.
19201923
&quot;disallowUsernameSubstring&quot;: True or False, # Disallow username as a part of the password.
1924+
&quot;enablePasswordPolicy&quot;: True or False, # Whether the password policy is enabled or not.
19211925
&quot;minLength&quot;: 42, # Minimum number of characters allowed.
19221926
&quot;passwordChangeInterval&quot;: &quot;A String&quot;, # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL.
19231927
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
@@ -3005,6 +3009,7 @@ <h3>Method Details</h3>
30053009
&quot;passwordValidationPolicy&quot;: { # Database instance local user password validation policy # The local user password validation policy of the instance.
30063010
&quot;complexity&quot;: &quot;A String&quot;, # The complexity of the password.
30073011
&quot;disallowUsernameSubstring&quot;: True or False, # Disallow username as a part of the password.
3012+
&quot;enablePasswordPolicy&quot;: True or False, # Whether the password policy is enabled or not.
30083013
&quot;minLength&quot;: 42, # Minimum number of characters allowed.
30093014
&quot;passwordChangeInterval&quot;: &quot;A String&quot;, # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL.
30103015
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.

docs/dyn/sqladmin_v1beta4.instances.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,7 @@ <h3>Method Details</h3>
990990
&quot;passwordValidationPolicy&quot;: { # Database instance local user password validation policy # The local user password validation policy of the instance.
991991
&quot;complexity&quot;: &quot;A String&quot;, # The complexity of the password.
992992
&quot;disallowUsernameSubstring&quot;: True or False, # Disallow username as a part of the password.
993+
&quot;enablePasswordPolicy&quot;: True or False, # Whether the password policy is enabled or not.
993994
&quot;minLength&quot;: 42, # Minimum number of characters allowed.
994995
&quot;passwordChangeInterval&quot;: &quot;A String&quot;, # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL.
995996
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
@@ -1330,6 +1331,7 @@ <h3>Method Details</h3>
13301331
&quot;passwordValidationPolicy&quot;: { # Database instance local user password validation policy # The local user password validation policy of the instance.
13311332
&quot;complexity&quot;: &quot;A String&quot;, # The complexity of the password.
13321333
&quot;disallowUsernameSubstring&quot;: True or False, # Disallow username as a part of the password.
1334+
&quot;enablePasswordPolicy&quot;: True or False, # Whether the password policy is enabled or not.
13331335
&quot;minLength&quot;: 42, # Minimum number of characters allowed.
13341336
&quot;passwordChangeInterval&quot;: &quot;A String&quot;, # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL.
13351337
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
@@ -1642,6 +1644,7 @@ <h3>Method Details</h3>
16421644
&quot;passwordValidationPolicy&quot;: { # Database instance local user password validation policy # The local user password validation policy of the instance.
16431645
&quot;complexity&quot;: &quot;A String&quot;, # The complexity of the password.
16441646
&quot;disallowUsernameSubstring&quot;: True or False, # Disallow username as a part of the password.
1647+
&quot;enablePasswordPolicy&quot;: True or False, # Whether the password policy is enabled or not.
16451648
&quot;minLength&quot;: 42, # Minimum number of characters allowed.
16461649
&quot;passwordChangeInterval&quot;: &quot;A String&quot;, # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL.
16471650
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
@@ -1918,6 +1921,7 @@ <h3>Method Details</h3>
19181921
&quot;passwordValidationPolicy&quot;: { # Database instance local user password validation policy # The local user password validation policy of the instance.
19191922
&quot;complexity&quot;: &quot;A String&quot;, # The complexity of the password.
19201923
&quot;disallowUsernameSubstring&quot;: True or False, # Disallow username as a part of the password.
1924+
&quot;enablePasswordPolicy&quot;: True or False, # Whether the password policy is enabled or not.
19211925
&quot;minLength&quot;: 42, # Minimum number of characters allowed.
19221926
&quot;passwordChangeInterval&quot;: &quot;A String&quot;, # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL.
19231927
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.
@@ -3005,6 +3009,7 @@ <h3>Method Details</h3>
30053009
&quot;passwordValidationPolicy&quot;: { # Database instance local user password validation policy # The local user password validation policy of the instance.
30063010
&quot;complexity&quot;: &quot;A String&quot;, # The complexity of the password.
30073011
&quot;disallowUsernameSubstring&quot;: True or False, # Disallow username as a part of the password.
3012+
&quot;enablePasswordPolicy&quot;: True or False, # Whether the password policy is enabled or not.
30083013
&quot;minLength&quot;: 42, # Minimum number of characters allowed.
30093014
&quot;passwordChangeInterval&quot;: &quot;A String&quot;, # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL.
30103015
&quot;reuseInterval&quot;: 42, # Number of previous passwords that cannot be reused.

googleapiclient/discovery_cache/documents/sqladmin.v1.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1877,7 +1877,7 @@
18771877
}
18781878
}
18791879
},
1880-
"revision": "20220310",
1880+
"revision": "20220323",
18811881
"rootUrl": "https://sqladmin.googleapis.com/",
18821882
"schemas": {
18831883
"AclEntry": {
@@ -2249,6 +2249,8 @@
22492249
"MYSQL_8_0",
22502250
"MYSQL_8_0_18",
22512251
"MYSQL_8_0_26",
2252+
"MYSQL_8_0_27",
2253+
"MYSQL_8_0_28",
22522254
"POSTGRES_13",
22532255
"POSTGRES_14",
22542256
"SQLSERVER_2019_STANDARD",
@@ -2273,6 +2275,8 @@
22732275
"The database version is MySQL 8.",
22742276
"The database major version is MySQL 8.0 and the minor version is 18.",
22752277
"The database major version is MySQL 8.0 and the minor version is 26.",
2278+
"The database major version is MySQL 8.0 and the minor version is 27.",
2279+
"The database major version is MySQL 8.0 and the minor version is 28.",
22762280
"The database version is PostgreSQL 13.",
22772281
"The database version is PostgreSQL 14.",
22782282
"The database version is SQL Server 2019 Standard.",
@@ -2427,6 +2431,8 @@
24272431
"MYSQL_8_0",
24282432
"MYSQL_8_0_18",
24292433
"MYSQL_8_0_26",
2434+
"MYSQL_8_0_27",
2435+
"MYSQL_8_0_28",
24302436
"POSTGRES_13",
24312437
"POSTGRES_14",
24322438
"SQLSERVER_2019_STANDARD",
@@ -2451,6 +2457,8 @@
24512457
"The database version is MySQL 8.",
24522458
"The database major version is MySQL 8.0 and the minor version is 18.",
24532459
"The database major version is MySQL 8.0 and the minor version is 26.",
2460+
"The database major version is MySQL 8.0 and the minor version is 27.",
2461+
"The database major version is MySQL 8.0 and the minor version is 28.",
24542462
"The database version is PostgreSQL 13.",
24552463
"The database version is PostgreSQL 14.",
24562464
"The database version is SQL Server 2019 Standard.",
@@ -2936,6 +2944,8 @@
29362944
"MYSQL_8_0",
29372945
"MYSQL_8_0_18",
29382946
"MYSQL_8_0_26",
2947+
"MYSQL_8_0_27",
2948+
"MYSQL_8_0_28",
29392949
"POSTGRES_13",
29402950
"POSTGRES_14",
29412951
"SQLSERVER_2019_STANDARD",
@@ -2960,6 +2970,8 @@
29602970
"The database version is MySQL 8.",
29612971
"The database major version is MySQL 8.0 and the minor version is 18.",
29622972
"The database major version is MySQL 8.0 and the minor version is 26.",
2973+
"The database major version is MySQL 8.0 and the minor version is 27.",
2974+
"The database major version is MySQL 8.0 and the minor version is 28.",
29632975
"The database version is PostgreSQL 13.",
29642976
"The database version is PostgreSQL 14.",
29652977
"The database version is SQL Server 2019 Standard.",
@@ -3845,6 +3857,10 @@
38453857
"description": "Disallow username as a part of the password.",
38463858
"type": "boolean"
38473859
},
3860+
"enablePasswordPolicy": {
3861+
"description": "Whether the password policy is enabled or not.",
3862+
"type": "boolean"
3863+
},
38483864
"minLength": {
38493865
"description": "Minimum number of characters allowed.",
38503866
"format": "int32",

googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1877,7 +1877,7 @@
18771877
}
18781878
}
18791879
},
1880-
"revision": "20220310",
1880+
"revision": "20220323",
18811881
"rootUrl": "https://sqladmin.googleapis.com/",
18821882
"schemas": {
18831883
"AclEntry": {
@@ -2249,6 +2249,8 @@
22492249
"MYSQL_8_0",
22502250
"MYSQL_8_0_18",
22512251
"MYSQL_8_0_26",
2252+
"MYSQL_8_0_27",
2253+
"MYSQL_8_0_28",
22522254
"POSTGRES_13",
22532255
"POSTGRES_14",
22542256
"SQLSERVER_2019_STANDARD",
@@ -2273,6 +2275,8 @@
22732275
"The database version is MySQL 8.",
22742276
"The database major version is MySQL 8.0 and the minor version is 18.",
22752277
"The database major version is MySQL 8.0 and the minor version is 26.",
2278+
"The database major version is MySQL 8.0 and the minor version is 27.",
2279+
"The database major version is MySQL 8.0 and the minor version is 28.",
22762280
"The database version is PostgreSQL 13.",
22772281
"The database version is PostgreSQL 14.",
22782282
"The database version is SQL Server 2019 Standard.",
@@ -2427,6 +2431,8 @@
24272431
"MYSQL_8_0",
24282432
"MYSQL_8_0_18",
24292433
"MYSQL_8_0_26",
2434+
"MYSQL_8_0_27",
2435+
"MYSQL_8_0_28",
24302436
"POSTGRES_13",
24312437
"POSTGRES_14",
24322438
"SQLSERVER_2019_STANDARD",
@@ -2451,6 +2457,8 @@
24512457
"The database version is MySQL 8.",
24522458
"The database major version is MySQL 8.0 and the minor version is 18.",
24532459
"The database major version is MySQL 8.0 and the minor version is 26.",
2460+
"The database major version is MySQL 8.0 and the minor version is 27.",
2461+
"The database major version is MySQL 8.0 and the minor version is 28.",
24542462
"The database version is PostgreSQL 13.",
24552463
"The database version is PostgreSQL 14.",
24562464
"The database version is SQL Server 2019 Standard.",
@@ -2936,6 +2944,8 @@
29362944
"MYSQL_8_0",
29372945
"MYSQL_8_0_18",
29382946
"MYSQL_8_0_26",
2947+
"MYSQL_8_0_27",
2948+
"MYSQL_8_0_28",
29392949
"POSTGRES_13",
29402950
"POSTGRES_14",
29412951
"SQLSERVER_2019_STANDARD",
@@ -2960,6 +2970,8 @@
29602970
"The database version is MySQL 8.",
29612971
"The database major version is MySQL 8.0 and the minor version is 18.",
29622972
"The database major version is MySQL 8.0 and the minor version is 26.",
2973+
"The database major version is MySQL 8.0 and the minor version is 27.",
2974+
"The database major version is MySQL 8.0 and the minor version is 28.",
29632975
"The database version is PostgreSQL 13.",
29642976
"The database version is PostgreSQL 14.",
29652977
"The database version is SQL Server 2019 Standard.",
@@ -3845,6 +3857,10 @@
38453857
"description": "Disallow username as a part of the password.",
38463858
"type": "boolean"
38473859
},
3860+
"enablePasswordPolicy": {
3861+
"description": "Whether the password policy is enabled or not.",
3862+
"type": "boolean"
3863+
},
38483864
"minLength": {
38493865
"description": "Minimum number of characters allowed.",
38503866
"format": "int32",

0 commit comments

Comments
 (0)