AttachedClusterOidcConfigArgs

data class AttachedClusterOidcConfigArgs(val issuerUrl: Output<String>, val jwks: Output<String>? = null) : ConvertibleToJava<AttachedClusterOidcConfigArgs>

Constructors

Link copied to clipboard
constructor(issuerUrl: Output<String>, jwks: Output<String>? = null)

Properties

Link copied to clipboard
val issuerUrl: Output<String>

A JSON Web Token (JWT) issuer URI. issuer must start with https://

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

OIDC verification keys in JWKS format (RFC 7517).

Functions

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