{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.browserSharedCookieStatus", "title": "browserSharedCookieStatus", "enum": [ "published", "pendingAdd", "pendingEdit", "pendingDelete", "unknownFutureValue" ], "type": "string", "x-ms-enum": { "name": "browserSharedCookieStatus", "modelAsString": false, "values": [ { "value": "published", "description": "A sharedcookie that has been published", "name": "published" }, { "value": "pendingAdd", "description": "A sharedcookie that has been added pending publish", "name": "pendingAdd" }, { "value": "pendingEdit", "description": "A sharedcookie that has been edited pending publish", "name": "pendingEdit" }, { "value": "pendingDelete", "description": "A sharedcookie that has been deleted pending publish", "name": "pendingDelete" }, { "value": "unknownFutureValue", "description": "Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary.", "name": "unknownFutureValue" } ] } }