accessState property

String? accessState
getter/setter pair

The state of the user's access to the Play Console.

Output only. Possible string values are:

  • "ACCESS_STATE_UNSPECIFIED" : Unknown or unspecified access state.
  • "INVITED" : User is invited but has not yet accepted the invitation.
  • "INVITATION_EXPIRED" : Invitation has expired.
  • "ACCESS_GRANTED" : User has accepted an invitation and has access to the Play Console.
  • "ACCESS_EXPIRED" : Account access has expired.

Implementation

core.String? accessState;