AccountConnectorProviderOauthConfigArgs

data class AccountConnectorProviderOauthConfigArgs(val scopes: Output<List<String>>, val systemProviderId: Output<String>? = null) : ConvertibleToJava<AccountConnectorProviderOauthConfigArgs>

Constructors

Link copied to clipboard
constructor(scopes: Output<List<String>>, systemProviderId: Output<String>? = null)

Properties

Link copied to clipboard
val scopes: Output<List<String>>

Required. User selected scopes to apply to the Oauth config In the event of changing scopes, user records under AccountConnector will be deleted and users will re-auth again.

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

List of providers that are owned by Developer Connect. Possible values: GITHUB GITLAB GOOGLE SENTRY ROVO NEW_RELIC DATASTAX

Functions

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