InstanceTemplateServiceAccountArgs

data class InstanceTemplateServiceAccountArgs(val email: Output<String>? = null, val scopes: Output<List<String>>) : ConvertibleToJava<InstanceTemplateServiceAccountArgs>

Constructors

Link copied to clipboard
fun InstanceTemplateServiceAccountArgs(email: Output<String>? = null, scopes: Output<List<String>>)

Functions

Link copied to clipboard
open override fun toJava(): InstanceTemplateServiceAccountArgs

Properties

Link copied to clipboard
val email: Output<String>? = null

The service account e-mail address. If not given, the default Google Compute Engine service account is used.

Link copied to clipboard
val scopes: Output<List<String>>

A list of service scopes. Both OAuth2 URLs and gcloud short names are supported. To allow full access to all Cloud APIs, use the cloud-platform scope. See a complete list of scopes here.