Module: Static::RemoveLDAPServer
- Defined in:
- lib/static.rb
Constant Summary collapse
- Name =
"RemoveLDAPServer"
- Query =
<<-EOS mutation RemoveLDAPServer($ldapId: String!, $clientId: String!){ RemoveLDAPServer(ldapId: $ldapId, clientId: $clientId){ _id name clientId userId ldapLink baseDN searchStandard emailPostfix username password description enabled isDeleted createdAt updatedAt } } EOS