public sealed class ChallengeRule.Types.ChallengeOutcome : IMessage<ChallengeRule.Types.ChallengeOutcome>, IEquatable<ChallengeRule.Types.ChallengeOutcome>, IDeepCloneable<ChallengeRule.Types.ChallengeOutcome>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class ChallengeRule.Types.ChallengeOutcome.
An outcome that indicates that a challenge of a specified difficulty should be presented to the user.
Implements
IMessageChallengeRuleTypesChallengeOutcome, IEquatableChallengeRuleTypesChallengeOutcome, IDeepCloneableChallengeRuleTypesChallengeOutcome, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
ChallengeOutcome()
public ChallengeOutcome()ChallengeOutcome(ChallengeOutcome)
public ChallengeOutcome(ChallengeRule.Types.ChallengeOutcome other)| Parameter | |
|---|---|
| Name | Description |
other |
ChallengeRuleTypesChallengeOutcome |
Properties
Difficulty
public WebKeySettings.Types.ChallengeSecurityPreference Difficulty { get; set; }Optional. The difficulty of the challenge to present to the user.
If unspecified, BALANCE is used.
| Property Value | |
|---|---|
| Type | Description |
WebKeySettingsTypesChallengeSecurityPreference |
|