Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 2.18 KB

Add-UiPathRole.md

File metadata and controls

81 lines (54 loc) · 2.18 KB
NAME
    Add-UiPathRole
    
SYNOPSIS
    
    
SYNTAX
    Add-UiPathRole -Name <string> [-AuthToken <AuthToken>] [-IsEditable <SwitchParameter>] [-IsStatic 
    <SwitchParameter>] [-Permissions <string[]>] [-RequestTimeout <int>] [<CommonParameters>]
    
    
DESCRIPTION
    

PARAMETERS
    -Name <string>
        
        Required?                    true
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -Permissions <string[]>
        
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -IsEditable <SwitchParameter>
        
        Required?                    false
        Position?                    named
        Default value                False
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -IsStatic <SwitchParameter>
        
        Required?                    false
        Position?                    named
        Default value                False
        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