< Back

Get-EdgeAppCredential

Sun Jan 19, 2020 6:02 pm

NAME Get-EdgeAppCredential



SYNOPSIS

Get the list of credentials for a developer app.





SYNTAX

Get-EdgeAppCredential [[-AppName] <String>] [[-Name] <String>] [[-AppId] <String>] [[-Developer] <String>] [[-Org]

<String>] [[-Params] <Hashtable>] [<CommonParameters>]





DESCRIPTION

Get the list of credentials for a developer app. You can also

use the Get-EdgeDevApp cmdlet to inquire the entire app, and then

examine the credentials property on the result. This is a shortcut command

to retrieve only the credentials.





PARAMETERS

-AppName <String>

Optional. The name of the developer app to retrieve.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String>

Optional. Synonym for AppName.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-AppId <String>

Optional. The id of the developer app to retrieve. You need to specify either AppId

or AppName and Developer to uniquely identify the app.



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Developer <String>

Optional. The id or email of the developer that owns the app to retrieve.



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Org <String>

Optional. The Apigee Edge organization. The default is to use the value from Set-EdgeConnection.



Required? false

Position? 5

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Params <Hashtable>



Required? false

Position? 6

Default value

Accept pipeline input? false

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-EdgeAppCredential -AppId cc631102-80cd-4491-a99a-121cec08e0bb













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-EdgeAppCredential -AppName TestApp_2 -Developer dchiesa@apigee.com















RELATED LINKS

Get-EdgeDevApp

Add-EdgeAppCredential