WorkforceOidcConfigArgs

data class WorkforceOidcConfigArgs(val authenticationRequestExtraParams: Output<Map<String, String>>? = null, val authorizationEndpoint: Output<String>, val clientId: Output<String>, val clientSecret: Output<String>, val issuer: Output<String>, val jwksUri: Output<String>, val logoutEndpoint: Output<String>, val scope: Output<String>? = null, val tokenEndpoint: Output<String>, val userInfoEndpoint: Output<String>) : ConvertibleToJava<WorkforceOidcConfigArgs>

Constructors

Link copied to clipboard
constructor(authenticationRequestExtraParams: Output<Map<String, String>>? = null, authorizationEndpoint: Output<String>, clientId: Output<String>, clientSecret: Output<String>, issuer: Output<String>, jwksUri: Output<String>, logoutEndpoint: Output<String>, scope: Output<String>? = null, tokenEndpoint: Output<String>, userInfoEndpoint: Output<String>)

Properties

Link copied to clipboard

A string to string map of identifiers specific to the custom identity provider (IdP) being used.

Link copied to clipboard

The OIDC IdP authorization endpoint used to configure your private workforce.

Link copied to clipboard
val clientId: Output<String>

The OIDC IdP client ID used to configure your private workforce.

Link copied to clipboard
val clientSecret: Output<String>

The OIDC IdP client secret used to configure your private workforce.

Link copied to clipboard
val issuer: Output<String>

The OIDC IdP issuer used to configure your private workforce.

Link copied to clipboard
val jwksUri: Output<String>

The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.

Link copied to clipboard
val logoutEndpoint: Output<String>

The OIDC IdP logout endpoint used to configure your private workforce.

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

An array of string identifiers used to refer to the specific pieces of user data or claims that the client application wants to access.

Link copied to clipboard
val tokenEndpoint: Output<String>

The OIDC IdP token endpoint used to configure your private workforce.

Link copied to clipboard

The OIDC IdP user information endpoint used to configure your private workforce.

Functions

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