Get-AzureADMSPrivilegedRoleSetting
Get role settings
Syntax
Get-AzureADMSPrivilegedRoleSetting
-ProviderId <String>
[-Top <Int32>]
[-Filter <String>]
[<CommonParameters>]
Get-AzureADMSPrivilegedRoleSetting
-ProviderId <String>
-Id <String>
[<CommonParameters>]
Description
Get role settings
Examples
Example 1
PS C:\> Get-AzureADMSPrivilegedRoleSetting -ProviderId AzureResources -Filter "ResourceId eq 'e5e7d29d-5465-45ac-885f-4716a5ee74b5'"
Get role settings for a specific provider and resource
Example 2
PS C:\> Get-AzureADMSPrivilegedRoleSetting -ProviderId AzureResources -Id 4b95b664-7434-48e6-8dec-34caf4d8c3bd
Get a role setting for a specific provider and Id
Parameters
-Filter
The filter of Odata
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Id
The unique identifier of the specific role setting
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ProviderId
The unique identifier of the specific provider
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Top
The top count
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
Nullable<T>[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]