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
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ACCESS_REASON_UNSPECIFIED
Value: 0Not specified.
Generated from protobuf enum ACCESS_REASON_UNSPECIFIED = 0;
OWNED
Value: 1The resource is owned by the user.
Generated from protobuf enum OWNED = 1;
SHARED
Value: 2The resource is shared to the user.
Generated from protobuf enum SHARED = 2;
LICENSED
Value: 3The resource is licensed to the user.
Generated from protobuf enum LICENSED = 3;
SUBSCRIBED
Value: 4The user subscribed to the resource.
Generated from protobuf enum SUBSCRIBED = 4;
AFFILIATED
Value: 5The resource is accessible to the user.
Generated from protobuf enum AFFILIATED = 5;