Liking cljdoc? Tell your friends :D

happygapi.recaptchaenterprise.projects

reCAPTCHA Enterprise API: projects.

See: https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects
raw docstring

assessments-annotate$clj

(assessments-annotate$ auth parameters body)

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/assessments/annotate

Required parameters: name

Optional parameters: none

Body:

{:annotation string, :reasons [string]}

Annotates a previously created Assessment to provide additional information on whether the event turned out to be authentic or fraudulent.

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/assessments/annotate

Required parameters: name

Optional parameters: none

Body: 

{:annotation string, :reasons [string]}

Annotates a previously created Assessment to provide additional information on whether the event turned out to be authentic or fraudulent.
sourceraw docstring

assessments-create$clj

(assessments-create$ auth parameters body)

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/assessments/create

Required parameters: parent

Optional parameters: none

Body:

{:riskAnalysis {:reasons [string], :score number}, :tokenProperties {:createTime string, :hostname string, :invalidReason string, :action string, :valid boolean}, :name string, :event {:token string, :userIpAddress string, :expectedAction string, :siteKey string, :userAgent string}}

Creates an Assessment of the likelihood an event is legitimate.

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/assessments/create

Required parameters: parent

Optional parameters: none

Body: 

{:riskAnalysis {:reasons [string], :score number},
 :tokenProperties {:createTime string,
                   :hostname string,
                   :invalidReason string,
                   :action string,
                   :valid boolean},
 :name string,
 :event {:token string,
         :userIpAddress string,
         :expectedAction string,
         :siteKey string,
         :userAgent string}}

Creates an Assessment of the likelihood an event is legitimate.
sourceraw docstring

keys-create$clj

(keys-create$ auth parameters body)

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/keys/create

Required parameters: parent

Optional parameters: none

Body:

{:displayName string, :iosSettings {:allowAllBundleIds boolean, :allowedBundleIds [string]}, :labels {}, :androidSettings {:allowedPackageNames [string], :allowAllPackageNames boolean}, :webSettings {:allowAllDomains boolean, :allowedDomains [string], :integrationType string, :challengeSecurityPreference string, :allowAmpTraffic boolean}, :testingOptions {:testingScore number, :testingChallenge string}, :createTime string, :name string}

Creates a new reCAPTCHA Enterprise key.

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/keys/create

Required parameters: parent

Optional parameters: none

Body: 

{:displayName string,
 :iosSettings {:allowAllBundleIds boolean, :allowedBundleIds [string]},
 :labels {},
 :androidSettings {:allowedPackageNames [string],
                   :allowAllPackageNames boolean},
 :webSettings {:allowAllDomains boolean,
               :allowedDomains [string],
               :integrationType string,
               :challengeSecurityPreference string,
               :allowAmpTraffic boolean},
 :testingOptions {:testingScore number, :testingChallenge string},
 :createTime string,
 :name string}

Creates a new reCAPTCHA Enterprise key.
sourceraw docstring

keys-delete$clj

(keys-delete$ auth parameters)

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/keys/delete

Required parameters: name

Optional parameters: none

Deletes the specified key.

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/keys/delete

Required parameters: name

Optional parameters: none

Deletes the specified key.
sourceraw docstring

keys-get$clj

(keys-get$ auth parameters)

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/keys/get

Required parameters: name

Optional parameters: none

Returns the specified key.

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/keys/get

Required parameters: name

Optional parameters: none

Returns the specified key.
sourceraw docstring

keys-getMetrics$clj

(keys-getMetrics$ auth parameters)

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/keys/getMetrics

Required parameters: name

Optional parameters: none

Get some aggregated metrics for a Key. This data can be used to build dashboards.

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/keys/getMetrics

Required parameters: name

Optional parameters: none

Get some aggregated metrics for a Key. This data can be used to build dashboards.
sourceraw docstring

keys-list$clj

(keys-list$ auth parameters)

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/keys/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Returns the list of all keys that belong to a project.

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/keys/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Returns the list of all keys that belong to a project.
sourceraw docstring

keys-migrate$clj

(keys-migrate$ auth parameters body)

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/keys/migrate

Required parameters: name

Optional parameters: none

Body:

{}

Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. Once a key is migrated, it can be used from either product. SiteVerify requests are billed as CreateAssessment calls. You must be authenticated as one of the current owners of the reCAPTCHA Site Key, and your user must have the reCAPTCHA Enterprise Admin IAM role in the destination project.

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/keys/migrate

Required parameters: name

Optional parameters: none

Body: 

{}

Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. Once a key is migrated, it can be used from either product. SiteVerify requests are billed as CreateAssessment calls. You must be authenticated as one of the current owners of the reCAPTCHA Site Key, and your user must have the reCAPTCHA Enterprise Admin IAM role in the destination project.
sourceraw docstring

keys-patch$clj

(keys-patch$ auth parameters body)

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/keys/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:displayName string, :iosSettings {:allowAllBundleIds boolean, :allowedBundleIds [string]}, :labels {}, :androidSettings {:allowedPackageNames [string], :allowAllPackageNames boolean}, :webSettings {:allowAllDomains boolean, :allowedDomains [string], :integrationType string, :challengeSecurityPreference string, :allowAmpTraffic boolean}, :testingOptions {:testingScore number, :testingChallenge string}, :createTime string, :name string}

Updates the specified key.

https://cloud.google.com/recaptcha-enterprise/api/reference/rest/v1/projects/keys/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:displayName string,
 :iosSettings {:allowAllBundleIds boolean, :allowedBundleIds [string]},
 :labels {},
 :androidSettings {:allowedPackageNames [string],
                   :allowAllPackageNames boolean},
 :webSettings {:allowAllDomains boolean,
               :allowedDomains [string],
               :integrationType string,
               :challengeSecurityPreference string,
               :allowAmpTraffic boolean},
 :testingOptions {:testingScore number, :testingChallenge string},
 :createTime string,
 :name string}

Updates the specified key.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close