Skip to content

Disassociate Third Party Firewall

fms_disassociate_third_party_firewall R Documentation

Disassociates a Firewall Manager policy administrator from a third-party firewall tenant

Description

Disassociates a Firewall Manager policy administrator from a third-party firewall tenant. When you call disassociate_third_party_firewall, the third-party firewall vendor deletes all of the firewalls that are associated with the account.

Usage

fms_disassociate_third_party_firewall(ThirdPartyFirewall)

Arguments

ThirdPartyFirewall

[required] The name of the third-party firewall vendor.

Value

A list with the following syntax:

list(
  ThirdPartyFirewallStatus = "ONBOARDING"|"ONBOARD_COMPLETE"|"OFFBOARDING"|"OFFBOARD_COMPLETE"|"NOT_EXIST"
)

Request syntax

svc$disassociate_third_party_firewall(
  ThirdPartyFirewall = "PALO_ALTO_NETWORKS_CLOUD_NGFW"|"FORTIGATE_CLOUD_NATIVE_FIREWALL"
)