-
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder.defaultValue(Object defaultValue)
Default value that will be shown when configuring this property for the first time
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder.helpText(String helpText)
Help text that will be shown for this configuration property in the admin console
when you hover over the tooltip
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder.label(String label)
Label that will be shown for this configuration property in the admin console
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder.name(String name)
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder.options(String... options)
If configuring a list type, these are the options you can choose from.
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder.options(List<String> options)
If configuring a list type, these are the options you can choose from.
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder.required(boolean required)
If turned on, this property will be marked as required in the admin console
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder.secret(boolean secret)
If turned on, this property is only writable and never readable.
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder.type(String type)