informationProtectionLabel リソースの種類informationProtectionLabel resource type
名前空間: microsoft.graphNamespace: microsoft.graph
重要
/beta
Microsoft Graph のバージョンの api は変更される可能性があります。APIs under the /beta
version in Microsoft Graph are subject to change. 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。Use of these APIs in production applications is not supported. API が v2.0 で利用できるかどうかを確認するには、 バージョン セレクターを使用します。To determine whether an API is available in v1.0, use the Version selector.
情報に機密ラベルを適切に適用する方法について説明する情報保護ラベルについて説明します。Describes the information protection label that details how to properly apply a sensitivity label to information. Informationprotectionlabelリソースは、ユーザーまたはテナントに適用される機密ラベルの構成を記述します。The informationProtectionLabel resource describes the configuration of sensitivity labels that apply to a user or tenant.
メソッドMethods
メソッドMethod | 戻り値の型Return Type | 説明Description |
---|---|---|
List Information ProtectionlabelList informationProtectionLabel | Informationprotectionlabel コレクションinformationProtectionLabel collection | ユーザーまたはテナントに対して構成されているすべての情報保護ラベルを一覧表示します。List all configured information protection labels for a user or tenant. |
情報保護ラベルを取得するGet informationProtectionLabel | informationProtectionLabelinformationProtectionLabel | 特定のラベル ID が指定されている場合、 Informationprotectionlabelを返します。Given a specific label ID, return the informationProtectionLabel. |
evaluateapplicationevaluateapplication | Informationprotectionaction コレクションinformationProtectionAction collection | Contentinfoとlabelingoptionsの入力を指定した場合は、ラベルを適用する必要があるアクションのセットを計算します。Given an input of contentInfo and labelingOptions, compute the set of actions require to apply the label. |
evaluateClassificationResultsevaluateClassificationResults | Informationprotectionaction コレクションinformationProtectionAction collection | Contentinfoと分類の結果が入力された場合は、ラベルを適用する必要があるアクションのセットを計算します。Given an input of contentInfo and classification results, compute the set of actions require to apply the label. |
evaluateRemovalevaluateRemoval | Informationprotectionaction コレクションinformationProtectionAction collection | ContentinfoとdowngradeJustificationの入力を指定した場合は、ラベルを削除するために実行する必要のあるアクションを計算します。Given an input of contentInfo and downgradeJustification, compute the actions that should be taken to remove the label. |
extractLabelextractLabel | informationProtectionContentLabelinformationProtectionContentLabel | Contentinfoの入力を指定すると、メタデータが表すinformationprotectionlabelの詳細を返します。Given an input of contentInfo, return details on the informationProtectionLabel that the metadata represents. |
プロパティProperties
プロパティProperty | 種類Type | 説明Description |
---|---|---|
colorcolor | StringString | UI がラベルに対して表示する必要がある色 (構成されている場合)。The color that the UI should display for the label, if configured. |
descriptiondescription | StringString | ラベルの管理者定義の説明。The admin-defined description for the label. |
idid | StringString | ラベル ID は、グローバル一意識別子 (GUID) です。The label ID is a globally unique identifier (GUID) |
isActiveisActive | BooleanBoolean | ラベルがアクティブであるかどうかを示します。Indicates whether the label is active or not. アクティブなラベルは、UI で非表示または無効にする必要があります。Active labels should be hidden or disabled in UI. |
namename | StringString | ラベルのプレーン名。The plaintext name of the label. |
sensitivitysensitivity | Int32Int32 | ラベルの秘密度の値を指定します。The sensitivity value of the label, where lower is less sensitive. |
tooltiptooltip | StringString | UI のラベルとして表示されるヒント。The tooltip that should be displayed for the label in a UI. |
リレーションシップRelationships
なし。None.
JSON 表記JSON representation
リソースの JSON 表記を次に示します。The following is a JSON representation of the resource.
{
"color": "String",
"description": "String",
"id": "String (identifier)",
"isActive": true,
"name": "String",
"sensitivity": 1024,
"tooltip": "String"
}