V2VmServiceAccount

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val email: String? = null

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

Link copied to clipboard
val scopes: 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.