BucketsACL
Returns the access control list (ACL) of a bucket.
Table Specific Information
Select
The adapter uses the Wasabi API to process search criteria that refers to the Bucket column. The adapter processes other filters client side within the adapter. For example, the following queries are processed server side.
SELECT * FROM BucketsACL SELECT * FROM BucketsACL WHERE Bucket='TestBucket'
Columns
Name | Type | Description |
GranteeType | String | Display name of the user. |
GranteeId | String | The ID of the user. |
GranteeDisplayName | String | Display name of the user. |
GranteeURI | String | Display name of the user. |
Permission | String | Permission given to the user or group. |
Bucket | String | The name of the bucket that the ACL belongs to. |