Module: Google::Shopping::Merchant::Accounts::V1::AccessRight

Defined in:
proto_docs/google/shopping/merchant/accounts/v1/accessright.rb

Overview

The access right.

Constant Summary collapse

ACCESS_RIGHT_UNSPECIFIED =

Default value. This value is unused.

0
STANDARD =

Standard access rights.

1
READ_ONLY =

Has access to the same read-only methods as STANDARD, but no access to any mutating methods.

4
ADMIN =

Admin access rights.

2
PERFORMANCE_REPORTING =

Users with this right have access to performance and insights.

3
API_DEVELOPER =

Users with this right have access to Merchant API and its notifications. This role is only accessible to accounts that has a developer registration.

5