Get-EntraBetaAuthorizationPolicy
Gets an authorization policy.
Syntax
GetQuery (Default)
Get-EntraBetaAuthorizationPolicy
[-Property <String[]>]
[<CommonParameters>]
GetById
Get-EntraBetaAuthorizationPolicy
-Id <String>
[-Property <String[]>]
[<CommonParameters>]
Description
The Get-EntraBetaAuthorizationPolicy
cmdlet gets a Microsoft Entra ID authorization policy.
In delegated scenarios with work or school accounts, the signed-in user must have a supported Microsoft Entra role or custom role with the required permissions. The least privileged roles for this operation are:
- Global Reader
- Security Reader
- Security Operator
- Security Administrator
- Cloud Device Administrator
- License Administrator
- Privileged Role Administrator
Parameters
-Id
Specifies the unique identifier of the authorization policy.
Parameter properties
Type: | System.String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
GetById
Position: | Named |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-Property
Specifies properties to be returned.
Parameter properties
Type: | System.String[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | Select |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.