![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azurenative.web.kotlin.inputs.ApiOAuthSettingsArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-native-kotlin Show documentation
Show all versions of pulumi-azure-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.web.kotlin.inputs
import com.pulumi.azurenative.web.inputs.ApiOAuthSettingsArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Any
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* OAuth settings for the connection provider
* @property clientId Resource provider client id
* @property clientSecret Client Secret needed for OAuth
* @property customParameters OAuth parameters key is the name of parameter
* @property identityProvider Identity provider
* @property properties Read only properties for this oauth setting.
* @property redirectUrl Url
* @property scopes OAuth scopes
*/
public data class ApiOAuthSettingsArgs(
public val clientId: Output? = null,
public val clientSecret: Output? = null,
public val customParameters: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy