assignedLabel 资源类型assignedLabel resource type
重要
Microsoft Graph 中/beta
的版本下的 api 可能会发生更改。APIs under the /beta
version in Microsoft Graph are subject to change. 不支持在生产应用程序中使用这些 API。Use of these APIs in production applications is not supported.
代表分配给 Office 365 组的敏感度标签。Represents a sensitivity label assigned to an Office 365 group. 通过将分类 (如机密、高度机密或常规) 分配给组, 允许管理员在组上强制实施特定的组设置。Sensitivity labels allow administrators to enforce specific group settings on a group by assigning a classification to the group (such as Confidential, Highly Confidential or General). 敏感度标签由 Microsoft 365 Security & 合规性中心中的管理员发布, 作为 Microsoft 信息保护功能的一部分。Sensitivity labels are published by administrators in Microsoft 365 Security & Compliance Center as part of Microsoft Information Protection capabilities. 有关敏感度标签的详细信息, 请参阅敏感度标签概述。For more information about sensitivity labels, see Sensitivity labels overview.
属性Properties
属性Property | 类型Type | 说明Description |
---|---|---|
labelIdlabelId | StringString | 标签的唯一标识符。The unique identifier of the label. |
displayNamedisplayName | StringString | 标签的显示名称。The display name of the label. 只读。Read-only. |
JSON 表示形式JSON representation
下面是资源的 JSON 表示形式。Here is a JSON representation of the resource.
{
"labelId": "String",
"displayName": "String"
}