calendar  v3
 All Classes Namespaces Functions Variables Enumerations Properties Events
Classes | Properties | List of all members
Google.Apis.Calendar.v3.Data.AclRule Class Reference
Inheritance diagram for Google.Apis.Calendar.v3.Data.AclRule:
Google::Apis::Requests::IDirectResponseSchema

Classes

class  ScopeData
 The scope of the rule. More...

Properties

virtual string ETag [get, set]
 ETag of the resource.
virtual string Id [get, set]
 Identifier of the ACL rule.
virtual string Kind [get, set]
 Type of the resource ("calendar#aclRule").
virtual string Role [get, set]
 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.
virtual AclRule.ScopeData Scope [get, set]
 The scope of the rule.
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag

Property Documentation

virtual string Google.Apis.Calendar.v3.Data.AclRule.ETag
getset

ETag of the resource.

virtual string Google.Apis.Calendar.v3.Data.AclRule.Id
getset

Identifier of the ACL rule.

virtual string Google.Apis.Calendar.v3.Data.AclRule.Kind
getset

Type of the resource ("calendar#aclRule").

virtual string Google.Apis.Calendar.v3.Data.AclRule.Role
getset

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.

virtual AclRule.ScopeData Google.Apis.Calendar.v3.Data.AclRule.Scope
getset

The scope of the rule.


The documentation for this class was generated from the following file: