Class AclRule
public class AclRule : IDirectResponseSchema
- Inheritance
-
AclRule
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
AclRule()
public AclRule()
Properties
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
Id
Identifier of the ACL rule.
public virtual string Id { get; set; }
Property Value
Kind
Type of the resource ("calendar#aclRule").
public virtual string Kind { get; set; }
Property Value
Role
The role assigned to the scope. Possible values are: - "none" - Provides no access. - "freeBusyReader" - Provides read access to free/busy information. - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
public virtual string Role { get; set; }
Property Value
Scope
The scope of the rule.
public virtual AclRule.ScopeData Scope { get; set; }