Get Managed Database Sensitivity Label Result
data class GetManagedDatabaseSensitivityLabelResult(val azureApiVersion: String, val clientClassificationSource: String? = null, 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(azureApiVersion: String, clientClassificationSource: String? = null, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Link copied to clipboard
The column name.
Link copied to clipboard
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
The schema name.