informationProtectionLabel リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph のバージョンの /beta API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 API が v1.0 で使用できるかどうかを確認するには、 バージョン セレクターを使用します。
情報に対して適切に感度ラベルを適用する方法を詳細に説明する情報保護ラベルについて説明します。 informationProtectionLabel リソースは、ユーザーまたはテナントに適用される感度ラベルの構成について説明します。
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| List informationProtectionLabel | informationProtectionLabel コレクション | ユーザーまたはテナントのすべての構成済み情報保護ラベルを一覧表示します。 |
| Get informationProtectionLabel | informationProtectionLabel | 特定のラベル ID を指定して 、informationProtectionLabel を返します。 |
| evaluateapplication | informationProtectionAction コレクション | contentInfoとlabelingOptionsの入力を指定すると、ラベルを適用するために必要な一連のアクションを計算します。 |
| evaluateClassificationResults | informationProtectionAction コレクション | contentInfo と分類 結果の入力が与 えられた場合、ラベルの適用に必要な一連のアクションを計算します。 |
| evaluateRemoval | informationProtectionAction コレクション | contentInfoとdowngradeJustificationの入力を指定して、ラベルを削除するために実行する必要があるアクションを計算します。 |
| extractLabel | informationProtectionContentLabel | contentInfo の入力 を指定すると、メタデータが表す informationProtectionLabel の詳細が返されます。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| color | String | 構成されている場合、ラベルに対して UI が表示される色。 |
| 説明 | String | ラベルの管理者定義の説明。 |
| id | String | ラベル ID はグローバル一意識別子 (GUID) です。 |
| isActive | ブール値 | ラベルがアクティブかどうかを示します。 アクティブなラベルは、UI で非表示または無効にする必要があります。 |
| name | String | ラベルのプレーン テキスト名。 |
| sensitivity | Int32 | ラベルの機密値 (小文字の区別が小さい場合)。 |
| tooltip | String | UI のラベルに表示するツールヒント。 |
| 親 | labelDetails | 子ラベルに関連付けられた親ラベル。 ラベルに親がない場合は Null。 |
リレーションシップ
なし。
JSON 表記
リソースの JSON 表記を次に示します。
{
"color": "String",
"description": "String",
"id": "String (identifier)",
"isActive": true,
"name": "String",
"sensitivity": 1024,
"tooltip": "String",
"parent": {"@odata.type": "microsoft.graph.labelDetails" }
}
フィードバック
フィードバックの送信と表示