landingPage 资源类型

命名空间:microsoft.graph

表示攻击模拟登陆页。

继承自 entity

Methods

方法 返回类型 说明
列出 landingPages landingPage 集合 获取 landingPage 对象及其属性的列表。
获取 landingPage landingPage 获取与租户的攻击模拟活动关联的 landingPage

属性

属性 类型 说明
createdBy emailIdentity 创建登陆页的用户的标识。
createdDateTime DateTimeOffset 创建登陆页的日期和时间。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z
说明 String 用户定义的登陆页的说明。
displayName String 登陆页的显示名称。
id String landingPage 对象的唯一标识符。 继承自 entity
lastModifiedBy emailIdentity Email上次修改登陆页的用户的标识。
lastModifiedDateTime DateTimeOffset 上次修改登陆页的日期和时间。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z
区域设置 String 内容区域设置。
source simulationContentSource 内容的源。 可取值为:unknownglobaltenantunknownFutureValue
status simulationContentStatus 模拟的状态。 可取值为:unknowndraftreadyarchivedeleteunknownFutureValue
supportedLocales 字符串集合 支持的区域设置。

关系

关系 类型 说明
详细信息 landingPageDetail 集合 创建期间与模拟关联的登陆页面的详细信息。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.landingPage",
  "createdBy": {"@odata.type": "microsoft.graph.emailIdentity"},
  "createdDateTime": "String (timestamp)",
  "description": "String",
  "displayName": "String",
  "id": "String (identifier)",
  "lastModifiedBy": {"@odata.type": "microsoft.graph.emailIdentity"},
  "lastModifiedDateTime": "String (timestamp)",
  "locale": "String",
  "source": "String",
  "status": "String",
  "supportedLocales": ["String"]
}