IScript.PrincipalPermissionsAction Property

Definition

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

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

Property Value

Attributes

Applies to