Skip to content

Latest commit

 

History

History
100 lines (68 loc) · 2.9 KB

Add-UiPathWebhook.md

File metadata and controls

100 lines (68 loc) · 2.9 KB
NAME
    Add-UiPathWebhook
    
SYNOPSIS
    
    
SYNTAX
    Add-UiPathWebhook -Url <string> [-AllEvents <SwitchParameter>] [-AllowInsecureSsl <SwitchParameter>] [-AuthToken 
    <AuthToken>] [-Enabled <bool>] [-RequestTimeout <int>] [-Secret <string>] [<CommonParameters>]
    
    Add-UiPathWebhook -Url <string> [-AllowInsecureSsl <SwitchParameter>] [-AuthToken <AuthToken>] [-Enabled <bool>] 
    [-Events <string[]>] [-RequestTimeout <int>] [-Secret <string>] [<CommonParameters>]
    
    
DESCRIPTION
    

PARAMETERS
    -Url <string>
        
        Required?                    true
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -Enabled <bool>
        
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -Secret <string>
        
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -AllowInsecureSsl <SwitchParameter>
        
        Required?                    false
        Position?                    named
        Default value                False
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -AllEvents <SwitchParameter>
        
        Required?                    false
        Position?                    named
        Default value                False
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -Events <string[]>
        
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -AuthToken <AuthToken>
        
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -RequestTimeout <int>
        
        Required?                    false
        Position?                    named
        Default value                100
        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
    
    
RELATED LINKS