名前空間: microsoft.graph
特定のコンテンツに関連付けられている権限を表します。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| cid | 文字列 | コンテンツ識別子。 |
| format | 文字列 | コンテンツ形式。 |
| id | 文字列 | 識別子 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| ラベル | microsoft.graph.security.sensitivityLabel | コンテンツに適用される秘密度ラベル。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.labelContentRight",
"id": "String (identifier)",
"cid": "String",
"format": "String"
}