-
Notifications
You must be signed in to change notification settings - Fork 10
Watch GRepActivity
Push changes to activities
Watch-GRepActivity [-ApplicationName] <ApplicationNameEnum> [-UserKey] <String> [[-EventName] <String>]
[[-Filters] <String>] [[-Id] <String>] [[-Token] <String>] [[-Expiration] <Int64>] [[-Type] <String>]
[[-Address] <String>] [[-Payload] <Boolean>] [[-Ttl] <String>]
[-StandardQueryParams <StandardQueryParameters>] [-GAuthId <String>] [-WhatIf] [-Confirm]
Watch-GRepActivity [-ApplicationName] <ApplicationNameEnum> [-UserKey] <String> [[-ChannelBody] <Channel>]
[-StandardQueryParams <StandardQueryParameters>] [-GAuthId <String>] [-WhatIf] [-Confirm]
Push changes to activities
PS C:\> Watch-GRepActivity -UserKey $SomeUserKeyString -ApplicationName $SomeApplicationNameString -ChannelBody $SomeChannelObj
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.
Application name for which the events are to be retrieved.
Possible values: admin, calendar, drive, groups, login, token
Type: ApplicationNameEnum
Parameter Sets: (All)
Aliases:
Accepted values: admin, calendar, drive, groups, login, token
Required: True
Position: 0
Default value: Admin
Accept pipeline input: False
Accept wildcard characters: False
Represents the profile id or the user email for which the data should be filtered. When 'all' is specified as the userKey, it returns usageReports for all users.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Name of the event being queried.
Type: String
Parameter Sets: Params
Aliases:
Required: False
Position: 2
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Event parameters in the form [parameter1 name][operator][parameter1 value],[parameter2 name][operator][parameter2 value],...
Type: String
Parameter Sets: Params
Aliases:
Required: False
Position: 3
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: Params
Aliases:
Required: False
Position: 4
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: Params
Aliases:
Required: False
Position: 5
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: Params
Aliases:
Required: False
Position: 6
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The type of delivery mechanism used for this channel.
Type: String
Parameter Sets: Params
Aliases:
Required: False
Position: 7
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The address where notifications are delivered for this channel.
Type: String
Parameter Sets: Params
Aliases:
Required: False
Position: 8
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: Params
Aliases:
Required: False
Position: 9
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Specifies the time-to-live in seconds for the notification channel. The default is 21,600 seconds.
Type: String
Parameter Sets: Params
Aliases:
Required: False
Position: 10
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
An notification channel used to watch for resource changes.
Type: Channel
Parameter Sets: Body
Aliases:
Required: False
Position: 0
Default value:
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
A Standard Query Parameters Object.
Type: StandardQueryParameters
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: False
The GAuthId representing the gShell auth credentials this cmdlet should use to run.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Name of the event being queried.
Event parameters in the form [parameter1 name][operator][parameter1 value],[parameter2 name][operator][parameter2 value],...
A UUID or similar unique string that identifies this channel.
An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
The type of delivery mechanism used for this channel.
The address where notifications are delivered for this channel.
A Boolean value to indicate whether payload is wanted. Optional.
Specifies the time-to-live in seconds for the notification channel. The default is 21,600 seconds.
An notification channel used to watch for resource changes.
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