ApiOAuthSettingsParameterArgs

data class ApiOAuthSettingsParameterArgs(val options: Output<Any>? = null, val uiDefinition: Output<Any>? = null, val value: Output<String>? = null) : ConvertibleToJava<ApiOAuthSettingsParameterArgs>

OAuth settings for the API

Constructors

Link copied to clipboard
constructor(options: Output<Any>? = null, uiDefinition: Output<Any>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val options: Output<Any>? = null

Options available to this parameter

Link copied to clipboard
val uiDefinition: Output<Any>? = null

UI definitions per culture as caller can specify the culture

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

Value of the setting

Functions

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