getDatabaseSecurityAlertPolicy

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

databaseName

The name of the database for which the security alert 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

A database security alert policy.

Parameters

argument

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

See also