Share via


SecurityContextV1.SeccompProfile Property

Definition

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

Applies to