ServiceAccountArgs

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

Service Account used as a credential.

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

The IAM service account email address like test@myproject.iam.gserviceaccount.com