Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.24 KB

Get-VstsSecureFileTicket.md

File metadata and controls

40 lines (32 loc) · 1.24 KB

Get-VstsSecureFileTicket

table of contents | brief

NAME
    Get-VstsSecureFileTicket

SYNOPSIS
    Gets a secure file ticket.

SYNTAX
    Get-VstsSecureFileTicket [-Id] <String> [-Require] [<CommonParameters>]

DESCRIPTION
    Gets the secure file ticket that can be used to download the secure file contents.

PARAMETERS
    -Id <String>
        Secure file id.

        Required?                    true
        Position?                    1
        Default value
        Accept pipeline input?       false
        Accept wildcard characters?  false

    -Require [<SwitchParameter>]
        Writes an error to the error pipeline if the ticket is not found.

        Required?                    false
        Position?                    named
        Default value                False
        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).