Type de ressource browserSharedCookieHistory
Espace de noms: microsoft.graph
Représente l’historique des modifications appliquées à un browserSharedCookie.
Propriétés
Propriété | Type | Description |
---|---|---|
comment | Chaîne | Commentaire pour le cookie partagé. |
displayName | Chaîne | Nom du cookie. |
hostOnly | Valeur booléenne | Contrôle si un cookie est un cookie hôte uniquement ou un cookie de domaine. |
hostOrDomain | Chaîne | URL du cookie. |
lastModifiedBy | identitySet | L’utilisateur qui a modifié le cookie pour la dernière fois. |
chemin | Chaîne | Chemin d’accès du cookie. |
publishedDateTime | DateTimeOffset | Date et heure de la dernière publication du cookie. |
sourceEnvironment | browserSharedCookieSourceEnvironment | Spécifie la façon dont les cookies sont partagés entre Microsoft Edge et Internet Explorer. Les valeurs possibles sont : microsoftEdge , internetExplorer11 , both , unknownFutureValue . |
Relations
Aucun.
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"@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"
}