Google Cloud reCAPTCHA Enterprise v1 API - Class GetFirewallPolicyRequest (2.12.0)

public sealed class GetFirewallPolicyRequest : IMessage<GetFirewallPolicyRequest>, IEquatable<GetFirewallPolicyRequest>, IDeepCloneable<GetFirewallPolicyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class GetFirewallPolicyRequest.

The get firewall policy request message.

Inheritance

object > GetFirewallPolicyRequest

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

GetFirewallPolicyRequest()

public GetFirewallPolicyRequest()

GetFirewallPolicyRequest(GetFirewallPolicyRequest)

public GetFirewallPolicyRequest(GetFirewallPolicyRequest other)
Parameter
NameDescription
otherGetFirewallPolicyRequest

Properties

FirewallPolicyName

public FirewallPolicyName FirewallPolicyName { get; set; }

FirewallPolicyName-typed view over the Name resource name property.

Property Value
TypeDescription
FirewallPolicyName

Name

public string Name { get; set; }

Required. The name of the requested policy, in the format projects/{project}/firewallpolicies/{firewallpolicy}.

Property Value
TypeDescription
string