SetAzDataLakeGen2ItemCommand.Permission Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Sets POSIX access permissions for the file owner, the file owning group, and others. Each class may be granted read, write, or execute permission. Symbolic (rwxrw-rw-) is supported. Invalid in conjunction with ACL.", Mandatory=false)]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidatePattern("([r-][w-][x-]){3}")]
public string Permission { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Sets POSIX access permissions for the file owner, the file owning group, and others. Each class may be granted read, write, or execute permission. Symbolic (rwxrw-rw-) is supported. Invalid in conjunction with ACL.", Mandatory=false)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidatePattern("([r-][w-][x-]){3}")>]
member this.Permission : string with get, set
Public Property Permission As String

Property Value

String
Attributes

Applies to