filePlanReferenceTemplate リソースの種類

名前空間: microsoft.graph.security

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

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

メソッド

メソッド 戻り値の種類 説明
List microsoft.graph.security.filePlanReferenceTemplate コレクション microsoft.graph.security.filePlanReferenceTemplate オブジェクトとそのプロパティの一覧を取得します。
Create microsoft.graph.security.filePlanReferenceTemplate 新しい microsoft.graph.security.filePlanReferenceTemplate オブジェクトをCreateします。
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)"
}