< Back

Revoke-EdgeDeveloper

Sun Jan 19, 2020 6:05 pm

NAME Revoke-EdgeDeveloper



SYNOPSIS

Revoke a developer in Apigee Edge.





SYNTAX

Revoke-EdgeDeveloper [-Name] <String> [[-Org] <String>] [<CommonParameters>]





DESCRIPTION

Set the status of the developer to 'Inactive', which means none of the credentials

belonging to this developer will be treated as valid, at runtime.





PARAMETERS

-Name <String>

The email or id of the Developer to revoke.



Required? true

Position? 1

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? 2

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-EdgeDeveloper -Name Elaine@example.org















RELATED LINKS