Get-AdfsApplicationPermission
Get-AdfsApplicationPermission is accessible with the help of adfs module. To install adfs on your system please refer to this adfs.
Synopsis
Gets permission for an application.
Description
The Get-AdfsApplicationPermission cmdlet gets permission for an application in Active Directory Federation Services (AD FS).
Parameters
-ClientRoleIdentifiers
Specifies an array of client role identifiers.
Required? false
Position? 1
Default value none
Accept pipeline input? true(ByValue,ByPropertyName)
Accept wildcard characters? false
-Identifiers
Specifies an array of identifiers.
Required? false
Position? 1
Default value none
Accept pipeline input? true(ByPropertyName)
Accept wildcard characters? false
-ServerRoleIdentifiers
Specifies an array of server role identifiers.
Required? false
Position? 1
Default value none
Accept pipeline input? true(ByValue,ByPropertyName)
Accept wildcard characters? false
Syntax
Get- AdfsApplicationPermission [[-Identifiers] <String[]>] [<CommonParameters>]
Get- AdfsApplicationPermission [[-ClientRoleIdentifiers] <String[]>] [<CommonParameters>]
Get-AdfsApplicationPermission [[-ServerRoleIdentifiers] <String[]>] [<CommonParameters>]
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Get-AdfsApplicationPermission
You can also read about
- Grant-AdfsApplicationPermission
- Revoke-AdfsApplicationPermission
- Set-AdfsApplicationPermission