ProjectsFirewallpolicies
class ProjectsFirewallpolicies extends Resource (View source)
The "firewallpolicies" collection of methods.
Typical usage is:
$recaptchaenterpriseService = new Google\Service\RecaptchaEnterprise(...);
$firewallpolicies = $recaptchaenterpriseService->projects_firewallpolicies;
Methods
Creates a new FirewallPolicy, specifying conditions at which reCAPTCHA Enterprise actions can be executed. A project may have a maximum of 1000 policies. (firewallpolicies.create)
Deletes the specified firewall policy. (firewallpolicies.delete)
Returns the specified firewall policy. (firewallpolicies.get)
Returns the list of all firewall policies that belong to a project.
Updates the specified firewall policy. (firewallpolicies.patch)
Reorders all firewall policies. (firewallpolicies.reorder)
Details
GoogleCloudRecaptchaenterpriseV1FirewallPolicy
create(string $parent, GoogleCloudRecaptchaenterpriseV1FirewallPolicy $postBody, array $optParams = [])
Creates a new FirewallPolicy, specifying conditions at which reCAPTCHA Enterprise actions can be executed. A project may have a maximum of 1000 policies. (firewallpolicies.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes the specified firewall policy. (firewallpolicies.delete)
GoogleCloudRecaptchaenterpriseV1FirewallPolicy
get(string $name, array $optParams = [])
Returns the specified firewall policy. (firewallpolicies.get)
GoogleCloudRecaptchaenterpriseV1ListFirewallPoliciesResponse
listProjectsFirewallpolicies(string $parent, array $optParams = [])
Returns the list of all firewall policies that belong to a project.
(firewallpolicies.listProjectsFirewallpolicies)
GoogleCloudRecaptchaenterpriseV1FirewallPolicy
patch(string $name, GoogleCloudRecaptchaenterpriseV1FirewallPolicy $postBody, array $optParams = [])
Updates the specified firewall policy. (firewallpolicies.patch)
GoogleCloudRecaptchaenterpriseV1ReorderFirewallPoliciesResponse
reorder(string $parent, GoogleCloudRecaptchaenterpriseV1ReorderFirewallPoliciesRequest $postBody, array $optParams = [])
Reorders all firewall policies. (firewallpolicies.reorder)