Get-AdfsWebApiApplication
Gets Web API application roles in AD FS.
Get-AdfsWebApiApplication
[[-Identifier] <String[]>]
[<CommonParameters>]
Get-AdfsWebApiApplication
[-Name] <String[]>
[<CommonParameters>]
Get-AdfsWebApiApplication
[-PrefixIdentifier] <String>
[<CommonParameters>]
Get-AdfsWebApiApplication
[-Application] <WebApiApplication>
[<CommonParameters>]
Get-AdfsWebApiApplication
[-ApplicationGroupIdentifier] <String>
[<CommonParameters>]
Get-AdfsWebApiApplication
[-ApplicationGroup] <ApplicationGroup>
[<CommonParameters>]
The Get-AdfsWebApiApplication cmdlet gets Web API application roles in Active Directory Federation Services (AD FS).
Specifies a Web API application to get.
Type: | WebApiApplication |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies an application group for which to get Web API applications.
Type: | ApplicationGroup |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the ID of an application group for which to get Web API applications.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies an ID of a Web API application to get.
Type: | String[] |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies an array of names of Web API applications to get.
Type: | String[] |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the prefix identifier of Web API applications to get.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
WebApiApplication objects are received by the Application parameter.
ApplicationGroup objects are received by the ApplicationGroup parameter.
String objects are received by the ApplicationGroupIdentifier, Identifier, and Name parameters.
Returns one or more WebApiApplication objects that represent the web API applications of the Federation Service.