public sealed class GetPolicyRequest : IMessage<GetPolicyRequest>, IEquatable<GetPolicyRequest>, IDeepCloneable<GetPolicyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class GetPolicyRequest.
The request message to get a policy.
Implements
IMessageGetPolicyRequest, IEquatableGetPolicyRequest, IDeepCloneableGetPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
GetPolicyRequest()
public GetPolicyRequest()GetPolicyRequest(GetPolicyRequest)
public GetPolicyRequest(GetPolicyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetPolicyRequest |
Properties
Name
public string Name { get; set; }Required. The name of the policy to get, in the format
projects/{project}/keys/{key}/policy.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PolicyName
public PolicyName PolicyName { get; set; }PolicyName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
PolicyName |
|