< Back
Approve-EdgeDevApp
Post
NAME Approve-EdgeDevApp
SYNOPSIS
Approve a developer app, or a credential within an app.
SYNTAX
Approve-EdgeDevApp [[-Name] <String>] [[-AppName] <String>] [[-Developer] <String>] [[-AppId] <String>] [[-Key]
<String>] [[-Org] <String>] [<CommonParameters>]
DESCRIPTION
Set the status of the developer app to 'Approved', which means the credentials
will be treated as valid, at runtime. Or, alternatively, approve a single
credential within a developer app.
PARAMETERS
-Name <String>
Synonum for AppName.
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-AppName <String>
The name of the app. You must specify the -Developer option if you use -AppName.
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Developer <String>
The id or email of the developer that owns the app.
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-AppId <String>
The id of the app. Use this in lieu of -AppName and -Developer.
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Key <String>
The Key to revoke. Use this to revoke a single credential, rather than the entire app.
Required? false
Position? 5
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Org <String>
The Apigee Edge organization. The default is to use the value from Set-EdgeConnection.
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:\\>Revoke-EdgeDevApp -Name abcdefg-1 -Developer Elaine@example.org
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Revoke-EdgeDevApp -Name abcdefg-1 -Developer Elaine@example.org -Key B34aa6c286524cF1A8Dd
RELATED LINKS
SYNOPSIS
Approve a developer app, or a credential within an app.
SYNTAX
Approve-EdgeDevApp [[-Name] <String>] [[-AppName] <String>] [[-Developer] <String>] [[-AppId] <String>] [[-Key]
<String>] [[-Org] <String>] [<CommonParameters>]
DESCRIPTION
Set the status of the developer app to 'Approved', which means the credentials
will be treated as valid, at runtime. Or, alternatively, approve a single
credential within a developer app.
PARAMETERS
-Name <String>
Synonum for AppName.
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-AppName <String>
The name of the app. You must specify the -Developer option if you use -AppName.
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Developer <String>
The id or email of the developer that owns the app.
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-AppId <String>
The id of the app. Use this in lieu of -AppName and -Developer.
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Key <String>
The Key to revoke. Use this to revoke a single credential, rather than the entire app.
Required? false
Position? 5
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Org <String>
The Apigee Edge organization. The default is to use the value from Set-EdgeConnection.
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:\\>Revoke-EdgeDevApp -Name abcdefg-1 -Developer Elaine@example.org
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Revoke-EdgeDevApp -Name abcdefg-1 -Developer Elaine@example.org -Key B34aa6c286524cF1A8Dd
RELATED LINKS