命名空间:microsoft.graph
表示攻击模拟训练。
继承自 entity。
Methods
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列出训练 | 训练 集合 | 获取 训练 对象及其属性的列表。 |
| 获取培训 | 训练 | 获取租户的攻击模拟 训练 。 |
| 获取 trainingLanguageDetail | trainingLanguageDetail | 获取有关租户的攻击模拟训练 的语言详细信息 。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| availabilityStatus | trainingAvailabilityStatus | 训练可用性状态。 可能的值包括 unknown、notAvailable、available、archive、delete、unknownFutureValue。 |
| createdBy | emailIdentity | 创建训练的用户的标识。 |
| createdDateTime | DateTimeOffset | 创建训练的日期和时间。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 |
| description | String | 训练的说明。 |
| displayName | String | 训练的显示名称。 |
| durationInMinutes | Int32 | 训练持续时间。 |
| hasEvaluation | 布尔值 | 指示训练是否有任何评估。 |
| id | String | 训练对象的唯一标识符。 继承自 entity。 |
| lastModifiedBy | emailIdentity | 上次修改训练的用户的标识。 |
| lastModifiedDateTime | DateTimeOffset | 上次修改训练的日期和时间。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 |
| source | simulationContentSource | 训练内容源。 可能的值包括 unknown、global、tenant、unknownFutureValue。 |
| supportedLocales | 字符串集合 | 相关训练的内容支持的区域设置。 |
| tags | 字符串集合 | 训练标记。 |
| type | trainingType | 训练的类型。 可能的值包括 unknown、phishing、unknownFutureValue。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| 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"
}