# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------
from enum import Enum
[docs]class ApplicationType(str, Enum):
web = "web"
other = "other"
[docs]class FlowType(str, Enum):
bluefield = "Bluefield"
[docs]class RequestSource(str, Enum):
rest = "rest"
[docs]class PurgeState(str, Enum):
pending = "pending"
completed = "completed"
[docs]class FavoriteType(str, Enum):
shared = "shared"
user = "user"
[docs]class WebTestKind(str, Enum):
ping = "ping"
multistep = "multistep"
[docs]class ItemScope(str, Enum):
shared = "shared"
user = "user"
[docs]class ItemType(str, Enum):
query = "query"
function = "function"
folder = "folder"
recent = "recent"
[docs]class SharedTypeKind(str, Enum):
user = "user"
shared = "shared"
[docs]class FavoriteSourceType(str, Enum):
retention = "retention"
notebook = "notebook"
sessions = "sessions"
events = "events"
userflows = "userflows"
funnel = "funnel"
impact = "impact"
segmentation = "segmentation"
[docs]class ItemScopePath(str, Enum):
analytics_items = "analyticsItems"
myanalytics_items = "myanalyticsItems"
[docs]class ItemTypeParameter(str, Enum):
none = "none"
query = "query"
function = "function"
folder = "folder"
recent = "recent"
[docs]class CategoryType(str, Enum):
workbook = "workbook"
tsg = "TSG"
performance = "performance"
retention = "retention"