<div dir="ltr">We're working with the GoogleApps connector, which does not support activation, so we set up a configured capability to set the boolean 'suspended' attribute.<div>We can read and interpret the value correctly, however when writing the attribute from <capabilities>, it is sending a String instead of a boolean.</div><div>If I map the account attribute to a user attribute, we can write it correctly.</div><div><br></div><div><span class="" style="white-space:pre">     </span><span style="white-space:pre"><capabilities></span><br></div><div><div><span class="" style="white-space:pre">...</span></div><div><span class="" style="white-space:pre">               </span><configured></div><div><span class="" style="white-space:pre">                 </span><cap:activation><br></div><div><span class="" style="white-space:pre">                           </span><cap:status></div><div><span class="" style="white-space:pre">                                 </span><cap:attribute>ri:suspended</cap:attribute></div><div><span class="" style="white-space:pre">                                    </span><cap:enableValue>false</cap:enableValue></div><div><span class="" style="white-space:pre">                                       </span><cap:disableValue>true</cap:disableValue></div><div><span class="" style="white-space:pre">                              </span></cap:status></div><div><span class="" style="white-space:pre">                        </span></cap:activation></div><div><span class="" style="white-space:pre">            </span></configured></div><div><span class="" style="white-space:pre">        </span></capabilities></div></div><div><br></div><div>Is there any way inside the .../capabilities/configured/cap:activation/cap:status/cap:enableValue/ to indicate it has to be treated as a boolean?</div><div>We are working with 3.4-SNAPSHOT.</div><div><br></div><div><br></div><div>Thanks,</div><div><br></div><div>GJG </div></div>