categoryTemplate リソースの種類
名前空間: microsoft.graph.security
特定の部署の類似した種類のコンテンツのグループを指定します。 このリソースは、filePlanAppliedCategory 記述子と、retentionLabel の filePlanSubcategory 記述子を適用および管理するための CRUD 操作をサポートします。 これらのファイル プラン記述子は、Microsoft 365 コンテンツの管理性とorganizationを向上させるために保持ラベルを補完します。
microsoft.graph.security.filePlanDescriptorTemplate から継承します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
カテゴリの一覧表示 | microsoft.graph.security.categoryTemplate コレクション | microsoft.graph.security.categoryTemplate オブジェクトとそのプロパティの一覧を取得します。 |
Create カテゴリ | microsoft.graph.security.categoryTemplate | 新しい microsoft.graph.security.categoryTemplate オブジェクトをCreateします。 |
カテゴリを取得する | microsoft.graph.security.categoryTemplate | microsoft.graph.security.categoryTemplate オブジェクトのプロパティとリレーションシップを読み取ります。 |
カテゴリの削除 | なし | microsoft.graph.security.categoryTemplate オブジェクトを削除します。 |
サブカテゴリを一覧表示する | microsoft.graph.security.subcategoryTemplate コレクション | サブカテゴリ ナビゲーション プロパティから subcategoryTemplate リソースを取得します。 |
サブカテゴリのCreate | microsoft.graph.security.subcategoryTemplate | 新しいサブカテゴリTemplate オブジェクトをCreateします。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
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 から継承されます。 読み取り専用。 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
サブカテゴリ | microsoft.graph.security.subcategoryTemplate コレクション | 特定のカテゴリのすべてのサブカテゴリを表します。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.security.categoryTemplate",
"id": "String (identifier)",
"displayName": "String",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"createdDateTime": "String (timestamp)"
}