Table 18122315 EOS004 Service Config.
A generic service configuration.
Language | Caption |
---|---|
de-AT | Dienstkonfiguration |
de-CH | Dienstkonfiguration |
de-DE | Dienstkonfiguration |
en-AU | Service Configuration |
en-CA | Service Configuration |
en-GB | Service Configuration |
en-NZ | Service Configuration |
en-US | Service Configuration |
it-CH | Configurazione servizio |
it-IT | Configurazione servizio |
10
)Code[20]
The code.
Language | Caption |
---|---|
de-AT | Code |
de-CH | Code |
de-DE | Code |
en-AU | Code |
en-CA | Code |
en-GB | Code |
en-NZ | Code |
en-US | Code |
it-CH | Codice |
it-IT | Codice |
15
)Enum "EOS004 Service Config. Type"
Specifies the type of service that this configuration is for.
Language | Caption |
---|---|
de-AT | Art |
de-CH | Art |
de-DE | Art |
en-AU | Type |
en-CA | Type |
en-GB | Type |
en-NZ | Type |
en-US | Type |
it-CH | Tipo |
it-IT | Tipo |
20
)Text[50]
Description.
Language | Caption |
---|---|
de-AT | Beschreibung |
de-CH | Beschreibung |
de-DE | Beschreibung |
en-AU | Description |
en-CA | Description |
en-GB | Description |
en-NZ | Description |
en-US | Description |
it-CH | Descrizione |
it-IT | Descrizione |
30
)Text[1024]
The endpoint URI for this configuration. This may be optional, depending on the service type.
Language | Caption |
---|---|
de-AT | Endpunkt-URI |
de-CH | Endpunkt-URI |
de-DE | Endpunkt-URI |
en-AU | Endpoint Uri |
en-CA | Endpoint Uri |
en-GB | Endpoint Uri |
en-NZ | Endpoint Uri |
en-US | Endpoint Uri |
it-CH | Endpoint Uri |
it-IT | Endpoint Uri |
40
)Blob
A Blob containing the service-specific configuration settings.
Language | Caption |
---|---|
de-AT | Konfiguration |
de-CH | Konfiguration |
de-DE | Konfiguration |
en-AU | Configuration |
en-CA | Configuration |
en-GB | Configuration |
en-NZ | Configuration |
en-US | Configuration |
it-CH | Configurazione |
it-IT | Configurazione |
50
)Option
"None"
(0) , "Failures Only"
(1) , "All"
(2)
Specifies the logging verbosity of requests made for this configuration.
Language | Caption |
---|---|
de-AT | Logging |
de-CH | Logging |
de-DE | Logging |
en-AU | Logging |
en-CA | Logging |
en-GB | Logging |
en-NZ | Logging |
en-US | Logging |
it-CH | Logging |
it-IT | Logging |
60
)Integer
Specifies the timeout in seconds for requests.
Language | Caption |
---|---|
de-AT | Request Timeout (Sek) |
de-CH | Request Timeout (Sek) |
de-DE | Request Timeout (Sek) |
en-AU | Request Timeout (sec) |
en-CA | Request Timeout (sec) |
en-GB | Request Timeout (sec) |
en-NZ | Request Timeout (sec) |
en-US | Request Timeout (sec) |
it-CH | Request Timeout (sec) |
it-IT | Request Timeout (sec) |
procedure GetSettingKeys(): List of [Text]
Retrieves all list of all setting keys present in the current configuration.
Returns List[Text]
The list of currently configured keys.
procedure IsSettingMasked(SettingKey: Text): Boolean
Checks if a given setting key was stored masked.
SettingKey Text
The setting key.
Returns Boolean
true
if the setting exists and was stored masked. false
otherwise.
procedure GetSettingValue(SettingKey: Text): Text
Reads the given setting from the configuration.
SettingKey Text
The setting key to read.
Returns Text
The setting value. If the setting was stored masked, a placeholder text is returned.
procedure GetSettingValueAsSecret(SettingKey: Text; WithError: Boolean): SecretText
Reads the given setting from the configuration as a secret text.
SettingKey Text
The setting key to read.
WithError Boolean
If this is true, an error is raised should the setting not exist or have no value.
Returns SecretText
The setting value as a secret text.
procedure GetSettingValue(SettingKey: Text; Unmask: Boolean; WithError: Boolean): Text
Reads the given setting from the configuration.
SettingKey Text
The setting key to read.
Unmask Boolean
This only applies to settings that have been stored masked and has no effect on settings that were stored unmasked. If this is true, the setting is unmasked after reading. If this is false a placeholder string is read instead.
WithError Boolean
If this is true, an error is raised should the setting not exist or have no value.
Returns Text
The setting value, or - if applicable - a placeholder text.
procedure SetSettingValue(SettingKey: Text; Masked: Boolean; SettingValue: Text)
Stores the given setting in the configuration. Any existing value will be overwritten.
SettingKey Text
The setting key to store.
Masked Boolean
Indicates if the setting should be stored masked. A masked setting is not immediately visible on the configuration.
SettingValue Text
The setting value to store.
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.