# SeccompProfileV1 Constructors

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [SeccompProfileV1](/reference/api/csharp/aspire.hosting.kubernetes/seccompprofilev1.md)
- Kind: `Constructors`
- Members: `1`

Represents the seccomp profile configuration for a Kubernetes resource. Seccomp profiles provide additional security by filtering system calls that interact with the Linux kernel, allowing finer control over the system-level operations accessible to the container or process.

## SeccompProfileV1

- Name: `Constructor`

```csharp
public sealed class SeccompProfileV1
{
    public SeccompProfileV1()
    {
        // ...
    }
}
```
