Share via


SecurityContextV1.Capabilities Property

Definition

Gets or sets the capabilities configuration for a container. This property is used to define the kernel-level privileges that can be added or removed for the container, allowing fine-grained control over security and functionality.

[YamlDotNet.Serialization.YamlMember(Alias="capabilities")]
public Aspire.Hosting.Kubernetes.Resources.CapabilitiesV1? Capabilities { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="capabilities")>]
member this.Capabilities : Aspire.Hosting.Kubernetes.Resources.CapabilitiesV1 with get, set
Public Property Capabilities As CapabilitiesV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to