IScript.PrincipalPermissionsAction 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.
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