Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
5
pub enum SecurityContext {
6
Admin,
7
User,
8
}
9
10
#[cfg(target_os =
"windows"
)]
11
#[must_use]
Callers
2
validate_security_context
Function · 0.85
check_security_context
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected