Google Cloud reCAPTCHA Enterprise v1 API - Class ChallengeRule.Types.ChallengeOutcome (2.21.0)

public sealed class ChallengeRule.Types.ChallengeOutcome : IMessage<ChallengeRule.Types.ChallengeOutcome>, IEquatable<ChallengeRule.Types.ChallengeOutcome>, IDeepCloneable<ChallengeRule.Types.ChallengeOutcome>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > ChallengeRule.Types.ChallengeOutcome

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

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