Data.Cloud.AmazonAPI.TAmazonGranteeType

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

TAmazonGranteeType = (agtCanonicalUser, agtCustomerByEmail, agtGroup, agtUnknown);

C++

enum DECLSPEC_DENUM TAmazonGranteeType : unsigned char { agtCanonicalUser, agtCustomerByEmail, agtGroup, agtUnknown };

Description

The available grantee types.

TAmazonGranteeType is an enumeration that specifies the available grantee types.

The following values are available:

Value Description

agtCanonicalUser

The permissions are granted by a canonical user ID.

agtCustomerByEmail

The permissions are granted by a customer e-mail address.

agtGroup

The permissions are granted to a users group.

agtUnknown

Grantee type is unknown.

See Also