get Database Threat Detection Policy
suspend fun getDatabaseThreatDetectionPolicy(argument: GetDatabaseThreatDetectionPolicyPlainArgs): GetDatabaseThreatDetectionPolicyResult
Gets a database's threat detection policy. Uses Azure REST API version 2014-04-01.
Return
Contains information about a database Threat Detection policy.
Parameters
argument
null
suspend fun getDatabaseThreatDetectionPolicy(databaseName: String, resourceGroupName: String, securityAlertPolicyName: String, serverName: String): GetDatabaseThreatDetectionPolicyResult
Return
Contains information about a database Threat Detection policy.
Parameters
database Name
The name of the database for which database Threat Detection policy is defined.
resource Group Name
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
security Alert Policy Name
The name of the security alert policy.
server Name
The name of the server.
See also
suspend fun getDatabaseThreatDetectionPolicy(argument: suspend GetDatabaseThreatDetectionPolicyPlainArgsBuilder.() -> Unit): GetDatabaseThreatDetectionPolicyResult
Return
Contains information about a database Threat Detection policy.
Parameters
argument
Builder for com.pulumi.azurenative.sql.kotlin.inputs.GetDatabaseThreatDetectionPolicyPlainArgs.