Returns (Task<IEnumerable>)
Find all Ldap Querys for the designated Ldap Agent.
Name | Description |
---|---|
ldapAgent |
Example in C#
// Returns: IEnumerable<LdapQueryInfo>
var ldapQueryInfo = await client.GetLdapQueriesForLdapAgentAsync(LdapAgentInfo ldapAgent);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/ldapagents/AGENT.KEY/connections/LdapQuery?isOneToOne=False&relatedKey=QUERY.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'