GoogleCloudIntegrationsV1alphaAuthTokenArgs

data class GoogleCloudIntegrationsV1alphaAuthTokenArgs(val token: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<GoogleCloudIntegrationsV1alphaAuthTokenArgs>

The credentials to authenticate a user agent with a server that is put in HTTP Authorization request header.

Constructors

fun GoogleCloudIntegrationsV1alphaAuthTokenArgs(token: Output<String>? = null, type: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudIntegrationsV1alphaAuthTokenArgs

Properties

Link copied to clipboard
val token: Output<String>? = null

The token for the auth type.

Link copied to clipboard
val type: Output<String>? = null

Authentication type, e.g. "Basic", "Bearer", etc.