browserSharedCookieHistory 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.
Represents the history of modifications applied to a browserSharedCookie.
Properties
Property | Type | Description |
---|---|---|
comment | String | The comment for the shared cookie. |
displayName | String | The name of the cookie. |
hostOnly | Boolean | Controls whether a cookie is a host-only or domain cookie. |
hostOrDomain | String | The URL of the cookie. |
lastModifiedBy | identitySet | The user who last modified the cookie. |
path | String | The path of the cookie. |
publishedDateTime | DateTimeOffset | The date and time when the cookie was last published. |
sourceEnvironment | browserSharedCookieSourceEnvironment | Specifies how the cookies are shared between Microsoft Edge and Internet Explorer. The possible values are: microsoftEdge , internetExplorer11 , both , unknownFutureValue . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.browserSharedCookieHistory",
"comment": "String",
"displayName": "String",
"hostOnly": "Boolean",
"hostOrDomain": "String",
"lastModifiedBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"path": "String",
"publishedDateTime": "String (timestamp)",
"sourceEnvironment": "String"
}