Data.Cloud.AmazonAPI.TAmazonGranteeType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

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 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