browserSiteHistory 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

应用于 browserSite 的修改历史记录。

属性

属性 类型 说明
allowRedirect 布尔值 控制重定向网站的行为。 如果 true为 ,则指示网站将在 Internet Explorer 11 或 Microsoft Edge 中打开,即使该网站作为 HTTP 或元刷新重定向链的一部分导航到也是如此。
注释 String 网站的注释。
compatibilityMode browserSiteCompatibilityMode 控制用于特定站点或域的兼容性设置。 可取值包括:defaultinternetExplorer8EnterpriseinternetExplorer7EnterpriseinternetExplorer11internetExplorer10internetExplorer9internetExplorer8internetExplorer7internetExplorer5unknownFutureValue
lastModifiedBy identitySet 上次修改网站的用户。
mergeType browserSiteMergeType 网站的合并类型。 可能的值包括 noMergedefaultunknownFutureValue
publishedDateTime DateTimeOffset 上次发布网站的日期和时间。
targetEnvironment browserSiteTargetEnvironment 网站应打开的目标环境。 可能的值包括 internetExplorerModeinternetExplorer11microsoftEdgeconfigurablenoneunknownFutureValue

在 2022 年 6 月 15 日之前, internetExplorer11 此选项将允许在 Internet Explorer 11 (IE11) 桌面应用程序中打开站点。 在 2022 年 6 月 15 日停用 IE11 后, internetExplorer11 该选项将不再打开 IE11 窗口,而是与选项的行为相同 internetExplorerMode

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.browserSiteHistory",
  "allowRedirect": "Boolean",
  "comment": "String",
  "compatibilityMode": "String",
  "lastModifiedBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "mergeType": "String",
  "publishedDateTime": "String (timestamp)",
  "targetEnvironment": "String"
}