Overview
Manage Google Cloud Platform (GCP) account registration, configuration, and monitoring for CrowdStrike Falcon Cloud Security (CSPM). These cmdlets enable you to connect GCP projects, configure service accounts, and monitor security posture across your GCP infrastructure.Prerequisites
- CSPM registration: Read - Required for retrieval operations
- CSPM registration: Write - Required for account provisioning and modifications
Get-FalconCloudGcpAccount
Search for registered Falcon Cloud Security GCP accounts.Get-FalconCloudGcpAccount
Parameters
GCP resource identifier
GCP hierarchy parent type. Valid values:
Folder, Organization, ProjectScan type. Valid values:
dry, fullAccount status. Valid values:
operational, provisionedProperty and direction to sort results
Maximum number of results per request (default: 100)
Position to begin retrieving results
Repeat requests until all available results are retrieved
Display total result count instead of results
Example
New-FalconCloudGcpAccount
Create a Falcon Cloud Security GCP account.New-FalconCloudGcpAccount
Parameters
Parent identifier
Parent type
Service account identifier
Service account conditions
Project identifier
Client identifier
Client email
Private key identifier
Private key
Example
Edit-FalconCloudGcpAccount
Modify an existing Falcon Cloud Security GCP account.Edit-FalconCloudGcpAccount
Parameters
GCP parent identifier
GCP environment
GCP service account object
Example
Remove-FalconCloudGcpAccount
Remove Falcon Cloud Security GCP accounts.Remove-FalconCloudGcpAccount
Parameters
GCP resource identifier
Example
Get-FalconCloudGcpServiceAccount
Retrieve service account and email information for a Falcon Cloud Security GCP service account.Get-FalconCloudGcpServiceAccount
Parameters
GCP service account identifier
Example
Edit-FalconCloudGcpServiceAccount
Modify a Falcon Cloud Security GCP service account.Edit-FalconCloudGcpServiceAccount
Parameters
Service account identifier
Service account conditions
Project identifier
Client identifier
Client email
Private key identifier
Private key
Example
Test-FalconCloudGcpServiceAccount
Validate the credentials for a Falcon Cloud Security GCP service account.Test-FalconCloudGcpServiceAccount
Parameters
Service account identifier
Service account conditions
Project identifier
Client identifier
Client email
Private key identifier
Private key
Example
Invoke-FalconCloudGcpHealthCheck
Perform a synchronous health check for a Falcon Cloud Security GCP parent account.Invoke-FalconCloudGcpHealthCheck
Parameters
GCP parent account identifier
Example
Receive-FalconCloudGcpScript
Download a Bash script which grants Falcon Cloud Security access using Google Cloud Shell.Receive-FalconCloudGcpScript
Parameters
GCP resource identifier
GCP hierarchy parent type. Valid values:
Folder, Organization, ProjectDestination path for the script (.sh extension)
Overwrite existing file when present