次の方法で共有


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

名前空間: microsoft.graph

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

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

メソッド

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

プロパティ

プロパティ 説明
availabilityStatus trainingAvailabilityStatus トレーニングの可用性の状態。 使用可能な値: unknownnotAvailableavailablearchivedeleteunknownFutureValue
createdBy emailIdentity トレーニングを作成したユーザーの ID。
createdDateTime DateTimeOffset トレーニングが作成された日時。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
説明 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)",
  "source": "String",
  "supportedLocales": ["String"],
  "tags": ["String"],
  "type": "String"
}