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
constructor(clientCredential: Output<OpenIdConnectClientCredentialArgs>? = null, clientId: Output<String>? = null, openIdConnectConfiguration: Output<OpenIdConnectConfigArgs>? = null)

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.

Functions

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