Test PodeSseBroadcastLevel - mdaneri/Pode GitHub Wiki
Test if an SSE connection can be broadcasted to, given the Name, Group, and ClientIds.
Test-PodeSseBroadcastLevel [-Name] <String> [[-Group] <String[]>] [[-ClientId] <String[]>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Test if an SSE connection can be broadcasted to, given the Name, Group, and ClientIds.
if (Test-PodeSseBroadcastLevel -Name 'Actions') { ... }
if (Test-PodeSseBroadcastLevel -Name 'Actions' -Group 'admins') { ... }
if (Test-PodeSseBroadcastLevel -Name 'Actions' -ClientId 'my-client-id') { ... }
An array of 1 or more ClientIds.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseAn array of 1 or more Groups.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe Name of the SSE connection.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.