Show / Hide Table of Contents

Class PostmasterToolsService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Gmail Postmaster Tools API.

Inheritance
object
PostmasterToolsService.ScopeConstants
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PostmasterTools.v2
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public static class PostmasterToolsService.ScopeConstants

Fields

Postmaster

Get email traffic metrics, manage domains, and manage domain users for the domains you have registered with Postmaster Tools

Declaration
public const string Postmaster = "https://www.googleapis.com/auth/postmaster"
Field Value
Type Description
string

PostmasterDomain

View and manage the domains you have registered with Postmaster Tools

Declaration
public const string PostmasterDomain = "https://www.googleapis.com/auth/postmaster.domain"
Field Value
Type Description
string

PostmasterTrafficReadonly

Get email traffic metrics for the domains you have registered with Postmaster Tools

Declaration
public const string PostmasterTrafficReadonly = "https://www.googleapis.com/auth/postmaster.traffic.readonly"
Field Value
Type Description
string
In this article
Back to top Generated by DocFX