GetInstanceTemplateServiceAccount

data class GetInstanceTemplateServiceAccount(val email: String, val scopes: List<String>)

Constructors

Link copied to clipboard
constructor(email: String, scopes: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.