accessType property

String? accessType
getter/setter pair

The type of access mode this instance. Possible string values are:

  • "RUNTIME_ACCESS_TYPE_UNSPECIFIED" : Unspecified access.
  • "SINGLE_USER" : Single user login.
  • "SERVICE_ACCOUNT" : Service Account mode. In Service Account mode, Runtime creator will specify a SA that exists in the consumer project. Using Runtime Service Account field. Users accessing the Runtime need ActAs (Service Account User) permission.

Implementation

core.String? accessType;