Data.Cloud.AmazonAPI.TAmazonGrantPermission

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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

amgpFullControl

Allows the grantee the following permissions: read, write, read the Bucket/Object ACL, and write the Bucket/Object ACL on the Bucket/Object.

amgpWrite

Allows the grantee write permission on the bucket/object.

amgpWriteACP

Allows the grantee write Bucket/Object ACL permission on the bucket/object.

amgpRead

Allows the grantee read permission on the bucket/object.

amgpReadACP

Allows the grantee read Bucket/Object ACL permission on the bucket/object.

amgpUnknown

The grantee permissions are unknown.

See Also