<#CL09KU1K7|> --- Hello everyone.. I have a quick...
# ask-community
p
#CL09KU1K7 --- Hello everyone.. I have a quick question on Prefect Cloud... How does Prefect Cloud isolate one client's content from other? Using Prefect Cloud, we will be accessing open Prefect API.. I am trying to understand at what level does it isolate one client from other? For example, For Informatica Cloud API, it maintains "Organizations" for each client and each environment, Tableau maintains "Sites" for each client for content isolation. So, in similar way, how does Prefect Cloud isolate clients from each other?
z
Hi @Puja Thacker. We separate data with the idea of a 'tenant'. Each user can belong to multiple tenants. Our auth tokens are granted permission to see a single tenant at a time. There are multiple levels of permission checks, but fundamentally you cannot ever query for data outside your tenant. Does this answer your question?