Share via


IProcessEntity.ElevationToken Property

Definition

The elevation token associated with the process.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The elevation token associated with the process.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ElevationToken) }, ReadOnly=false, Required=false, SerializedName="elevationToken")]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ElevationToken? ElevationToken { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The elevation token associated with the process.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ElevationToken) }, ReadOnly=false, Required=false, SerializedName="elevationToken")>]
member this.ElevationToken : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ElevationToken> with get, set
Public Property ElevationToken As Nullable(Of ElevationToken)

Property Value

Attributes

Applies to