Data.Cloud.AmazonAPI.TAmazonGrantPermission

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAmazonGrantPermission = (amgpFullControl, amgpWrite, amgpWriteACP, amgpRead, amgpReadACP, amgpUnknown);

C++

enum DECLSPEC_DENUM TAmazonGrantPermission : unsigned char { amgpFullControl, amgpWrite, amgpWriteACP, amgpRead, amgpReadACP, amgpUnknown };

Properties

Type Visibility Source Unit Parent
enum public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI Data.Cloud.AmazonAPI

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