Skip to content

Edit FalconContainerPolicy

bk-cs edited this page Sep 3, 2024 · 1 revision

Edit-FalconContainerPolicy

SYNOPSIS

Modify a Falcon Cloud Security container policy

DESCRIPTION

Requires 'Falcon Container Image: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Id String Image assessment policy identifier X X
Name String Policy name X
Enabled Boolean Policy enablement X
Description String Policy description X
Rule Hashtable[] One or more hashtables containing rule "action" and "policy_rules_data" X

SYNTAX

Edit-FalconContainerPolicy [-Id] <String> [-Name] <String> [-Enabled] <Boolean> [[-Description] <String>] [[-Rule] <Hashtable[]>] [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

PATCH /container-security/entities/image-assessment-policies/v1

falconpy

UpdatePolicies

USAGE

2024-09-03: PSFalcon v2.2.7

Clone this wiki locally