Skip to content

Add FalconRole

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

Add-FalconRole

SYNOPSIS

Assign roles to users

DESCRIPTION

Requires 'User Management: Write'.

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
UserId String ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$ False User identifier
Id String[] User role
Cid String False Customer identifier

SYNTAX

Add-FalconRole [-UserId] <String> [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
Add-FalconRole [-UserId] <String> [-Id] <String[]> [-Cid] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

USAGE

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally