Skip to content

New FalconCloudAzureAccount

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

New-FalconCloudAzureAccount

SYNOPSIS

Provision a Falcon Cloud Security Azure account

DESCRIPTION

Requires 'CSPM registration: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
SubscriptionId String Azure subscription identifier X
TenantId String Azure tenant identifier X
ClientId String Azure client identifier
AccountType String Azure account type
DefaultSubscription Boolean Account is the default Azure subscription
YearsValid Int32 Number of years valid

SYNTAX

New-FalconCloudAzureAccount [[-SubscriptionId] <String>] [[-TenantId] <String>] [[-ClientId] <String>] [[-AccountType] <String>] [[-DefaultSubscription] <Boolean>] [[-YearsValid] <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

POST /cloud-connect-cspm-azure/entities/account/v1

falconpy

CreateCSPMAzureAccount

USAGE

2024-09-03: PSFalcon v2.2.7

Clone this wiki locally