DataObjectTypePermission
Last updated
Was this helpful?
Describes a permission on a data object type.
type DataObjectTypePermission {
cannotBeGranted: Boolean
description: String
globalPermissions: [String!]
permission: String!
}Boolean scalarIf true, this permission cannot be set by the user in the user interface.
String scalarThe description of the permissions.
[String!] list scalarThe global permissions under which this permission can be categorized.
String! non-null scalarThe permission itself, specific to the data source (e.g. SELECT, INSERT, roles/bigquery.dataViewer...).
DataObjectType object
Last updated
Was this helpful?
Was this helpful?