MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / list_sandbox_policies

Method list_sandbox_policies

crates/openshell-server/src/grpc/mod.rs:523–528  ·  view source on GitHub ↗
(
        &self,
        request: Request<ListSandboxPoliciesRequest>,
    )

Source from the content-addressed store, hash-verified

521
522 #[rpc_auth(auth = "bearer", scope = "sandbox:read", role = "user")]
523 async fn list_sandbox_policies(
524 &self,
525 request: Request<ListSandboxPoliciesRequest>,
526 ) -> Result<Response<ListSandboxPoliciesResponse>, Status> {
527 policy::handle_list_sandbox_policies(&self.state, request).await
528 }
529
530 #[rpc_auth(auth = "sandbox")]
531 async fn report_policy_status(

Callers 1

refresh_global_settingsFunction · 0.45

Calls 1

Tested by

no test coverage detected