次の方法で共有


filePlanDescriptor リソースの種類

名前空間: microsoft.graph.security

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

保持ラベルを補完し、Microsoft 365 コンテンツの管理性と編成を向上させるためのオプションのファイル プラン記述子のセットを表します。

記述子を追加する場合は、対応するファイル プラン記述子 テンプレートの POST 操作を使用し、記述子のデータを指定します。 たとえば、 filePlanCitation 記述子を含める場合は、 citationTemplate の作成操作を 使用します。 同様に、記述子のテンプレート リソースに対して GET または DELETE 操作を使用できます。

保持ラベルを補完する記述子を一覧表示するには、その retentionLabel リソースに対する GET 操作を使用し、記述子関係に$expandを適用します。

Microsoft Purview コンプライアンス ポータルでの保持ラベルとファイル プラン記述子の動作の詳細については、「ファイル プランを使用して保持ラベルを作成および管理する」を参照してください。

microsoft.graph.entity から継承します。

メソッド

なし。

プロパティ

プロパティ 説明
authority microsoft.graph.security.filePlanAuthority 特定の保持ラベルに適用される型機関のファイル プラン記述子を表します。
category microsoft.graph.security.filePlanAppliedCategory 特定の保持ラベルに適用される種類カテゴリのファイル プラン記述子を表します。
引用 microsoft.graph.security.filePlanCitation 特定の保持ラベルに適用される引用型のファイル プラン記述子を表します。
authority microsoft.graph.security.filePlanAuthority 特定の保持ラベルに適用される型機関のファイル プラン記述子を表します。
appliedCategory microsoft.graph.security.filePlanAppliedCategory 特定の保持ラベルに適用される種類カテゴリのファイル プラン記述子を表します。
引用 microsoft.graph.security.filePlanCitation 特定の保持ラベルに適用される引用型のファイル プラン記述子を表します。
department microsoft.graph.security.filePlanDepartment 特定の保持ラベルに適用される部署のファイル プラン記述子を表します。
filePlanReference microsoft.graph.security.filePlanReference 特定の保持ラベルに適用される filePlanReference 型のファイル プラン記述子を表します。  

リレーションシップ

リレーションシップ 説明
authorityTemplate microsoft.graph.security.authorityTemplate 保持するコンテンツの種類とその保持スケジュールを記述する基になる権限を指定します。
categoryTemplate microsoft.graph.security.categoryTemplate 特定の部署の類似した種類のコンテンツのグループを指定します。
citationTemplate microsoft.graph.security.citationTemplate 特定のラベルとコンテンツを保持または削除するかどうかを決定するために使用される管轄区域によって作成された特定の規則または規制。
departmentTemplate microsoft.graph.security.departmentTemplate ラベルが属する組織の部署または部署を指定します。
filePlanReferenceTemplate microsoft.graph.security.filePlanReferenceTemplate 組織の保持スケジュールの一意の英数字識別子を指定します。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.security.filePlanDescriptor",
  "id": "String (identifier)",
  "authority": {
    "@odata.type": "microsoft.graph.security.filePlanAuthority"
  },
  "category": {
    "@odata.type": "microsoft.graph.security.filePlanAppliedCategory"
  },
  "citation": {
    "@odata.type": "microsoft.graph.security.filePlanCitation"
  },
  "department": {
    "@odata.type": "microsoft.graph.security.filePlanDepartment"
  },
  "filePlanReference": {
    "@odata.type": "microsoft.graph.security.filePlanReference"
  }
}