Get-AdfsApplicationPermission
Gets permission for an application.
Syntax
Identifier (Default)
Get-AdfsApplicationPermission
[[-Identifiers] <String[]>]
[<CommonParameters>]
ClientRoleIdentifier
Get-AdfsApplicationPermission
[[-ClientRoleIdentifiers] <String[]>]
[<CommonParameters>]
ServerRoleIdentifier
Get-AdfsApplicationPermission
[[-ServerRoleIdentifiers] <String[]>]
[<CommonParameters>]
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.
Parameter properties
Type: | String[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
ClientRoleIdentifier
Position: | 0 |
Mandatory: | False |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-Identifiers
Specifies an array of identifiers.
Parameter properties
Type: | String[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Identifier
Position: | 0 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-ServerRoleIdentifiers
Specifies an array of server role identifiers.
Parameter properties
Type: | String[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
ServerRoleIdentifier
Position: | 0 |
Mandatory: | False |
Value from pipeline: | True |
Value from pipeline by property name: | True |
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.
Inputs
String
String objects are received by the ClientRoleIdentifiers, Identifiers, and ServerRoleIdentifiers parameters.
Outputs
OAuthPermission
Returns one or more OAuthPermission objects that represent the application permissions for the Federation Service.