AI Platform Notebooks v1 API - Enum RuntimeAccessConfig.Types.RuntimeAccessType (2.0.0)

public enum RuntimeAccessType

Reference documentation and code samples for the AI Platform Notebooks v1 API enum RuntimeAccessConfig.Types.RuntimeAccessType.

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

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Fields

NameDescription
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.