WindowsSecurityContextOptionsV1.HostProcess Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether the container should run as a Host Process. When set to true, it enables the container to run with permissions on the host machine, effectively allowing operations similar to a process running directly on the host. This setting is platform-specific and primarily applicable for Windows-based containers.
[YamlDotNet.Serialization.YamlMember(Alias="hostProcess")]
public bool? HostProcess { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="hostProcess")>]
member this.HostProcess : Nullable<bool> with get, set
Public Property HostProcess As Nullable(Of Boolean)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute