getSensitivityLabel

Gets the sensitivity label of a given column API Version: 2020-11-01-preview.

Return

A sensitivity label.

Parameters

argument

null


suspend fun getSensitivityLabel(columnName: String, databaseName: String, resourceGroupName: String, schemaName: String, sensitivityLabelSource: String, serverName: String, tableName: String): GetSensitivityLabelResult

Return

A sensitivity label.

Parameters

columnName

The name of the column.

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.

schemaName

The name of the schema.

sensitivityLabelSource

The source of the sensitivity label.

serverName

The name of the server.

tableName

The name of the table.

See also


Return

A sensitivity label.

Parameters

argument

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

See also