get Database Security Alert Policy
suspend fun getDatabaseSecurityAlertPolicy(argument: GetDatabaseSecurityAlertPolicyPlainArgs): GetDatabaseSecurityAlertPolicyResult
Gets a database's security alert policy. API Version: 2020-11-01-preview.
Return
A database security alert policy.
Parameters
argument
null
suspend fun getDatabaseSecurityAlertPolicy(databaseName: String, resourceGroupName: String, securityAlertPolicyName: String, serverName: String): GetDatabaseSecurityAlertPolicyResult
Return
A database security alert policy.
Parameters
database Name
The name of the database for which the security alert 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 getDatabaseSecurityAlertPolicy(argument: suspend GetDatabaseSecurityAlertPolicyPlainArgsBuilder.() -> Unit): GetDatabaseSecurityAlertPolicyResult
Return
A database security alert policy.
Parameters
argument
Builder for com.pulumi.azurenative.sql.kotlin.inputs.GetDatabaseSecurityAlertPolicyPlainArgs.