Skip to content

New FalconContainerPolicyGroup

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

New-FalconContainerPolicyGroup

SYNOPSIS

Create Falcon Cloud Security container policy image groups

DESCRIPTION

Requires 'Falcon Container Image: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Name String Image group name
PolicyId String Container image policy identifier
Condition Hashtable[] One or more hashtables containing policy image group "prop" and "value" conditions
Description String Image group description

SYNTAX

New-FalconContainerPolicyGroup [-Name] <String> [-PolicyId] <String> [-Condition] <Hashtable[]> [[-Description] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

POST /container-security/entities/image-assessment-policy-groups/v1

falconpy

CreatePolicyGroups

USAGE

2024-09-03: PSFalcon v2.2.7

Clone this wiki locally