AuthConfigDecryptedCredentialServiceAccountCredentials

data class AuthConfigDecryptedCredentialServiceAccountCredentials(val scope: String? = null, val serviceAccount: String? = null)

Constructors

constructor(scope: String? = null, serviceAccount: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val scope: String? = null

A space-delimited list of requested scope permissions.

Link copied to clipboard
val serviceAccount: String? = null

Name of the service account that has the permission to make the request.