次の方法で共有


filePlanReferenceTemplate リソースの種類

名前空間: microsoft.graph.security

重要

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

retentionLabelfilePlanReference 記述子を適用および管理するための CRUD 操作をサポートします。 filePlanReference 記述子は、Microsoft 365 コンテンツの管理性と編成を向上させるために保持ラベルを補完します。

microsoft.graph.security.filePlanDescriptorTemplate から継承します。

メソッド

メソッド 戻り値の種類 説明
List microsoft.graph.security.filePlanReferenceTemplate コレクション microsoft.graph.security.filePlanReferenceTemplate オブジェクトとそのプロパティの一覧を取得します。
Create microsoft.graph.security.filePlanReferenceTemplate 新しい microsoft.graph.security.filePlanReferenceTemplate オブジェクトを 作成します。
Get microsoft.graph.security.filePlanReferenceTemplate microsoft.graph.security.filePlanReferenceTemplate オブジェクトのプロパティとリレーションシップを読み取ります。
Delete なし microsoft.graph.security.filePlanReferenceTemplate オブジェクトを削除します。

プロパティ

プロパティ 説明
createdBy microsoft.graph.identitySet ファイル プラン参照記述子を作成したユーザーを表します。 microsoft.graph.security.filePlanDescriptorTemplate から継承されます。
createdDateTime DateTimeOffset filePlanReference 記述子が作成される日時を表します。 microsoft.graph.security.filePlanDescriptorTemplate から継承されます。
displayName String filePlanReference 名を定義する一意の文字列。 microsoft.graph.security.filePlanDescriptorTemplate から継承されます。
id String filePlanReference の一意の ID。 microsoft.graph.entity から継承されます。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.security.filePlanReferenceTemplate",
  "id": "String (identifier)",
  "displayName": "String",
  "createdBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "createdDateTime": "String (timestamp)"
}