director-sdk

ConfigurationProperty

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- config_key | str | Configuration property key | name | str | Configuration property name | [optional] description | str | Configuration property description | [optional] sensitive | bool | Whether this property is sensitive | [optional] required | bool | Whether this property is required | [optional] basic | bool | Whether this property is basic | [optional] type | str | Configuration property type | [optional] widget | str | Widget used to display this property | [optional] default_value | str | Default value for this property | [optional] list_separator | str | Character to use to separate lists | [optional] placeholder | str | Placeholder value to use if the value is unset | [optional] valid_values | list[ConfigurationPropertyValue] | List of all valid values for this property | [optional]

[Back to Model list] [Back to API list] [Back to README]