Google Cloud Integrations V1alpha Auth Token Args
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
Link copied to clipboard
fun GoogleCloudIntegrationsV1alphaAuthTokenArgs(token: Output<String>? = null, type: Output<String>? = null)