通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SharePointSensitivityLabelInfo interface

有关应用于 SharePoint 文档的敏感度标签的信息。

属性

color

UI 应为标签显示的颜色(如果已配置)。

displayName

敏感度标签的显示名称。

isEncrypted

指示敏感度标签是否强制加密。

priority

应用敏感度标签的优先级。

sensitivityLabelId

敏感度标签的 ID。

tooltip

应在 UI 中为标签显示的工具提示。

属性详细信息

color

UI 应为标签显示的颜色(如果已配置)。

color?: string

属性值

string

displayName

敏感度标签的显示名称。

displayName?: string

属性值

string

isEncrypted

指示敏感度标签是否强制加密。

isEncrypted?: boolean

属性值

boolean

priority

应用敏感度标签的优先级。

priority?: number

属性值

number

sensitivityLabelId

敏感度标签的 ID。

sensitivityLabelId?: string

属性值

string

tooltip

应在 UI 中为标签显示的工具提示。

tooltip?: string

属性值

string