Show / Hide Table of Contents

Class PeopleServiceService.Scope

Available OAuth 2.0 scopes for use with the People API.

Inheritance
System.Object
PeopleServiceService.Scope
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.PeopleService.v1
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class Scope

Fields

Contacts

See, edit, download, and permanently delete your contacts

Declaration
public static string Contacts
Field Value
Type Description
System.String

ContactsReadonly

See and download your contacts

Declaration
public static string ContactsReadonly
Field Value
Type Description
System.String

UserAddressesRead

View your street addresses

Declaration
public static string UserAddressesRead
Field Value
Type Description
System.String

UserBirthdayRead

View your complete date of birth

Declaration
public static string UserBirthdayRead
Field Value
Type Description
System.String

UserEmailsRead

View your email addresses

Declaration
public static string UserEmailsRead
Field Value
Type Description
System.String

UserinfoEmail

View your email address

Declaration
public static string UserinfoEmail
Field Value
Type Description
System.String

UserinfoProfile

See your personal info, including any personal info you've made publicly available

Declaration
public static string UserinfoProfile
Field Value
Type Description
System.String

UserOrganizationRead

See your education, work history and org info

Declaration
public static string UserOrganizationRead
Field Value
Type Description
System.String

UserPhonenumbersRead

View your phone numbers

Declaration
public static string UserPhonenumbersRead
Field Value
Type Description
System.String
Back to top