oidcToken

@JvmName(name = "rncgvblkaacxnwtd")
suspend fun oidcToken(value: Output<OidcTokenArgs>)
@JvmName(name = "lahdueluctvidius")
suspend fun oidcToken(value: OidcTokenArgs?)

Parameters

value

If specified, an OIDC token will be generated and attached as an Authorization header in the HTTP request. This type of authorization can be used for many scenarios, including calling Cloud Run, or endpoints where you intend to validate the token yourself.


@JvmName(name = "djkvrpkuugoymlqy")
suspend fun oidcToken(argument: suspend OidcTokenArgsBuilder.() -> Unit)

Parameters

argument

If specified, an OIDC token will be generated and attached as an Authorization header in the HTTP request. This type of authorization can be used for many scenarios, including calling Cloud Run, or endpoints where you intend to validate the token yourself.