CapabilitiesV1.Drop 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 a list of capabilities to be dropped from the container's security context. Dropping capabilities reduces the container's privileges, enhancing security.
[YamlDotNet.Serialization.YamlMember(Alias="drop")]
public System.Collections.Generic.List<string> Drop { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="drop")>]
member this.Drop : System.Collections.Generic.List<string>
Public ReadOnly Property Drop As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute