Discuss this help topic in SecureBlackbox Forum
This type specifies possible grantee types that could be contained in an Amazon S3 ACL.
Declaration
[C#/Java]
enum TSBAWSS3AccessControlGranteeType { acqtUnknown = 0, acgtCanonicalUser = 1, acgtAmazonCustomerByEmail = 2, acgtGroup = 3, acgtAuthenticatedUsersGroup = 4, acgtAllUsersGroup = 5, acgtLogDeliveryGroup = 6 };
[VB.NET]
Enum TSBAWSS3AccessControlGranteeType
acqtUnknown = 0
acgtCanonicalUser = 1
acgtAmazonCustomerByEmail = 2
acgtGroup = 3
acgtAuthenticatedUsersGroup = 4
acgtAllUsersGroup = 5
acgtLogDeliveryGroup = 6
End Enum
[Pascal]
TSBAWSS3AccessControlGranteeType = (acqtUnknown, acgtCanonicalUser, acgtAmazonCustomerByEmail, acgtGroup, acgtAuthenticatedUsersGroup, acgtAllUsersGroup, acgtLogDeliveryGroup);
[C++]
typedef uint8_t TSBAWSS3AccessControlGranteeTypeRaw;
typedef enum { acqtUnknown = 0, acgtCanonicalUser = 1, acgtAmazonCustomerByEmail = 2, acgtGroup = 3, acgtAuthenticatedUsersGroup = 4, acgtAllUsersGroup = 5, acgtLogDeliveryGroup = 6 } TSBAWSS3AccessControlGranteeType;
Description
Possible values:
Declared in
.NET:
- Namespace: SBAWSDataStorage
- Assembly: SecureBlackbox.Cloud
VCL:Java:
- Package: SecureBlackbox.Cloud.jar
C++:
Discuss this help topic in SecureBlackbox Forum