CacheIdentityType type

The type of identity used for the cache

type CacheIdentityType =
  | "SystemAssigned"
  | "UserAssigned"
  | "SystemAssigned, UserAssigned"
  | "None"