< Back
Put-EdgeAppCredential
Post
NAME Put-EdgeAppCredential
SYNOPSIS
Put a new credential onto a developer app.
SYNTAX
Put-EdgeAppCredential [[-AppName] <String>] [[-AppId] <String>] [[-Developer] <String>] [[-Key] <String>]
[[-Secret] <String>] [[-Attributes] <Hashtable>] [[-Org] <String>] [<CommonParameters>]
DESCRIPTION
Put a credential on the list for a developer app. Explicitly specify the consumer Key and consumer Secret.
PARAMETERS
-AppName <String>
Optional. The name of the developer app to update.
Required? false
Position? 1
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? 2
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 update
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Key <String>
Required. The consumerKey to insert. It must be unique in the organization.
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Secret <String>
Required. The consumerSecret to insert.
Required? false
Position? 5
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Attributes <Hashtable>
Optional. Hashtable specifying custom attributes for the app.
Required? false
Position? 6
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? 7
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:\\>Put-EdgeAppCredential -AppId cc631102-80cd-4491-a99a-121cec08e0bb -Key ABCDE -Secret qw1091092092a
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Put-EdgeAppCredential -AppName TestApp_2 -Developer dchiesa@google.com -Key ABCDE -Secret qw1091092092a
RELATED LINKS
Add-EdgeAppCredential
SYNOPSIS
Put a new credential onto a developer app.
SYNTAX
Put-EdgeAppCredential [[-AppName] <String>] [[-AppId] <String>] [[-Developer] <String>] [[-Key] <String>]
[[-Secret] <String>] [[-Attributes] <Hashtable>] [[-Org] <String>] [<CommonParameters>]
DESCRIPTION
Put a credential on the list for a developer app. Explicitly specify the consumer Key and consumer Secret.
PARAMETERS
-AppName <String>
Optional. The name of the developer app to update.
Required? false
Position? 1
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? 2
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 update
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Key <String>
Required. The consumerKey to insert. It must be unique in the organization.
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Secret <String>
Required. The consumerSecret to insert.
Required? false
Position? 5
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Attributes <Hashtable>
Optional. Hashtable specifying custom attributes for the app.
Required? false
Position? 6
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? 7
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:\\>Put-EdgeAppCredential -AppId cc631102-80cd-4491-a99a-121cec08e0bb -Key ABCDE -Secret qw1091092092a
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Put-EdgeAppCredential -AppName TestApp_2 -Developer dchiesa@google.com -Key ABCDE -Secret qw1091092092a
RELATED LINKS
Add-EdgeAppCredential