Add-ActionSecretMask

July 17, 2020 ยท View on GitHub


NAME
    Add-ActionSecretMask
    
SYNOPSIS
    Registers a secret which will get masked from logs.
    
    
SYNTAX
    Add-ActionSecretMask [-Secret] <String> [<CommonParameters>]
    
    
DESCRIPTION
    

PARAMETERS
    -Secret <String>
        The value of the secret.
        
        Required?                    true
        Position?                    1
        Default value                
        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