JDBC Driver for Google Directory

Build 22.0.8462

Privileges

Lists all Privileges.

Table Specific Information

Select

To get a list of all privileges for an account, the CustomerId column is required. It can be set in the connection string or in the WHERE clause condition. If not specified, the CustomerId of the current account will be used. The driver processes other queries client-side in memory.

For example, the following query is processed server side by the Google Directory APIs:

SELECT * FROM Privileges

Columns

Name Type Description
ServiceId [KEY] String The obfuscated ID of the service this privilege is for.
ServiceName [KEY] String The name of the service this privilege is for.
PrivilegeName String The name of the privilege.
ParentServiceId String The service Id of the parent privilege.
ParentPrivilegeName String The privilege name of the parent privilege.
IsOrganizationUnitRestrictable Boolean Indicates if the privilege can be restricted to an organization unit.
Etag String Etag of the resource.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
CustomerId String Id of the customer

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462