Skip to content

New FalconContainerRegistry

bk-cs edited this page Sep 3, 2024 · 2 revisions

New-FalconContainerRegistry

SYNOPSIS

Create a registry within Falcon Cloud Security

DESCRIPTION

Requires 'Falcon Container Image: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Name String Desired registry name within Falcon Cloud Security
Type String Registry type acr
artifactory
docker
dockerhub
ecr
gar
gcr
github
gitlab
harbor
icr
mirantis
nexus
openshift
oracle
quay.io
Url String UniquenessKey
Registry URL alias
Credential Hashtable A hashtable containing username and password used to access the registry
UrlUniquenessKey String Registry URL alias

SYNTAX

New-FalconContainerRegistry [-Name] <String> [-Type] <String> [-Url] <String> [-Credential] <Hashtable> [[-UrlUniquenessKey] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

POST /container-security/entities/registries/v1

falconpy

CreateRegistryEntities

USAGE

2024-09-03: PSFalcon v2.2.7

Clone this wiki locally