PodSecurityContextV1.RunAsUser 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.
Specifies the user ID to run the container or pod processes as. If set, this overrides the user ID specified in the container image or runtime default.
[YamlDotNet.Serialization.YamlMember(Alias="runAsUser")]
public long? RunAsUser { get; set; }[<YamlDotNet.Serialization.YamlMember(Alias="runAsUser")>]
member this.RunAsUser : Nullable<int64> with get, setPublic Property RunAsUser As Nullable(Of Long)Property Value
- Attributes
- 
			YamlDotNet.Serialization.YamlMemberAttribute