FMS / Client / disassociate_third_party_firewall

disassociate_third_party_firewall#

FMS.Client.disassociate_third_party_firewall(**kwargs)#

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

See also: AWS API Documentation

Request Syntax

response = client.disassociate_third_party_firewall(
    ThirdPartyFirewall='PALO_ALTO_NETWORKS_CLOUD_NGFW'|'FORTIGATE_CLOUD_NATIVE_FIREWALL'
)
Parameters:

ThirdPartyFirewall (string) –

[REQUIRED]

The name of the third-party firewall vendor.

Return type:

dict

Returns:

Response Syntax

{
    'ThirdPartyFirewallStatus': 'ONBOARDING'|'ONBOARD_COMPLETE'|'OFFBOARDING'|'OFFBOARD_COMPLETE'|'NOT_EXIST'
}

Response Structure

  • (dict) –

    • ThirdPartyFirewallStatus (string) –

      The current status for the disassociation of a Firewall Manager administrators account with a third-party firewall.

Exceptions

  • FMS.Client.exceptions.InvalidOperationException

  • FMS.Client.exceptions.InvalidInputException

  • FMS.Client.exceptions.ResourceNotFoundException

  • FMS.Client.exceptions.InternalErrorException