Google Cloud Notebooks V1 Client - Class RuntimeAccessType (0.7.5)

Reference documentation and code samples for the Google Cloud Notebooks V1 Client class RuntimeAccessType.

Possible ways to access runtime. Authentication mode.

Currently supports: Single User only.

Protobuf type google.cloud.notebooks.v1.RuntimeAccessConfig.RuntimeAccessType

Namespace

Google \ Cloud \ Notebooks \ V1 \ RuntimeAccessConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RUNTIME_ACCESS_TYPE_UNSPECIFIED

Value: 0

Unspecified access.

Generated from protobuf enum RUNTIME_ACCESS_TYPE_UNSPECIFIED = 0;

SINGLE_USER

Value: 1

Single user login.

Generated from protobuf enum SINGLE_USER = 1;

SERVICE_ACCOUNT

Value: 2

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.

Generated from protobuf enum SERVICE_ACCOUNT = 2;