filePlanDescriptorTemplate リソースの種類

名前空間: microsoft.graph.security

ファイル プラン記述子のテンプレート リソースに共通するプロパティを指定します。 各テンプレート リソースの基本型: authorityTemplatecategoryTemplatecitationTemplatedepartmentTemplatefilePlanReferenceTemplateおよび subcategoryTemplate

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

メソッド

なし。

プロパティ

プロパティ 説明
createdBy microsoft.graph.identitySet filePlanDescriptorTemplate 列を作成したユーザーを表します。
createdDateTime DateTimeOffset filePlanDescriptorTemplate が作成される日付と時刻を表します。
displayName String filePlanDescriptorTemplate 名を定義する一意の文字列。
id String filePlanDecriptorTemplate 列の一意の ID。 読み取り専用。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表現を次に示します。

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