RuntimeAccessConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Specifies the login configuration for Runtime
Attributes
Name | Description |
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. |
Inheritance
builtins.object > proto.message.Message > RuntimeAccessConfigClasses
RuntimeAccessType
RuntimeAccessType(value)
Possible ways to access runtime. Authentication mode. Currently supports: Single User only.