Discuss this help topic in SecureBlackbox Forum
Specifies the owner of the bucket.
Declaration
[VB.NET]
Property OwnerID As String
[Pascal]
property OwnerID : string;
[C++]
void get_OwnerID(std::string &OutResult);
void set_OwnerID(const std::string &Value);
[PHP]
string get_OwnerID()
void set_OwnerID(string $Value)
[Java]
String getOwnerID();
void setOwnerID(String Value);
Description
Use this property to specify the owner of the bucket to which the policy is applied.
Discuss this help topic in SecureBlackbox Forum