filePlanDescriptor リソースの種類

名前空間: microsoft.graph.security

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

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

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

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

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

メソッド

なし。

プロパティ

プロパティ 説明
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 ラベルが属するorganizationの部署または部署を指定します。
filePlanReferenceTemplate microsoft.graph.security.filePlanReferenceTemplate organizationの保持スケジュールの一意の英数字識別子を指定します。

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"
  }
}