Data.Cloud.AmazonAPI.TAmazonGranteeType
| [–] 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 |
|---|---|
|
|
The permissions are granted by a canonical user ID. |
|
|
The permissions are granted by a customer e-mail address. |
|
|
The permissions are granted to a users group. |
|
|
Grantee type is unknown. |