< Back
Revoke-EdgeDevApp
Post
NAME Revoke-EdgeDevApp
SYNOPSIS
Revoke a developer app in Apigee Edge.
SYNTAX
Revoke-EdgeDevApp [-Name] <String> [-Developer] <String> [-Key <String>] [-Org <String>] [<CommonParameters>]
Revoke-EdgeDevApp [-AppId] <String> [-Key <String>] [-Org <String>] [<CommonParameters>]
DESCRIPTION
Set the status of the developer app to 'Revoked', which means none of the credentials
will be treated as valid, at runtime. Or, alternatively, revoke a single
credential within a developer app.
PARAMETERS
-Name <String>
The name of the app. You must specify the -Developer option if you use -Name.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-Developer <String>
The id or email of the developer that owns the app.
Required? true
Position? 2
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-AppId <String>
The id of the app. Use this in lieu of -Name and -Developer.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
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? named
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? named
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
RELATED LINKS
SYNOPSIS
Revoke a developer app in Apigee Edge.
SYNTAX
Revoke-EdgeDevApp [-Name] <String> [-Developer] <String> [-Key <String>] [-Org <String>] [<CommonParameters>]
Revoke-EdgeDevApp [-AppId] <String> [-Key <String>] [-Org <String>] [<CommonParameters>]
DESCRIPTION
Set the status of the developer app to 'Revoked', which means none of the credentials
will be treated as valid, at runtime. Or, alternatively, revoke a single
credential within a developer app.
PARAMETERS
-Name <String>
The name of the app. You must specify the -Developer option if you use -Name.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-Developer <String>
The id or email of the developer that owns the app.
Required? true
Position? 2
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-AppId <String>
The id of the app. Use this in lieu of -Name and -Developer.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
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? named
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? named
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
RELATED LINKS