SecurityContextV1.SeccompProfile 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.
Specifies the seccomp profile to be applied within the security context of a Kubernetes resource. Seccomp (Secure Computing Mode) profiles are used to restrict system calls that applications can make, improving the security posture of containers. The specified profile determines the system call filtering behavior, helping enforce least privilege and reduce attack surface.
[YamlDotNet.Serialization.YamlMember(Alias="seccompProfile")]
public Aspire.Hosting.Kubernetes.Resources.SeccompProfileV1? SeccompProfile { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="seccompProfile")>]
member this.SeccompProfile : Aspire.Hosting.Kubernetes.Resources.SeccompProfileV1 with get, set
Public Property SeccompProfile As SeccompProfileV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute