PodSecurityContextV1.RunAsUser Property

Definition

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, set
Public Property RunAsUser As Nullable(Of Long)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to