Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class SqlServerAuditConfig.
SQL Server specific audit configuration.
Generated from protobuf message google.cloud.sql.v1beta4.SqlServerAuditConfig
Namespace
Google \ Cloud \ Sql \ V1beta4Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ kind
string
This is always sql#sqlServerAuditConfig
↳ bucket
string
The name of the destination bucket (e.g., gs://mybucket).
↳ retention_interval
↳ upload_interval
getKind
This is always sql#sqlServerAuditConfig
string
setKind
This is always sql#sqlServerAuditConfig
var
string
$this
getBucket
The name of the destination bucket (e.g., gs://mybucket).
string
setBucket
The name of the destination bucket (e.g., gs://mybucket).
var
string
$this
getRetentionInterval
How long to keep generated audit files.
hasRetentionInterval
clearRetentionInterval
setRetentionInterval
How long to keep generated audit files.
$this
getUploadInterval
How often to upload generated audit files.
hasUploadInterval
clearUploadInterval
setUploadInterval
How often to upload generated audit files.
$this