GraphQlApiOpenIdConnectConfigArgs

data class GraphQlApiOpenIdConnectConfigArgs(val authTtl: Output<Double>? = null, val clientId: Output<String>? = null, val iatTtl: Output<Double>? = null, val issuer: Output<String>? = null) : ConvertibleToJava<GraphQlApiOpenIdConnectConfigArgs>

Constructors

Link copied to clipboard
constructor(authTtl: Output<Double>? = null, clientId: Output<String>? = null, iatTtl: Output<Double>? = null, issuer: Output<String>? = null)

Properties

Link copied to clipboard
val authTtl: Output<Double>? = null

The number of milliseconds that a token is valid after being authenticated.

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

The client identifier of the Relying party at the OpenID identity provider.

Link copied to clipboard
val iatTtl: Output<Double>? = null

The number of milliseconds that a token is valid after it's issued to a user.

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

The issuer for the OIDC configuration.

Functions

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