Skip to content

Get Third Party Firewall Association Status

fms_get_third_party_firewall_association_status R Documentation

The onboarding status of a Firewall Manager admin account to third-party firewall vendor tenant

Description

The onboarding status of a Firewall Manager admin account to third-party firewall vendor tenant.

Usage

fms_get_third_party_firewall_association_status(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",
  MarketplaceOnboardingStatus = "NO_SUBSCRIPTION"|"NOT_COMPLETE"|"COMPLETE"
)

Request syntax

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