| GroupGranteeAllUsers Property  | 
            AllUsers means the 
Bucket or 
OssObject could be accessed by anonymous users.
            That is all users could access the resource.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic static GroupGrantee AllUsers { get; }Public Shared ReadOnly Property AllUsers As GroupGrantee
	Get
public:
static property GroupGrantee^ AllUsers {
	GroupGrantee^ get ();
}static member AllUsers : GroupGrantee with get
Property Value
Type: 
GroupGrantee
See Also