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

Method CreateUser

python/cells_idm_pb2_grpc.py:343–357  ·  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

341
342 @staticmethod
343 def CreateUser(request,
344 target,
345 options=(),
346 channel_credentials=None,
347 call_credentials=None,
348 insecure=False,
349 compression=None,
350 wait_for_ready=None,
351 timeout=None,
352 metadata=None):
353 return grpc.experimental.unary_unary(request, target, '/idm.UserService/CreateUser',
354 cells__idm__pb2.CreateUserRequest.SerializeToString,
355 cells__idm__pb2.CreateUserResponse.FromString,
356 options, channel_credentials,
357 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
358
359 @staticmethod
360 def DeleteUser(request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected