SecurityContextV1.AppArmorProfile 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 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