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'
)
[REQUIRED]
The name of the third-party firewall vendor.
{
'ThirdPartyFirewallStatus': 'ONBOARDING'|'ONBOARD_COMPLETE'|'OFFBOARDING'|'OFFBOARD_COMPLETE'|'NOT_EXIST'
}
Response Structure
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