MCPcopy Create free account
hub / github.com/PowerShell/DSC / SecurityContext

Enum SecurityContext

lib/dsc-lib-security_context/src/lib.rs:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4#[derive(Debug, Clone, PartialEq, Eq)]
5pub enum SecurityContext {
6 Admin,
7 User,
8}
9
10#[cfg(target_os = "windows")]
11#[must_use]

Callers 2

check_security_contextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected