Share via


WindowsSecurityContextOptionsV1.HostProcess Property

Definition

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

Applies to