accessReason property
Indicates the reason this account has been granted access to the list.
The reason can be SHARED, OWNED, LICENSED or SUBSCRIBED. This field is read-only.
Output only. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "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;