Enum AccessRight
The access right.
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public enum AccessRight
Fields
Name | Description |
---|---|
Admin | Admin access rights. |
ApiDeveloper | Users with this right have access to Merchant API and its notifications. This role is only accessible to accounts that has a developer registration. |
PerformanceReporting | Users with this right have access to performance and insights. |
ReadOnly | Has access to the same read-only methods as STANDARD, but no access to any mutating methods. |
Standard | Standard access rights. |
Unspecified | Default value. This value is unused. |