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

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

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

The create firewall policy request message.

Inheritance

object > CreateFirewallPolicyRequest

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

CreateFirewallPolicyRequest()

public CreateFirewallPolicyRequest()

CreateFirewallPolicyRequest(CreateFirewallPolicyRequest)

public CreateFirewallPolicyRequest(CreateFirewallPolicyRequest other)
Parameter
NameDescription
otherCreateFirewallPolicyRequest

Properties

FirewallPolicy

public FirewallPolicy FirewallPolicy { get; set; }

Required. Information to create the policy.

Property Value
TypeDescription
FirewallPolicy

Parent

public string Parent { get; set; }

Required. The name of the project this policy will apply to, in the format projects/{project}.

Property Value
TypeDescription
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName