getDataMaskingPolicy

Gets a database data masking policy. API Version: 2014-04-01.

Return

Represents a database data masking policy.

Parameters

argument

null


suspend fun getDataMaskingPolicy(dataMaskingPolicyName: String, databaseName: String, resourceGroupName: String, serverName: String): GetDataMaskingPolicyResult

Return

Represents a database data masking policy.

Parameters

dataMaskingPolicyName

The name of the database for which the data masking rule applies.

databaseName

The name of the database.

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.

serverName

The name of the server.

See also


Return

Represents a database data masking policy.

Parameters

argument

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

See also