IInitContainerDefinition.SecurityContextPrivileged 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.
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