public enum RuntimeAccessConfig.Types.RuntimeAccessTypeReference documentation and code samples for the Vertex AI Notebooks v1 API enum RuntimeAccessConfig.Types.RuntimeAccessType.
Possible ways to access runtime. Authentication mode. Currently supports: Single User only.
Namespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Fields |
|
|---|---|
| Name | Description |
ServiceAccount |
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. |
SingleUser |
Single user login. |
Unspecified |
Unspecified access. |