getDatabaseThreatDetectionPolicy

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

databaseName

The name of the database for which database Threat Detection policy is defined.

resourceGroupName

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

securityAlertPolicyName

The name of the security alert policy.

serverName

The name of the server.

See also


Return

Contains information about a database Threat Detection policy.

Parameters

argument

Builder for com.pulumi.azurenative.sql.kotlin.inputs.GetDatabaseThreatDetectionPolicyPlainArgs.

See also