OAuth2AuthenticationSettingsContractArgs

data class OAuth2AuthenticationSettingsContractArgs(val authorizationServerId: Output<String>? = null, val scope: Output<String>? = null) : ConvertibleToJava<OAuth2AuthenticationSettingsContractArgs>

API OAuth2 Authentication settings details.

Constructors

Link copied to clipboard
constructor(authorizationServerId: Output<String>? = null, scope: Output<String>? = null)

Properties

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

OAuth authorization server identifier.

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

operations scope.

Functions

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