Partilhar via


IScriptProperties.PrincipalPermissionsAction Property

Definition

Indicates if the permissions for the script caller are kept following completion of the script.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="Indicates if the permissions for the script caller are kept following completion of the script.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalPermissionsAction) }, ReadOnly=false, Required=false, SerializedName="principalPermissionsAction")]
public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalPermissionsAction? PrincipalPermissionsAction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="Indicates if the permissions for the script caller are kept following completion of the script.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalPermissionsAction) }, ReadOnly=false, Required=false, SerializedName="principalPermissionsAction")>]
member this.PrincipalPermissionsAction : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalPermissionsAction> with get, set
Public Property PrincipalPermissionsAction As Nullable(Of PrincipalPermissionsAction)

Property Value

Attributes

Applies to