Share via


IInitContainerDefinition.SecurityContextPrivileged Property

Definition

The flag to determine if the container permissions is elevated to Privileged.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The flag to determine if the container permissions is elevated to Privileged.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="privileged")]
public bool? SecurityContextPrivileged { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The flag to determine if the container permissions is elevated to Privileged.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="privileged")>]
member this.SecurityContextPrivileged : Nullable<bool> with get, set
Public Property SecurityContextPrivileged As Nullable(Of Boolean)

Property Value

Attributes

Applies to