Module: Static::RemoveLDAPServer

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"RemoveLDAPServer"
Query =
"  mutation RemoveLDAPServer($ldapId: String!, $clientId: String!){\n  RemoveLDAPServer(ldapId: $ldapId, clientId: $clientId){\n      _id\n      name\n      clientId\n      userId\n      ldapLink\n      baseDN\n      searchStandard\n      emailPostfix\n      username\n      password\n      description\n      enabled\n      isDeleted\n      createdAt\n      updatedAt\n  }\n}\n"