ServiceAccountArgs

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

ServiceAccount represents a GCP service account.

Constructors

Link copied to clipboard
fun ServiceAccountArgs(email: Output<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.