PipelineDestinationAuthenticationConfigOauthToken

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val scope: String? = null

OAuth scope to be used for generating OAuth access token. If not specified, "https://www.googleapis.com/auth/cloud-platform" will be used.

Link copied to clipboard

Service account email used to generate the [OAuth