ServiceAccountResponse

data class ServiceAccountResponse(val email: String, val scope: List<String>)

A service account.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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