Cloud API Overview > @adpt/cloud > k8s > PodSecurityContext > windowsOptions
k8s.PodSecurityContext.windowsOptions property
The Windows specific settings applied to all containers.
If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
Signature:
windowsOptions: WindowsSecurityContextOptions;