TDV Adapter for Google Cloud Storage

Build 22.0.8462

BucketACLs

Returns information for ACLs of a specific bucket.

Table Specific Information

Select

The adapter will use the Google Cloud Storage API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the adapter.

  • Bucket supports the '=,LIKE' comparisons.

For example, the following queries are processed server side:

SELECT * FROM BucketACLs WHERE Bucket = 'TestBucket'

Columns

Name Type Description
Id [KEY] String The ID of the access-control entry.
Entity String The entity holding the permission.
Role String The access permission for the entity.
Email String The email address associated with the entity, if any.
EntityId String The ID for the entity, if any.
Domain String The domain associated with the entity, if any.
ProjectTeamNumber String The project number.
ProjectTeamType String The team type.
ETag String HTTP 1.1 Entity tag for the access-control entry.
Bucket String The name of the bucket.

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