@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20230626 → 0.0.20230706
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +9 -2
- package/package.json +1 -1
- package/tests.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://securitycenter.googleapis.com/$discovery/rest?version=v1beta2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230706
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -260,7 +260,11 @@ declare namespace gapi.client {
|
|
|
260
260
|
/** The target usernames, roles, or groups of an SQL privilege grant, which is not an IAM policy change. */
|
|
261
261
|
grantees?:
|
|
262
262
|
string[];
|
|
263
|
-
/**
|
|
263
|
+
/**
|
|
264
|
+
* Some database resources may not have the [full resource name](https://google.aip.dev/122#full-resource-names) populated because these resource types are not yet supported by Cloud
|
|
265
|
+
* Asset Inventory (e.g. Cloud SQL databases). In these cases only the display name will be provided. The [full resource name](https://google.aip.dev/122#full-resource-names) of the
|
|
266
|
+
* database that the user connected to, if it is supported by Cloud Asset Inventory.
|
|
267
|
+
*/
|
|
264
268
|
name?:
|
|
265
269
|
string;
|
|
266
270
|
/** The SQL statement that is associated with the database access. */
|
|
@@ -269,6 +273,9 @@ declare namespace gapi.client {
|
|
|
269
273
|
/** The username used to connect to the database. The username might not be an IAM principal and does not have a set format. */
|
|
270
274
|
userName?:
|
|
271
275
|
string;
|
|
276
|
+
/** The version of the database, for example, POSTGRES_14. See [the complete list](https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1/SqlDatabaseVersion). */
|
|
277
|
+
version?:
|
|
278
|
+
string;
|
|
272
279
|
}
|
|
273
280
|
interface Details {
|
|
274
281
|
/** The time the subscription has or will end. */
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230706
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|