Class EnterpriseKeyTestingOptionsArgs.Builder

    • Method Detail

      • testingChallenge

        public EnterpriseKeyTestingOptionsArgs.Builder testingChallenge​(@Nullable
                                                                        com.pulumi.core.Output<java.lang.String> testingChallenge)
        Parameters:
        testingChallenge - For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests for this site will return nocaptcha if NOCAPTCHA, or an unsolvable challenge if UNSOLVABLE_CHALLENGE. Possible values: TESTING_CHALLENGE_UNSPECIFIED, NOCAPTCHA, UNSOLVABLE_CHALLENGE
        Returns:
        builder
      • testingChallenge

        public EnterpriseKeyTestingOptionsArgs.Builder testingChallenge​(java.lang.String testingChallenge)
        Parameters:
        testingChallenge - For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests for this site will return nocaptcha if NOCAPTCHA, or an unsolvable challenge if UNSOLVABLE_CHALLENGE. Possible values: TESTING_CHALLENGE_UNSPECIFIED, NOCAPTCHA, UNSOLVABLE_CHALLENGE
        Returns:
        builder
      • testingScore

        public EnterpriseKeyTestingOptionsArgs.Builder testingScore​(@Nullable
                                                                    com.pulumi.core.Output<java.lang.Double> testingScore)
        Parameters:
        testingScore - All assessments for this Key will return this score. Must be between 0 (likely not legitimate) and 1 (likely legitimate) inclusive.
        Returns:
        builder
      • testingScore

        public EnterpriseKeyTestingOptionsArgs.Builder testingScore​(java.lang.Double testingScore)
        Parameters:
        testingScore - All assessments for this Key will return this score. Must be between 0 (likely not legitimate) and 1 (likely legitimate) inclusive.
        Returns:
        builder