OpenIdConnectRegistrationArgs

data class OpenIdConnectRegistrationArgs(val clientCredential: Output<OpenIdConnectClientCredentialArgs>? = null, val clientId: Output<String>? = null, val openIdConnectConfiguration: Output<OpenIdConnectConfigArgs>? = null) : ConvertibleToJava<OpenIdConnectRegistrationArgs>

The configuration settings of the app registration for the custom Open ID Connect provider.

Constructors

Link copied to clipboard
fun OpenIdConnectRegistrationArgs(clientCredential: Output<OpenIdConnectClientCredentialArgs>? = null, clientId: Output<String>? = null, openIdConnectConfiguration: Output<OpenIdConnectConfigArgs>? = null)

Functions

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

Properties

Link copied to clipboard

The authentication credentials of the custom Open ID Connect provider.

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

The client id of the custom Open ID Connect provider.

Link copied to clipboard

The configuration settings of the endpoints used for the custom Open ID Connect provider.