Share via


PodSecurityContextV1.SeLinuxOptions Property

Definition

Defines the SELinux options that control the security labeling applied to the pod or container. SELinuxOptions are part of the SELinux security mechanism in Linux, allowing fine-grained access control and isolation.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to