PurviewSensitivityLabelInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about the sensitivity label applied to a document.
public class PurviewSensitivityLabelInfo : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.PurviewSensitivityLabelInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.PurviewSensitivityLabelInfo>
type PurviewSensitivityLabelInfo = class
interface IJsonModel<PurviewSensitivityLabelInfo>
interface IPersistableModel<PurviewSensitivityLabelInfo>
Public Class PurviewSensitivityLabelInfo
Implements IJsonModel(Of PurviewSensitivityLabelInfo), IPersistableModel(Of PurviewSensitivityLabelInfo)
- Inheritance
-
PurviewSensitivityLabelInfo
- Implements
Properties
| Name | Description |
|---|---|
| Color |
The color that the UI should display for the label, if configured. |
| DisplayName |
The display name for the sensitivity label. |
| IsEncrypted |
Indicates whether the sensitivity label enforces encryption. |
| Priority |
The priority in which the sensitivity label is applied. |
| SensitivityLabelId |
The ID of the sensitivity label. |
| ToolTip |
The tooltip that should be displayed for the label in a UI. |