Resource: ModuleSettingsProperty
ModuleSettingsProperty is a resource that represents a module settings property.
JSON representation |
---|
{
"name": string,
"value": string,
"type": enum ( |
Fields | |
---|---|
name |
Identifier. The unique name of the module settings property. |
value |
Required. The property value. |
type |
Output only. The type of the property value. |
ParamType
Represents a module settings property type.
Enums | |
---|---|
PARAM_TYPE_UNSPECIFIED |
The type of the property value is undefined. |
BOOLEAN |
The property value is a boolean. |
INT |
The property value is an integer. |
STRING |
The property value is a string. |
PASSWORD |
The property value is a password. |
IP |
The property value is an IP address. |
IP_OR_HOST |
The property value is an IP address or a hostname. |
URL |
The property value is a URL. |
DNS_DOMAIN |
The property value is a domain. |
EMAIL |
The property value is an email address. |
VALUES_LIST |
The property value is a list of values. |
VALUES_AS_SEMICOLON_SEPARATED_STRING |
The property value is a semicolon separated string. |
MULTI_VALUES_SELECTION |
The property value is a list of values with selection. |
SCRIPT |
The property value is a script. |
FILTER_LIST |
The property value is a list of values. |
NUMERICAL_VALUES |
The property value is a list of numerical values. |
Methods |
|
---|---|
|
Batch update ModuleSettingsProperties. |
|
Get a ModuleSettingsProperty. |
|
List ModuleSettingsProperties. |
|
Update a ModuleSettingsProperty. |
|
The method tests the configured module settings, and by this ensures that all settings of the module were configured properly. |