Skip to content

Get FalconDiscoverGcpAccount

bk-cs edited this page Apr 28, 2023 · 18 revisions

Get-FalconDiscoverGcpAccount

SYNOPSIS

Search for Falcon Discover for Cloud GCP accounts

DESCRIPTION

Requires 'D4C registration: Read'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
ScanType String Scan type full
dry
Id String[] GCP account identifier X X

SYNTAX

Get-FalconDiscoverGcpAccount [[-ScanType] <String>] [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

GET /cloud-connect-gcp/entities/account/v1

falconpy

GetD4CCGPAccount

USAGE

Validate provisioning status

Get-FalconDiscoverGcpAccount -Id <id> -ScanType dry

A properly provisioned account will display status: Event_DiscoverAccountStatusOperational.

2023-04-25: PSFalcon v2.2.5

Clone this wiki locally