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

Method DeletePolicyGroup

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

1204
1205 @staticmethod
1206 def DeletePolicyGroup(request,
1207 target,
1208 options=(),
1209 channel_credentials=None,
1210 call_credentials=None,
1211 insecure=False,
1212 compression=None,
1213 wait_for_ready=None,
1214 timeout=None,
1215 metadata=None):
1216 return grpc.experimental.unary_unary(request, target, '/idm.PolicyEngineService/DeletePolicyGroup',
1217 cells__idm__pb2.DeletePolicyGroupRequest.SerializeToString,
1218 cells__idm__pb2.DeletePolicyGroupResponse.FromString,
1219 options, channel_credentials,
1220 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected