Show / Hide Table of Contents

Class AclRule.ScopeData

The extent to which calendar access is granted by this ACL rule.

Inheritance
object
AclRule.ScopeData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class AclRule.ScopeData

Properties

Type

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.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Value

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

Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX