Sql Server Audit Config Response
data class SqlServerAuditConfigResponse(val bucket: String, val kind: String, val retentionInterval: String, val uploadInterval: String)
SQL Server specific audit configuration.
Constructors
Link copied to clipboard
fun SqlServerAuditConfigResponse(bucket: String, kind: String, retentionInterval: String, uploadInterval: String)