accessReason property

String? accessReason
getter/setter pair

The reason this account has been granted access to the list.

Output only. Possible string values are:

  • "ACCESS_REASON_UNSPECIFIED" : Not specified.
  • "OWNED" : The resource is owned by the user.
  • "SHARED" : The resource is shared to the user.
  • "LICENSED" : The resource is licensed to the user.
  • "SUBSCRIBED" : The user subscribed to the resource.
  • "AFFILIATED" : The resource is accessible to the user.

Implementation

core.String? accessReason;