public sealed class Database : IMessage<Database>, IEquatable<Database>, IDeepCloneable<Database>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class Database.
Represents database access information, such as queries. A database may be a
sub-resource of an instance (as in the case of Cloud SQL instances or Cloud
Spanner instances), or the database instance itself. Some database resources
might not have the full resource
name populated because these
resource types, such as Cloud SQL databases, are not yet supported by Cloud
Asset Inventory. In these cases only the display name is provided.
Some database resources may not have the full resource
name populated because
these resource types are not yet supported by Cloud Asset Inventory (e.g.
Cloud SQL databases). In these cases only the display name will be
provided.
The full resource name of
the database that the user connected to, if it is supported by Cloud Asset
Inventory.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDatabase\u003c/code\u003e class in the Security Command Center v2 API represents database access information, including queries and connections.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides properties such as \u003ccode\u003eDisplayName\u003c/code\u003e, \u003ccode\u003eGrantees\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eQuery\u003c/code\u003e, \u003ccode\u003eUserName\u003c/code\u003e, and \u003ccode\u003eVersion\u003c/code\u003e to describe the specifics of a database access event.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDatabase\u003c/code\u003e class can have a full resource name or display name based on whether the database is supported by Cloud Asset Inventory.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGrantees\u003c/code\u003e property shows the target usernames, roles, or groups of an SQL privilege grant, while the \u003ccode\u003eQuery\u003c/code\u003e property reveals the SQL statement executed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eVersion\u003c/code\u003e property provides the database version information, referencing a complete list of versions available for supported databases.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class Database (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.Database)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.Database)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.Database) \n\n public sealed class Database : IMessage\u003cDatabase\u003e, IEquatable\u003cDatabase\u003e, IDeepCloneable\u003cDatabase\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class Database.\n\nRepresents database access information, such as queries. A database may be a\nsub-resource of an instance (as in the case of Cloud SQL instances or Cloud\nSpanner instances), or the database instance itself. Some database resources\nmight not have the [full resource\nname](https://google.aip.dev/122#full-resource-names) populated because these\nresource types, such as Cloud SQL databases, are not yet supported by Cloud\nAsset Inventory. In these cases only the display name is provided. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Database \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Database](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.Database), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Database](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.Database), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Database](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.Database), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### Database()\n\n public Database()\n\n### Database(Database)\n\n public Database(Database other)\n\nProperties\n----------\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nThe human-readable name of the database that the user connected to.\n\n### Grantees\n\n public RepeatedField\u003cstring\u003e Grantees { get; }\n\nThe target usernames, roles, or groups of an SQL privilege grant, which is\nnot an IAM policy change.\n\n### Name\n\n public string Name { get; set; }\n\nSome database resources may not have the [full resource\nname](https://google.aip.dev/122#full-resource-names) populated because\nthese resource types are not yet supported by Cloud Asset Inventory (e.g.\nCloud SQL databases). In these cases only the display name will be\nprovided.\nThe [full resource name](https://google.aip.dev/122#full-resource-names) of\nthe database that the user connected to, if it is supported by Cloud Asset\nInventory.\n\n### Query\n\n public string Query { get; set; }\n\nThe SQL statement that is associated with the database access.\n\n### UserName\n\n public string UserName { get; set; }\n\nThe username used to connect to the database. The username might not be an\nIAM principal and does not have a set format.\n\n### Version\n\n public string Version { get; set; }\n\nThe version of the database, for example, POSTGRES_14.\nSee [the complete\nlist](https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1/SqlDatabaseVersion)."]]