V2VmServiceAccountArgs

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

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

Email address of the service account. If empty, default Compute service account will be used.

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

The list of scopes to be made available for this service account. If empty, access to all Cloud APIs will be allowed.

Functions

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