Share via


SecurityContextV1.Privileged Property

Definition

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

Applies to