< Back
Get-AzureRmDataLakeStoreItemAclEntry
Post
NAME Get-AzureRmDataLakeStoreItemAclEntry
SYNOPSIS
Gets an entry in the ACL of a file or folder in Data Lake Store.
SYNTAX
Get-AzureRmDataLakeStoreItemAclEntry [-Account] <String> [-Path] <DataLakeStorePathInstance> [-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
DESCRIPTION
The Get-AzureRmDataLakeStoreItemAclEntry cmdlet gets an entry (ACE) in the access control list (ACL) of a file or folder in Data Lake Store.
PARAMETERS
-Account <String>
Specifies the name of the Data Lake Store account.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Path <DataLakeStorePathInstance>
Specifies the Data Lake Store path of the item for which this cmdlet gets an ACE, starting with the root directory (/).
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
IEnumerable<DataLakeStoreItemAce>
The list of ACL entries for the specified folder or file.
NOTES
Example 1: Get the ACL for a folder
PS C:\\> Get-AzureRmDataLakeStoreItemAclEntry -AccountName 'ContosoADL' -Path '/'
This command gets the ACL for the root directory of the specified Data Lake Store account
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... emaclentry
Remove-AzureRmDataLakeStoreItemAclEntry
Set-AzureRmDataLakeStoreItemAclEntry
SYNOPSIS
Gets an entry in the ACL of a file or folder in Data Lake Store.
SYNTAX
Get-AzureRmDataLakeStoreItemAclEntry [-Account] <String> [-Path] <DataLakeStorePathInstance> [-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
DESCRIPTION
The Get-AzureRmDataLakeStoreItemAclEntry cmdlet gets an entry (ACE) in the access control list (ACL) of a file or folder in Data Lake Store.
PARAMETERS
-Account <String>
Specifies the name of the Data Lake Store account.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Path <DataLakeStorePathInstance>
Specifies the Data Lake Store path of the item for which this cmdlet gets an ACE, starting with the root directory (/).
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
IEnumerable<DataLakeStoreItemAce>
The list of ACL entries for the specified folder or file.
NOTES
Example 1: Get the ACL for a folder
PS C:\\> Get-AzureRmDataLakeStoreItemAclEntry -AccountName 'ContosoADL' -Path '/'
This command gets the ACL for the root directory of the specified Data Lake Store account
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... emaclentry
Remove-AzureRmDataLakeStoreItemAclEntry
Set-AzureRmDataLakeStoreItemAclEntry