ISecurityContextDefinition.Privileged Property

Definition

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

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

Property Value

Attributes

Applies to