Share via


AppArmorProfileV1 Class

Definition

Represents the AppArmor profile configuration for a Kubernetes resource.

[YamlDotNet.Serialization.YamlSerializable]
public sealed class AppArmorProfileV1
[<YamlDotNet.Serialization.YamlSerializable>]
type AppArmorProfileV1 = class
Public NotInheritable Class AppArmorProfileV1
Inheritance
AppArmorProfileV1
Attributes
YamlDotNet.Serialization.YamlSerializableAttribute

Constructors

AppArmorProfileV1()

Properties

LocalhostProfile

Gets or sets the name of the local host profile for AppArmor. This property specifies the custom profile to be used for defining security policies for the application on the local host.

Type

Gets or sets the type of the AppArmor profile. This property indicates the kind of AppArmor configuration to be applied, and its value determines the specific behavior or rules enforced by AppArmor for a workload or container.

Applies to