Click or drag to resize
GroupGrantee Class
It defines a group of user that could be granted with permission.
Inheritance Hierarchy
SystemObject
  Aliyun.OSSGroupGrantee

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public sealed class GroupGrantee : IGrantee

The GroupGrantee type exposes the following members.

Methods
  NameDescription
Public methodEquals
Checks if two GroupGrantee instances equal
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Gets the hash code.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyStatic memberAllUsers
AllUsers means the Bucket or OssObject could be accessed by anonymous users. That is all users could access the resource.
Public propertyIdentifier
The grantee's identifier.
Top
See Also