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

Method CreateRole

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

123
124 @staticmethod
125 def CreateRole(request,
126 target,
127 options=(),
128 channel_credentials=None,
129 call_credentials=None,
130 insecure=False,
131 compression=None,
132 wait_for_ready=None,
133 timeout=None,
134 metadata=None):
135 return grpc.experimental.unary_unary(request, target, '/idm.RoleService/CreateRole',
136 cells__idm__pb2.CreateRoleRequest.SerializeToString,
137 cells__idm__pb2.CreateRoleResponse.FromString,
138 options, channel_credentials,
139 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
140
141 @staticmethod
142 def DeleteRole(request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected