Module: Google::Ads::DataManager::V1::UserList::AccessReason

Defined in:
proto_docs/google/ads/datamanager/v1/user_list.rb

Overview

Enum describing possible access reasons.

Constant Summary collapse

ACCESS_REASON_UNSPECIFIED =

Not specified.

0
OWNED =

The resource is owned by the user.

1
SHARED =

The resource is shared to the user.

2
LICENSED =

The resource is licensed to the user.

3
SUBSCRIBED =

The user subscribed to the resource.

4
AFFILIATED =

The resource is accessible to the user.

5