Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 1.87 KB

Add-UiPathEnvironment.md

File metadata and controls

73 lines (48 loc) · 1.87 KB
NAME
    Add-UiPathEnvironment
    
SYNOPSIS
    
    
SYNTAX
    Add-UiPathEnvironment -Name <string> [-AuthToken <AuthToken>] [-Description <string>] [-RequestTimeout <int>] 
    [-Type <string>] [<CommonParameters>]
    
    
DESCRIPTION
    

PARAMETERS
    -Name <string>
        
        Required?                    true
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -Description <string>
        
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -Type <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