Skip to content

Get FalconCloudAzureCertificate

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

Get-FalconCloudAzureCertificate

SYNOPSIS

Retrieve the base64 encoded certificate for a Falcon Cloud Security Azure tenant

DESCRIPTION

Requires 'CSPM registration: Read'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Refresh Boolean Refresh certificate [default: false]
YearsValid String Years the certificate should be valid [when Refresh: true]
TenantId String[] Azure tenant identifier X X

SYNTAX

Get-FalconCloudAzureCertificate [[-Refresh] <Boolean>] [[-YearsValid] <String>] [-TenantId] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

GET /cloud-connect-cspm-azure/entities/download-certificate/v1

falconpy

AzureDownloadCertificate

USAGE

2024-09-03: PSFalcon v2.2.7

Clone this wiki locally