Google Data Studio · Schema
Looker Studio Permissions
Access control configuration for a Looker Studio asset. Contains a mapping of roles to their assigned members and an etag for optimistic concurrency control to detect concurrent modifications.
AnalyticsBusiness IntelligenceDashboardsDataReportingVisualization
Properties
| Name | Type | Description |
|---|---|---|
| permissions | object | A map of role names to their member lists. Roles include OWNER, EDITOR, VIEWER, LINK_VIEWER, and LINK_EDITOR. |
| etag | string | Etag for optimistic concurrency control. Include this value in PATCH requests to detect and fail on concurrent modifications. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "google-data-studio-permissions-schema.json",
"title": "Looker Studio Permissions",
"description": "Access control configuration for a Looker Studio asset. Contains a mapping of roles to their assigned members and an etag for optimistic concurrency control to detect concurrent modifications.",
"type": "object",
"properties": {
"permissions": {
"type": "object",
"description": "A map of role names to their member lists. Roles include OWNER, EDITOR, VIEWER, LINK_VIEWER, and LINK_EDITOR.",
"properties": {
"OWNER": {
"$ref": "#/$defs/RoleMembers"
},
"EDITOR": {
"$ref": "#/$defs/RoleMembers"
},
"VIEWER": {
"$ref": "#/$defs/RoleMembers"
},
"LINK_VIEWER": {
"$ref": "#/$defs/RoleMembers"
},
"LINK_EDITOR": {
"$ref": "#/$defs/RoleMembers"
}
},
"additionalProperties": {
"$ref": "#/$defs/RoleMembers"
}
},
"etag": {
"type": "string",
"description": "Etag for optimistic concurrency control. Include this value in PATCH requests to detect and fail on concurrent modifications."
}
},
"$defs": {
"RoleMembers": {
"type": "object",
"description": "A list of members assigned to a particular role.",
"properties": {
"members": {
"type": "array",
"description": "List of member identifiers with type prefixes.",
"items": {
"$ref": "#/$defs/Member"
}
}
},
"required": [
"members"
]
},
"Member": {
"type": "string",
"description": "A member identifier with a type prefix. Supported formats: user:email@example.com (Google account), group:group@googlegroups.com (Google Group), domain:example.com (organization domain), serviceAccount:sa@project.iam.gserviceaccount.com (Cloud service account), and allUsers (anyone with the link).",
"examples": [
"user:gus@gmail.com",
"group:api@googlegroups.com",
"domain:example.com",
"serviceAccount:sa@project.iam.gserviceaccount.com",
"allUsers"
]
}
},
"additionalProperties": false
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-data-studio-permissions"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.