Share via


SecurityContextV1.AppArmorProfile Property

Definition

Specifies the AppArmor profile configuration for a Kubernetes resource. AppArmor is a Linux security module that provides mandatory access control and can restrict programs capabilities with a profile-based policy. This property defines the details of the AppArmor profile to be applied to the container.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to