Enum RuntimeAccessConfig.Types.RuntimeAccessType (1.0.0-beta04)

public enum 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.