SecurityContextV1.Privileged 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.
Indicates whether a container should be run with privileged permissions. This grants the container elevated access to the host system, which can bypass certain security restrictions. Use with caution as it presents increased security risks.
[YamlDotNet.Serialization.YamlMember(Alias="privileged")]
public bool? Privileged { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="privileged")>]
member this.Privileged : Nullable<bool> with get, set
Public Property Privileged As Nullable(Of Boolean)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute