GetLdapQueriesAsync

Returns (Task<IEnumerable>)

Find all Ldap Querys in the designated Folder.

Name Description
folder

Get Ldap Queries Async

Example in C#

// Returns: IEnumerable<LdapQueryInfo>
var ldapQueryInfo = await client.GetLdapQueriesAsync(FolderInfo folder);

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/ldapqueries \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'