calendar  v3
 All Classes Namespaces Functions Variables Enumerations Properties Events
Properties | List of all members
Google.Apis.Calendar.v3.Data.AclRule.ScopeData Class Reference

The scope of the rule. More...

Properties

virtual string Type [get, set]
 The type of the scope. Possible values are: - "default" - The public scope. This is the default value. - "user" - Limits the scope to a single user. - "group" - Limits the scope to a group. - "domain"
virtual string Value [get, set]
 The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".

Detailed Description

The scope of the rule.

Property Documentation

virtual string Google.Apis.Calendar.v3.Data.AclRule.ScopeData.Type
getset

The type of the scope. Possible values are: - "default" - The public scope. This is the default value. - "user" - Limits the scope to a single user. - "group" - Limits the scope to a group. - "domain"

  • Limits the scope to a domain. Note: The permissions granted to the "default", or public, scope apply to any user, authenticated or not.
virtual string Google.Apis.Calendar.v3.Data.AclRule.ScopeData.Value
getset

The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".


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