ServiceAccountArgs

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

A service account.

Constructors

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

Functions

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

Properties

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

Email address of the service account.

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

The list of scopes to be made available for this service account.