SecurityContextArgs

constructor(allowPrivilegeEscalation: Output<Boolean>? = null, appArmorProfile: Output<AppArmorProfileArgs>? = null, capabilities: Output<CapabilitiesArgs>? = null, privileged: Output<Boolean>? = null, procMount: Output<String>? = null, readOnlyRootFilesystem: Output<Boolean>? = null, runAsGroup: Output<Int>? = null, runAsNonRoot: Output<Boolean>? = null, runAsUser: Output<Int>? = null, seLinuxOptions: Output<SELinuxOptionsArgs>? = null, seccompProfile: Output<SeccompProfileArgs>? = null, windowsOptions: Output<WindowsSecurityContextOptionsArgs>? = null)