Class DeleteTlsInspectionPolicyRequest (0.13.0)

DeleteTlsInspectionPolicyRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request used by the DeleteTlsInspectionPolicy method.

Attributes

Name Description
name str
Required. A name of the TlsInspectionPolicy to delete. Must be in the format projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}.
force bool
If set to true, any rules for this TlsInspectionPolicy will also be deleted. (Otherwise, the request will only work if the TlsInspectionPolicy has no rules.)