Module: Google::Cloud::Notebooks::V1::RuntimeAccessConfig::RuntimeAccessType

Defined in:
proto_docs/google/cloud/notebooks/v1/runtime.rb

Overview

Possible ways to access runtime. Authentication mode. Currently supports: Single User only.

Constant Summary collapse

RUNTIME_ACCESS_TYPE_UNSPECIFIED =

Unspecified access.

0
SINGLE_USER =

Single user login.

1
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.

2