PodSecurityContextV1.WindowsOptions 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.
Represents Windows-specific security context options for a Kubernetes pod or container. Provides customization settings for Windows-based environments.
[YamlDotNet.Serialization.YamlMember(Alias="windowsOptions")]
public Aspire.Hosting.Kubernetes.Resources.WindowsSecurityContextOptionsV1? WindowsOptions { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="windowsOptions")>]
member this.WindowsOptions : Aspire.Hosting.Kubernetes.Resources.WindowsSecurityContextOptionsV1 with get, set
Public Property WindowsOptions As WindowsSecurityContextOptionsV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute