subcategoryTemplate リソースの種類

名前空間: microsoft.graph.security

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

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

メソッド

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

プロパティ

プロパティ 種類 説明
createdBy microsoft.graph.identitySet サブカテゴリ記述子を作成したユーザーを表します。 microsoft.graph.security.filePlanDescriptorTemplate から継承されます。 読み取り専用です。
createdDateTime DateTimeOffset サブカテゴリ記述子が作成される日時を表します。 microsoft.graph.security.filePlanDescriptorTemplate から継承されます。 読み取り専用です。
displayName String サブカテゴリ名を定義する一意の文字列。 microsoft.graph.security.filePlanDescriptorTemplate から継承されます。
id String サブカテゴリの一意の ID。 microsoft.graph.entity から継承されます。 読み取り専用。

リレーションシップ

なし。

JSON 表記

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

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