Module: Static::QueryLDAPServerList

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"QueryLDAPServerList"
Query =
"query QueryLDAPServerList($clientId: String!, $page: Int, $count: Int){\nQueryLDAPServerList(clientId: $clientId, page: $page, count: $count){\nlist{\n_id\nname\nclientId\nuserId\nldapLink\nbaseDN\nsearchStandard\nemailPostfix\nusername\npassword\ndescription\nenabled\nisDeleted\ncreatedAt\nupdatedAt\n}\ntotalCount\n}\n}\n"