GetSqlPoolSensitivityLabelResult

data class GetSqlPoolSensitivityLabelResult(val columnName: String, val id: String, val informationType: String? = null, val informationTypeId: String? = null, val isDisabled: Boolean, val labelId: String? = null, val labelName: String? = null, val managedBy: String, val name: String, val rank: String? = null, val schemaName: String, val tableName: String, val type: String)

A sensitivity label.

Constructors

Link copied to clipboard
constructor(columnName: String, id: String, informationType: String? = null, informationTypeId: String? = null, isDisabled: Boolean, labelId: String? = null, labelName: String? = null, managedBy: String, name: String, rank: String? = null, schemaName: String, tableName: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The column name.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard
val informationType: String? = null

The information type.

Link copied to clipboard

The information type ID.

Link copied to clipboard

Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not.

Link copied to clipboard
val labelId: String? = null

The label ID.

Link copied to clipboard
val labelName: String? = null

The label name.

Link copied to clipboard

managed by

Link copied to clipboard

The name of the resource

Link copied to clipboard
val rank: String? = null
Link copied to clipboard

The schema name.

Link copied to clipboard

The table name.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"