getManagedDatabaseSensitivityLabel

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

Return

A sensitivity label.

Parameters

argument

null


suspend fun getManagedDatabaseSensitivityLabel(columnName: String, databaseName: String, managedInstanceName: String, resourceGroupName: String, schemaName: String, sensitivityLabelSource: String, tableName: String): GetManagedDatabaseSensitivityLabelResult

Return

A sensitivity label.

Parameters

columnName

The name of the column.

databaseName

The name of the database.

managedInstanceName

The name of the managed instance.

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.

tableName

The name of the table.

See also


Return

A sensitivity label.

Parameters

argument

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

See also