Show: Delphi C++
Display Preferences

Data.Cloud.AmazonAPI.TAmazonGranteeType

From XE2 API Documentation
Jump to: navigation, search

Delphi

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

C++

enum 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

Personal tools
Previous Versions
Translations