Skip to content

Remove FalconGroupRole

bk-cs edited this page Oct 6, 2022 · 18 revisions

Remove-FalconGroupRole

SYNOPSIS

Remove roles between a Falcon Flight Control user group and CID group

DESCRIPTION

Requires 'Flight Control: Write'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
CidGroupId String X CID group identifier
UserGroupId String X User group identifier
RoleId String[] X Role identifier, or leave blank to remove user group/CID group association

SYNTAX

Remove-FalconGroupRole [-CidGroupId] <String> [-UserGroupId] <String> [[-RoleId] <String[]>] [-WhatIf] [-Confirm] [<CommonParameters>]

Generated 2022-10-06 using PSFalcon v2.2.3

Clone this wiki locally