-
Notifications
You must be signed in to change notification settings - Fork 10
New GReportsChannelObj
Creates a new Reports API Channel object.
New-GReportsChannelObj [[-Address] <String>] [[-Expiration] <Int64>] [[-Id] <String>]
[[-Params__] <System.Collections.Generic.IDictionary`2[System.String,System.String]>] [[-Payload] <Boolean>]
[[-ResourceId] <String>] [[-ResourceUri] <String>] [[-Token] <String>] [[-Type] <String>] [-WhatIf] [-Confirm]
This provides a Cmdlet-Based approach to creating a Channel object which may be required as a parameter for some other Cmdlets in the Reports API category.
You could alternately create this object by calling New-Object -TypeName Google.Apis.admin.Reports.reports_v1.Data.Channel
PS C:\> New-GRepChannelObj
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 address where notifications are delivered for this channel.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
Type: Int64
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
A UUID or similar unique string that identifies this channel.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Additional parameters controlling delivery channel behavior. Optional.
Type: System.Collections.Generic.IDictionary`2[System.String,System.String]
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
A Boolean value to indicate whether payload is wanted. Optional.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
A version-specific identifier for the watched resource.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The type of delivery mechanism used for this channel.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 8
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
{{Fill Confirm Description}}
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: False
{{Fill WhatIf Description}}
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: False
The address where notifications are delivered for this channel.
Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
A UUID or similar unique string that identifies this channel.
System.Collections.Generic.IDictionary`2System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Additional parameters controlling delivery channel behavior. Optional.
A Boolean value to indicate whether payload is wanted. Optional.
An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
A version-specific identifier for the watched resource.
An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
The type of delivery mechanism used for this channel.
Part of the gShell Project, relating to the Google Reports API; see Related Links or use the -Online parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads