Class S3Grant
Grant
public class S3Grant
- Inheritance
-
S3Grant
- Inherited Members
Constructors
S3Grant()
public S3Grant()
Properties
Grantee
The grantee details.
public S3Grantee Grantee { get; set; }
Property Value
Permission
Specifies the permission given to the grantee.
public S3Permission Permission { get; set; }