SecurityContextV1.AllowPrivilegeEscalation 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 that determines whether the container is allowed to gain additional privileges. If set to true, the container is allowed to elevate its privileges. If false, the container cannot escalate privileges even if it tries, providing additional security to the container.
[YamlDotNet.Serialization.YamlMember(Alias="allowPrivilegeEscalation")]
public bool? AllowPrivilegeEscalation { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="allowPrivilegeEscalation")>]
member this.AllowPrivilegeEscalation : Nullable<bool> with get, set
Public Property AllowPrivilegeEscalation As Nullable(Of Boolean)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute