SensitivityLabel interface
A sensitivity label.
- Extends
Properties
column |
The column name. NOTE: This property will not be serialized. It can only be populated by the server. |
information |
The information type. |
information |
The information type ID. |
is |
Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not. NOTE: This property will not be serialized. It can only be populated by the server. |
label |
The label ID. |
label |
The label name. |
managed |
managed by NOTE: This property will not be serialized. It can only be populated by the server. |
rank | |
schema |
The schema name. NOTE: This property will not be serialized. It can only be populated by the server. |
table |
The table name. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
columnName
The column name. NOTE: This property will not be serialized. It can only be populated by the server.
columnName?: string
Property Value
string
informationType
The information type.
informationType?: string
Property Value
string
informationTypeId
The information type ID.
informationTypeId?: string
Property Value
string
isDisabled
Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not. NOTE: This property will not be serialized. It can only be populated by the server.
isDisabled?: boolean
Property Value
boolean
labelId
The label ID.
labelId?: string
Property Value
string
labelName
The label name.
labelName?: string
Property Value
string
managedBy
managed by NOTE: This property will not be serialized. It can only be populated by the server.
managedBy?: string
Property Value
string
rank
schemaName
The schema name. NOTE: This property will not be serialized. It can only be populated by the server.
schemaName?: string
Property Value
string
tableName
The table name. NOTE: This property will not be serialized. It can only be populated by the server.
tableName?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type
Azure SDK for JavaScript