ApiOpenidAuthenticationArgs

data class ApiOpenidAuthenticationArgs(val bearerTokenSendingMethods: Output<List<String>>? = null, val openidProviderName: Output<String>) : ConvertibleToJava<ApiOpenidAuthenticationArgs>

Constructors

Link copied to clipboard
constructor(bearerTokenSendingMethods: Output<List<String>>? = null, openidProviderName: Output<String>)

Properties

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

How to send token to the server. A list of zero or more methods. Valid values are authorizationHeader and query.

Link copied to clipboard

OpenID Connect provider identifier. The name of an OpenID Connect Provider.

Functions

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