Class RuntimeAccessConfig (1.10.2)

RuntimeAccessConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specifies the login configuration for Runtime

Attributes

NameDescription
access_type google.cloud.notebooks_v1.types.RuntimeAccessConfig.RuntimeAccessType
The type of access mode this instance.
runtime_owner str
The owner of this runtime after creation. Format: alias@example.com Currently supports one owner only.
proxy_uri str
Output only. The proxy endpoint that is used to access the runtime.

Classes

RuntimeAccessType

RuntimeAccessType(value)

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

Values: RUNTIME_ACCESS_TYPE_UNSPECIFIED (0): Unspecified access. SINGLE_USER (1): Single user login. SERVICE_ACCOUNT (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.