Skip to content

New FalconCloudGcpAccount

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

New-FalconCloudGcpAccount

SYNOPSIS

Create a Falcon Cloud Security GCP account

DESCRIPTION

Requires 'CSPM registration: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
ParentId String Parent identifier
ParentType String Parent type
ServiceAccountId Int32 Service account identifier
ServiceAccountCondition Hashtable[] Service account conditions
ProjectId String Project identifier
ClientId String Client identifier
ClientEmail String Client email
PrivateKeyId String Private key identifier
PrivateKey String Private key

SYNTAX

New-FalconCloudGcpAccount [[-ParentId] <String>] [[-ParentType] <String>] [[-ServiceAccountId] <Int32>] [[-ServiceAccountCondition] <Hashtable[]>] [[-ProjectId] <String>] [[-ClientId] <String>] [[-ClientEmail] <String>] [[-PrivateKeyId] <String>] [[-PrivateKey] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

POST /cloud-connect-cspm-gcp/entities/account/v2

falconpy

ConnectCSPMGCPAccount

USAGE

2024-09-03: PSFalcon v2.2.7

Clone this wiki locally