browserSiteHistory resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
The history of modifications applied to a browserSite.
Properties
Property | Type | Description |
---|---|---|
allowRedirect | Boolean | Controls the behavior of redirected sites. If true , indicates that the site will open in Internet Explorer 11 or Microsoft Edge even if the site is navigated to as part of a HTTP or meta refresh redirection chain. |
comment | String | The comment for the site. |
compatibilityMode | browserSiteCompatibilityMode | Controls what compatibility setting is used for specific sites or domains. The possible values are: default , internetExplorer8Enterprise , internetExplorer7Enterprise , internetExplorer11 , internetExplorer10 , internetExplorer9 , internetExplorer8 , internetExplorer7 , internetExplorer5 , unknownFutureValue . |
lastModifiedBy | identitySet | The user who last modified the site. |
mergeType | browserSiteMergeType | The merge type of the site. The possible values are: noMerge , default , unknownFutureValue . |
publishedDateTime | DateTimeOffset | The date and time when the site was last published. |
targetEnvironment | browserSiteTargetEnvironment | The target environment that the site should open in. The possible values are: internetExplorerMode , internetExplorer11 , microsoftEdge , configurable , none , unknownFutureValue .Prior to June 15, 2022, the internetExplorer11 option would allow opening a site in the Internet Explorer 11 (IE11) desktop application. Following the retirement of IE11 on June 15, 2022, the internetExplorer11 option will no longer open an IE11 window and will instead behave the same as the internetExplorerMode option. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.browserSiteHistory",
"allowRedirect": "Boolean",
"comment": "String",
"compatibilityMode": "String",
"lastModifiedBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"mergeType": "String",
"publishedDateTime": "String (timestamp)",
"targetEnvironment": "String"
}