| ProviderConfigurationBuilder.ProviderConfigPropertyBuilder | ProviderConfigurationBuilder.ProviderConfigPropertyBuilder. defaultValue(Object defaultValue) | Default value that will be shown when configuring this property for the first time | 
| ProviderConfigurationBuilder.ProviderConfigPropertyBuilder | 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 | ProviderConfigurationBuilder.ProviderConfigPropertyBuilder. label(String label) | Label that will be shown for this configuration property in the admin console | 
| ProviderConfigurationBuilder.ProviderConfigPropertyBuilder | ProviderConfigurationBuilder.ProviderConfigPropertyBuilder. name(String name) |  | 
| ProviderConfigurationBuilder.ProviderConfigPropertyBuilder | ProviderConfigurationBuilder.ProviderConfigPropertyBuilder. options(String... options) | If configuring a list type, these are the options you can choose from. | 
| ProviderConfigurationBuilder.ProviderConfigPropertyBuilder | ProviderConfigurationBuilder.ProviderConfigPropertyBuilder. options(List<String> options) | If configuring a list type, these are the options you can choose from. | 
| ProviderConfigurationBuilder.ProviderConfigPropertyBuilder | ProviderConfigurationBuilder. property() |  | 
| ProviderConfigurationBuilder.ProviderConfigPropertyBuilder | ProviderConfigurationBuilder.ProviderConfigPropertyBuilder. secret(boolean secret) | If turned on, this property is only writable and never readable. | 
| ProviderConfigurationBuilder.ProviderConfigPropertyBuilder | ProviderConfigurationBuilder.ProviderConfigPropertyBuilder. type(String type) | Property type. |