ServiceAccountResponse

data class ServiceAccountResponse(val email: String, val scopes: 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.

Link copied to clipboard

The list of scopes to be made available for this service account.