< Back

Get-AzureRmADAppCredential

Tue Jan 29, 2019 10:04 pm

NAME Get-AzureRmADAppCredential



SYNOPSIS

Retrieves a list of credentials associated with an application.





SYNTAX

Get-AzureRmADAppCredential -ApplicationId <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]



Get-AzureRmADAppCredential [-DefaultProfile <IAzureContextContainer>] -ObjectId <String> [<CommonParameters>]





DESCRIPTION

The Get-AzureRmADAppCredential cmdlet can be used to retrieve a list of credentials associated with an application.



This command will retrieve all of the credential properties (but not the credential value) associated with the application.





PARAMETERS

-ApplicationId <String>

The id of the application to retrieve credentials from.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ObjectId <String>

The object id of the application to retrieve credentials from.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

Microsoft.Azure.Graph.RBAC.Version1_6.ActiveDirectory.PSADCredential







NOTES









Example 1



PS E:\\> Get-AzureRmADAppCredential -ObjectId 1f99cf81-0146-4f4e-beae-2007d0668476



Returns a list of credentials associated with the application having object id '1f99cf81-0146-4f4e-beae-2007d0668476'.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... credential

New-AzureRmADAppCredential

Remove-AzureRmADAppCredential

Get-AzureRmADApplication