命名空间:microsoft.graph
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示攻击模拟登录页。
继承自 entity。
Methods
| 方法 | 返回类型 | Description |
|---|---|---|
| List | loginPage 集合 | 获取 loginPage 对象及其属性的列表。 |
| Get | loginPage | 获取与租户的攻击模拟活动关联的 loginPage 。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| 内容 | String | 登录页的 HTML 内容。 |
| createdBy | emailIdentity | 创建登录页的用户的标识。 |
| createdDateTime | DateTimeOffset | 创建登录页的日期和时间。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 |
| description | String | 有关登录页的说明。 |
| displayName | String | 登录页的显示名称。 |
| id | String | loginPage 对象的唯一标识符。 继承自 entity。 |
| language | String | 登录页的内容语言。 |
| lastModifiedBy | emailIdentity | 上次修改登录页的用户的标识。 |
| lastModifiedDateTime | DateTimeOffset | 上次修改登录页的日期和时间。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 |
| source | simulationContentStatus | 内容的源。 可能的值包括 unknown、global、tenant、unknownFutureValue。 |
| status | simulationContentStatus | 登录页状态。 可能的值包括 unknown、draft、ready、archive、delete、unknownFutureValue。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.loginPage",
"content": "String",
"createdBy": {"@odata.type": "microsoft.graph.emailIdentity"},
"createdDateTime": "String (timestamp)",
"description": "String",
"displayName": "String",
"id": "String (identifier)",
"language": "String",
"lastModifiedBy": {"@odata.type": "microsoft.graph.emailIdentity"},
"lastModifiedDateTime": "String (timestamp)",
"source": "String",
"status": "String"
}