PodSecurityContextV1.SeLinuxOptions 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.
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