For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataObjectTypePermission

Describes a permission on a data object type.

type DataObjectTypePermission {
  cannotBeGranted: Boolean
  description: String
  globalPermissions: [String!]
  permission: String!
}

Fields

cannotBeGranted ● Boolean scalar

If true, this permission cannot be set by the user in the user interface.

description ● String scalar

The description of the permissions.

globalPermissions ● [String!] list scalar

The global permissions under which this permission can be categorized.

permission ● String! non-null scalar

The permission itself, specific to the data source (e.g. SELECT, INSERT, roles/bigquery.dataViewer...).

Member Of

DataObjectType object

Last updated

Was this helpful?