Class PostmasterToolsService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Gmail Postmaster Tools API.
Inherited Members
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 |