< Back
Create-EdgeDeveloper
Post
NAME Create-EdgeDeveloper
SYNOPSIS
Create a developer in Apigee Edge.
SYNTAX
Create-EdgeDeveloper [-Name] <String> [-Email] <String> [-First] <String> [-Last] <String> [[-Attributes]
<Hashtable>] [[-Org] <String>] [<CommonParameters>]
DESCRIPTION
Create a developer in Apigee Edge.
PARAMETERS
-Name <String>
The name to give to this new Developer. It must be unique in the organization.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Email <String>
The Email address of the developer to create.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-First <String>
The first (given) name of the developer to create.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Last <String>
The last (sur-) name of the developer to create.
Required? true
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Attributes <Hashtable>
Optional. Hashtable specifying custom attributes for the developer.
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:\\>Create-EdgeDeveloper -Name Elaine1 -Email Elaine@example.org -First Elaine -Last Benes
RELATED LINKS
SYNOPSIS
Create a developer in Apigee Edge.
SYNTAX
Create-EdgeDeveloper [-Name] <String> [-Email] <String> [-First] <String> [-Last] <String> [[-Attributes]
<Hashtable>] [[-Org] <String>] [<CommonParameters>]
DESCRIPTION
Create a developer in Apigee Edge.
PARAMETERS
-Name <String>
The name to give to this new Developer. It must be unique in the organization.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Email <String>
The Email address of the developer to create.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-First <String>
The first (given) name of the developer to create.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Last <String>
The last (sur-) name of the developer to create.
Required? true
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Attributes <Hashtable>
Optional. Hashtable specifying custom attributes for the developer.
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:\\>Create-EdgeDeveloper -Name Elaine1 -Email Elaine@example.org -First Elaine -Last Benes
RELATED LINKS