-
Notifications
You must be signed in to change notification settings - Fork 10
New GResellerCustomerObj
Creates a new Reseller API Customer object.
New-GResellerCustomerObj [[-AlternateEmail] <String>] [[-CustomerDomain] <String>]
[[-CustomerDomainVerified] <Boolean>] [[-CustomerId] <String>] [[-PhoneNumber] <String>]
[[-PostalAddress] <Address>] [[-ResourceUiUrl] <String>] [-WhatIf] [-Confirm]
This provides a Cmdlet-Based approach to creating a Customer object which may be required as a parameter for some other Cmdlets in the Reseller API category.
You could alternately create this object by calling New-Object -TypeName Google.Apis.Reseller.v1.Data.Customer
PS C:\> New-GResellerCustomerObj
This automatically generated example serves to show the bare minimum required to call this Cmdlet.
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
The alternate email of the customer.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe domain name of the customer.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseWhether the customer's primary domain has been verified.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe id of the customer.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe phone number of the customer.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe postal address of the customer.
Type: Address
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseUi url for customer resource.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe alternate email of the customer.
The domain name of the customer.
Whether the customer's primary domain has been verified.
The id of the customer.
The phone number of the customer.
The postal address of the customer.
Ui url for customer resource.
Part of the gShell Project, relating to the Google Reseller API; see Related Links or use the -Online parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads