Class RuntimeAccessConfig (1.6.0)

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.