Data.Cloud.AmazonAPI.TAmazonGrantPermission
| [–] Properties | |
|---|---|
| Type: enum | |
| Visibility: public | |
| Source: Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp
| |
| Unit: Data.Cloud.AmazonAPI | |
| Parent: Data.Cloud.AmazonAPI | |
Delphi
TAmazonGrantPermission = (amgpFullControl, amgpWrite, amgpWriteACP, amgpRead, amgpReadACP, amgpUnknown);
C++
enum DECLSPEC_DENUM TAmazonGrantPermission : unsigned char { amgpFullControl, amgpWrite, amgpWriteACP, amgpRead, amgpReadACP, amgpUnknown };
Description
The available Grant permissions.
TAmazonGrantPermission is an enumeration that specifies the available Grant permissions.
The following values are available:
| Value | Description |
|---|---|
|
|
Allows the grantee the following permissions: read, write, read the Bucket/Object ACL, and write the Bucket/Object ACL on the Bucket/Object. |
|
|
Allows the grantee write permission on the bucket/object. |
|
|
Allows the grantee write Bucket/Object ACL permission on the bucket/object. |
|
|
Allows the grantee read permission on the bucket/object. |
|
|
Allows the grantee read Bucket/Object ACL permission on the bucket/object. |
|
|
The grantee permissions are unknown. |