Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Get-AzADAppFederatedCredential
- Module:
- Az.Resources Module
Get federatedIdentityCredentials by Id from applications.
Syntax
ListByApplicationObjectId (Default)
Get-AzADAppFederatedCredential
-ApplicationObjectId <String>
[-Expand <String[]>]
[-Select <String[]>]
[-Count]
[-Filter <String>]
[-Orderby <String[]>]
[-Search <String>]
[-First <UInt64>]
[-Skip <UInt64>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
GetByApplicationObjectId
Get-AzADAppFederatedCredential
-ApplicationObjectId <String>
-FederatedCredentialId <String>
[-Expand <String[]>]
[-Select <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
GetByApplicationObject
Get-AzADAppFederatedCredential
-FederatedCredentialId <String>
-ApplicationObject <MicrosoftGraphApplication>
[-Expand <String[]>]
[-Select <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
ListByApplicationObject
Get-AzADAppFederatedCredential
-ApplicationObject <MicrosoftGraphApplication>
[-Expand <String[]>]
[-Select <String[]>]
[-Count]
[-Filter <String>]
[-Orderby <String[]>]
[-Search <String>]
[-First <UInt64>]
[-Skip <UInt64>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Get federatedIdentityCredentials by Id from applications.
Examples
Example 1: List federated identity credentials for application
Get-AzADApplication -ObjectId $app | Get-AzADAppFederatedCredential
List federated identity credentials for application
Example 2: Get federated identity credential by id
Get-AzADAppFederatedCredential -ApplicationObjectId $appObjectId -FederatedCredentialId $credentialId
Get federated identity credential by id
Parameters
-ApplicationObject
application object
Parameter properties
| Type: | MicrosoftGraphApplication |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-ApplicationObjectId
key: id of application
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-Count
Include count of items
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Parameter properties
| Type: | PSObject |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | AzureRMContext, AzureCredential |
Parameter sets
-Expand
Expand related entities
Parameter properties
| Type: | String[] |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-FederatedCredentialId
key: id of federatedIdentityCredential
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-Filter
Filter items by property values, for more detail about filter query please see: https://learn.microsoft.com/en-us/graph/filter-query-parameter
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-First
Gets only the first 'n' objects.
Parameter properties
| Type: | UInt64 |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-Orderby
Order items by property values
Parameter properties
| Type: | String[] |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-Search
Search items by search phrases
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-Select
Select properties to be returned
Parameter properties
| Type: | String[] |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-Skip
Ignores the first 'n' objects and then gets the remaining objects.
Parameter properties
| Type: | UInt64 |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
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.
Outputs
IMicrosoftGraphFederatedIdentityCredential
Azure PowerShell
Feedback
Was this page helpful?
