MCPcopy Create free account
hub / github.com/pydio/cells / DeleteUser

Method DeleteUser

python/cells_idm_pb2_grpc.py:360–374  ·  view source on GitHub ↗
(request,
            target,
            options=(),
            channel_credentials=None,
            call_credentials=None,
            insecure=False,
            compression=None,
            wait_for_ready=None,
            timeout=None,
            metadata=None)

Source from the content-addressed store, hash-verified

358
359 @staticmethod
360 def DeleteUser(request,
361 target,
362 options=(),
363 channel_credentials=None,
364 call_credentials=None,
365 insecure=False,
366 compression=None,
367 wait_for_ready=None,
368 timeout=None,
369 metadata=None):
370 return grpc.experimental.unary_unary(request, target, '/idm.UserService/DeleteUser',
371 cells__idm__pb2.DeleteUserRequest.SerializeToString,
372 cells__idm__pb2.DeleteUserResponse.FromString,
373 options, channel_credentials,
374 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
375
376 @staticmethod
377 def BindUser(request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected