The attribute map_boolean_as_boolean is not being set in the dms_endpoint module and the default is false. I would like to have this made into a variable that can be set to true if needed.
Expected Behavior
Setting map_boolean_as_boolean = true when calling the module would correctly set the attribute.
Use Case
We need to set map_boolean_as_boolean = true on our dms endpoint.
Describe Ideal Solution
Add the variable map_boolean_as_boolean to the dms_endpoint module with a default of null.
Describe the Feature
The attribute map_boolean_as_boolean is not being set in the dms_endpoint module and the default is false. I would like to have this made into a variable that can be set to true if needed.
Expected Behavior
Setting
map_boolean_as_boolean = true
when calling the module would correctly set the attribute.Use Case
We need to set map_boolean_as_boolean = true on our dms endpoint.
Describe Ideal Solution
Add the variable map_boolean_as_boolean to the dms_endpoint module with a default of null.
Alternatives Considered
No response
Additional Context
No response