AccessRule
Object Hierarchy:
Description:
public class AccessRule :
Entry
All the fields in the AccessRule structure are private and should never be accessed
directly.
Namespace: GData
Package: libgdata
Content:
Properties:
-
public int64 edited { get; }
The last time the access rule was edited. If the rule has not been edited yet, the content indicates the
time it was created.
-
public string role { set; get; }
The role of the person concerned by this ACL. By default, this can only be
ACCESS_ROLE_NONE. Services may extend it with their own namespaced roles.
-
public string scope_type { set; owned get; }
-
public string scope_value { set; owned get; }
A value representing the user who is represented by the access rule, such as an e-mail address for
users, or a domain name for domains.
Creation methods:
Methods: