Click or drag to resize
GroupGrantee Class
定义了可以被授权的一组OSS用户。
Inheritance Hierarchy
SystemObject
  Aliyun.OSSGroupGrantee

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

The GroupGrantee type exposes the following members.

Methods
  NameDescription
Public methodEquals
判断两个GroupGrantee是否相等
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
获取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
表示为OSS的BucketOssObject指定匿名访问的权限。 任何用户都可以根据被授予的权限进行访问。
Public propertyIdentifier
获取被授权者的标识。
Top
See Also