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¶
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"
)