Reference documentation and code samples for the Google Ads Data Manager V1 Client class AccessReason.
Enum describing possible access reasons.
Protobuf type google.ads.datamanager.v1.UserList.AccessReason
Namespace
Google \ Ads \ DataManager \ V1 \ UserListMethods
static::name
value
mixed
static::value
name
mixed
Constants
ACCESS_REASON_UNSPECIFIED
Value: 0
Not specified.
Generated from protobuf enum ACCESS_REASON_UNSPECIFIED = 0;
OWNED
Value: 1
The resource is owned by the user.
Generated from protobuf enum OWNED = 1;
SHARED
Value: 2
The resource is shared to the user.
Generated from protobuf enum SHARED = 2;
LICENSED
Value: 3
The resource is licensed to the user.
Generated from protobuf enum LICENSED = 3;
SUBSCRIBED
Value: 4
The user subscribed to the resource.
Generated from protobuf enum SUBSCRIBED = 4;
AFFILIATED
Value: 5
The resource is accessible to the user.
Generated from protobuf enum AFFILIATED = 5;

