@@ -24,29 +24,35 @@ option java_package = "com.google.cloud.securitycenter.v1";
2424option php_namespace = "Google\\Cloud\\SecurityCenter\\V1" ;
2525option ruby_package = "Google::Cloud::SecurityCenter::V1" ;
2626
27- // Represents database access information, such as queries.
28- // A database may be a sub-resource of an instance (as in the case of CloudSQL
29- // instances or Cloud Spanner instances), or the database instance itself.
30- // Some database resources may not have the full resource name populated
31- // because these resource types are not yet supported by Cloud Asset Inventory
32- // (e.g. CloudSQL databases). In these cases only the display name will be
27+ // Represents database access information, such as queries. A database may be a
28+ // sub-resource of an instance (as in the case of Cloud SQL instances or Cloud
29+ // Spanner instances), or the database instance itself. Some database resources
30+ // might not have the [full resource
31+ // name](https://google.aip.dev/122#full-resource-names) populated because these
32+ // resource types, such as Cloud SQL databases, are not yet supported by Cloud
33+ // Asset Inventory. In these cases only the display name is provided.
34+ // Some database resources may not have the [full resource
35+ // name](https://google.aip.dev/122#full-resource-names) populated because
36+ // these resource types are not yet supported by Cloud Asset Inventory (e.g.
37+ // Cloud SQL databases). In these cases only the display name will be
3338// provided.
3439message Database {
35- // The full resource name of the database the user connected to, if it is
36- // supported by CAI. (https://google.aip.dev/122#full-resource-names)
40+ // The [full resource name](https://google.aip.dev/122#full-resource-names) of
41+ // the database that the user connected to, if it is supported by Cloud Asset
42+ // Inventory.
3743 string name = 1 ;
3844
39- // The human readable name of the database the user connected to.
45+ // The human- readable name of the database that the user connected to.
4046 string display_name = 2 ;
4147
42- // The username used to connect to the DB. This may not necessarily be an IAM
43- // principal, and has no required format.
48+ // The username used to connect to the database. The username might not be an
49+ // IAM principal and does not have a set format.
4450 string user_name = 3 ;
4551
46- // The SQL statement associated with the relevant access.
52+ // The SQL statement that is associated with the database access.
4753 string query = 4 ;
4854
49- // The target usernames/ roles/ groups of a SQL privilege grant (not an IAM
50- // policy change) .
55+ // The target usernames, roles, or groups of an SQL privilege grant, which is
56+ // not an IAM policy change.
5157 repeated string grantees = 5 ;
5258}
0 commit comments