ItemScope type

Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.
KnownItemScope can be used interchangeably with ItemScope, this enum contains the known values that the service supports.

Known values supported by the service

shared: shared
user: user

type ItemScope = string