GetInstanceServiceAccount

data class GetInstanceServiceAccount(val email: String, val scopes: List<String>)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The service account e-mail address.

Link copied to clipboard

A list of service scopes.