Class S3Grantee
Grantee
public class S3Grantee
- Inheritance
-
S3Grantee
- Inherited Members
Constructors
S3Grantee()
public S3Grantee()
Properties
CanonicalUser
The canonical user ID of the grantee.
public string CanonicalUser { get; set; }
Property Value
DisplayName
Screen name of the grantee.
public string DisplayName { get; set; }
Property Value
EmailAddress
Email address of the grantee.
public string EmailAddress { get; set; }
Property Value
Type
Type of grantee
public GranteeType Type { get; }
Property Value
URI
URI of the grantee group.
public string URI { get; set; }