次の方法で共有


トレーニング リソースの種類

名前空間: microsoft.graph

重要

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

攻撃シミュレーショントレーニングを表します。

エンティティ から継承します。

メソッド

メソッド 戻り値の種類 説明
トレーニングを一覧表示する トレーニング コレクション トレーニング オブジェクトとそのプロパティの一覧を取得します。
トレーニングを受ける トレーニング テナントの攻撃シミュレーション トレーニング を取得します。
TrainingLanguageDetail を取得する trainingLanguageDetail テナントの攻撃シミュレーション トレーニングに関する 言語の詳細 を取得します。

プロパティ

プロパティ 説明
availabilityStatus trainingAvailabilityStatus トレーニングの可用性の状態。 使用可能な値: unknownnotAvailableavailablearchivedeleteunknownFutureValue
createdBy emailIdentity トレーニングを作成したユーザーの ID。
createdDateTime DateTimeOffset トレーニングが作成された日時。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
customUrl String トレーニング URL
説明 String トレーニングの説明。
displayName String トレーニングの表示名。
durationInMinutes Int32 トレーニングの期間 (分単位)。
hasEvaluation ブール型 トレーニングに評価があるかどうか。
id String トレーニング オブジェクトの一意識別子。 エンティティから継承 されます。
lastModifiedBy emailIdentity トレーニングを最後に変更したユーザーの ID。
lastModifiedDateTime DateTimeOffset トレーニングが最後に変更された日時。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
source simulationContentSource トレーニング コンテンツのソース。 使用可能な値: unknownglobaltenantunknownFutureValue
supportedLocales String collection 関連するトレーニングのコンテンツでサポートされているロケール。
tags String collection トレーニング タグ。
type trainingType トレーニングの種類。 可能な値は unknownphishingunknownFutureValue です。

関係

リレーションシップ 説明
languageDetails trainingLanguageDetail コレクション トレーニングで使用される言語の詳細。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.training",
  "availabilityStatus": "String",
  "createdBy": {"@odata.type": "microsoft.graph.emailIdentity"},
  "createdDateTime": "String (timestamp)",
  "description": "String",
  "displayName": "String",
  "durationInMinutes": "Int32",
  "hasEvaluation": "Boolean",
  "id": "String (identifier)",
  "lastModifiedBy": {"@odata.type": "microsoft.graph.emailIdentity"},
  "lastModifiedDateTime": "String (timestamp)",
  "customUrl": "String",
  "source": "String",
  "supportedLocales": ["String"],
  "tags": ["String"],
  "type": "String"
}