AppArmorProfileV1 Properties
Class Properties 2 members
Represents the AppArmor profile configuration for a Kubernetes resource.
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.
public string LocalhostProfile { get; set; } 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.
public string Type { get; set; }