__adapter_config__
Last updated
Was this helpful?
Last updated
Was this helpful?
__adapter_config__ -> {}
Exposes properties of an adapter config to be overridden using field mappings or in lifecycle hooks.
Values set on the adapter_config
object will be used for the duration of that service request, in place of the original value set on the adapter config, for the duration of the Service Request.
Subsequent service requests that use the same system/adapter will revert to using the original value set on the adapter config.
Values stored within Field Mappings do not have the same encryption methods as fields set directly on adapter configs.
Do not put sensitive information, including API secrets / passwords, in field mappings or lifecycle hooks.