InstanceGceSetupServiceAccountArgs

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

Constructors

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

Properties

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

Optional. Email address of the service account.

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

(Output) Output only. The list of scopes to be made available for this service account. Set by the CLH to https://www.googleapis.com/auth/cloud-platform

Functions

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