Share via


PodSecurityContextV1.WindowsOptions Property

Definition

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

Applies to