Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class AccessRight.
The access right.
Protobuf type google.shopping.merchant.accounts.v1.AccessRight
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ACCESS_RIGHT_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum ACCESS_RIGHT_UNSPECIFIED = 0;
STANDARD
Value: 1
Standard access rights.
Generated from protobuf enum STANDARD = 1;
READ_ONLY
Value: 4
Has access to the same read-only methods as STANDARD, but no access to any mutating methods.
Generated from protobuf enum READ_ONLY = 4;
ADMIN
Value: 2
Admin access rights.
Generated from protobuf enum ADMIN = 2;
PERFORMANCE_REPORTING
Value: 3
Users with this right have access to performance and insights.
Generated from protobuf enum PERFORMANCE_REPORTING = 3;
API_DEVELOPER
Value: 5
Users with this right have access to Merchant API and its notifications.
This role is only accessible to accounts that has a developer registration.
Generated from protobuf enum API_DEVELOPER = 5;