AccessRule
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_access_rule_get_type ()" ) ]
[
Version ( since =
"0.3.0" ) ]
public class AccessRule :
Entry
All the fields in the AccessRule structure are private and should never be accessed directly.
Content:
Properties:
- public int64 edited { get; }
The last time the access rule was edited.
- public string key { get; }
An optional authorisation key required to access this item with the
given scope.
- public string role { get; set; }
The role of the person concerned by this ACL.
- public string scope_type { owned get; set; }
Specifies to whom this access rule applies.
- public string scope_value { owned get; set; }
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:
Inherited Members:
All known members inherited from class GData.Entry
All known members inherited from class GData.Parsable
All known members inherited from class GLib.Object