Skip to content

Add FalconGroupRole

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

Add-FalconGroupRole

SYNOPSIS

Assign roles between Falcon Flight Control CID and user groups

DESCRIPTION

Requires 'Flight Control: Write'.

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
CidGroupId String ^[a-fA-F0-9]{32}$ False True CID group identifier
UserGroupId String ^[a-fA-F0-9]{32}$ False True User Group identifier
RoleId String[] False True Role identifier

SYNTAX

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

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally