Skip to content

Edit FalconInstallToken

bk-cs edited this page Sep 22, 2022 · 18 revisions

Edit-FalconInstallToken

SYNOPSIS

Modify installation tokens

DESCRIPTION

Requires 'Installation Tokens: Write'.

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
Label String False True Installation token label
ExpiresTimestamp String `^(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}Z null)$` False True
Revoked Boolean False True Set revocation status
Id String[] ^[a-fA-F0-9]{32}$ False True Installation token identifier

SYNTAX

Edit-FalconInstallToken [[-Label] <String>] [[-ExpiresTimestamp] <String>] [[-Revoked] <Boolean>] [-Id] <String[]> -WhatIf] [-Confirm] [<CommonParameters>]

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally