private/xml/all_cloudcredentialsfromserver.xml

<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true">
    <entity name="mw_cloudcredential">
        <attribute name="mw_name" />
        <attribute name="createdon" />
        <attribute name="mw_username" />
        <attribute name="mw_password" />
        <attribute name="mw_domain" />
        <attribute name="mw_activesince" />
        <attribute name="mw_accesslevel" />
        <attribute name="mw_cloudcredentialid" />
        <order attribute="mw_name" descending="false" />
        <link-entity name="mw_mw_cloudcredential_mw_cloudserver" from="mw_cloudcredentialid" to="mw_cloudcredentialid" visible="false" intersect="true">
            <link-entity name="mw_cloudserver" from="mw_cloudserverid" to="mw_cloudserverid" alias="aa">
                <filter type="and">
                </filter>
            </link-entity>
        </link-entity>
    </entity>
</fetch>