JDBC Driver for Google Directory

Build 23.0.8839

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.

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

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
CustomerId String Id of the customer

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839