次の方法で共有


browserSharedCookie リソースの種類

名前空間: microsoft.graph

サイト リストに存在する Internet Explorer モードのセッション Cookie を表します。 Microsoft Edge および Internet Explorer プロセスでは 、共有セッション Cookie を 使用して、認証などのタスクを実行する際の効率的なエクスペリエンスを実現します。 詳細については、「 Microsoft Edge と Internet Explorer 間の Cookie 共有」を参照してください。

メソッド

メソッド 戻り値の種類 説明
List browserSharedCookie コレクション browserSharedCookie オブジェクトとそのプロパティの一覧を取得します。
Create browserSharedCookie browserSiteList で新しい browserSharedCookie オブジェクトを作成します。
Get browserSharedCookie Internet Explorer モードを使用しているときに、Microsoft Edge プロセスと Internet Explorer プロセスの間で共有できるセッション Cookie を取得します。
Update なし browserSharedCookie オブジェクトのプロパティを更新します。
Delete なし browserSharedCookie をbrowserSiteList から削除します。

プロパティ

プロパティ 説明
comment String 共有 Cookie のコメント。
createdDateTime DateTimeOffset 共有 Cookie が作成された日時。
deletedDateTime DateTimeOffset 共有 Cookie が削除された日時。
displayName String Cookie の名前。
歴史 browserSharedCookieHistory コレクション Cookie に適用された変更の履歴。
hostOnly ブール型 Cookie がホスト専用 Cookie かドメイン Cookie かを制御します。
hostOrDomain String Cookie の URL。
id String Cookie の一意の識別子。
lastModifiedBy identitySet Cookie を最後に変更したユーザー。
lastModifiedDateTime DateTimeOffset Cookie が最後に変更された日時。
path String Cookie のパス。
sourceEnvironment browserSharedCookieSourceEnvironment Microsoft Edge と Internet Explorer の間で Cookie を共有する方法を指定します。 使用可能な値: microsoftEdgeinternetExplorer11bothunknownFutureValue
status browserSharedCookieStatus Cookie の状態。 使用可能な値: publishedpendingAddpendingEditpendingDeleteunknownFutureValue

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.browserSharedCookie",
  "comment": "String",
  "createdDateTime": "String (timestamp)",
  "deletedDateTime": "String (timestamp)",
  "displayName": "String",
  "history": [
    {
      "@odata.type": "microsoft.graph.browserSharedCookieHistory"
    }
  ],
  "hostOnly": "Boolean",
  "hostOrDomain": "String",
  "id": "String (identifier)",
  "lastModifiedBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "lastModifiedDateTime": "String (timestamp)",
  "path": "String",
  "sourceEnvironment": "String",
  "status": "String"
}