Get Sql Pool Sensitivity Label Result
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.
Properties
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.