REST Resource: projects.apps.recaptchaEnterpriseConfig

資源:reCAPTCHA EnterpriseConfig

應用程式的 reCAPTCHA Enterprise 設定物件。ExchangeRecaptchaEnterpriseToken 會使用這項設定來驗證 reCAPTCHA Enterprise 核發給應用程式的 reCAPTCHA 權杖。同時控管已傳回 AppCheckToken 的某些屬性,例如 ttl

JSON 表示法
{
  "name": string,
  "tokenTtl": string,
  "siteKey": string
}
欄位
name

string

執行個體類型,reCAPTCHA Enterprise 設定物件的相對資源名稱,格式如下:

projects/{project_number}/apps/{app_id}/recaptchaEnterpriseConfig
tokenTtl

string (Duration format)

指定從 reCAPTCHA Enterprise 權杖交換 App Check 權杖的效期。如未設定,系統會採用預設值 1 小時。必須介於 30 分鐘至 7 天之間 (含首尾)。

持續時間以秒為單位,最多 9 個小數位數,結尾為「s」。範例:"3.5s"

siteKey

string

在 reCAPTCHA Enterprise 中建立的計分型網站金鑰,用於為應用程式叫用 reCAPTCHA 及產生 reCAPTCHA 權杖

重要注意事項:這「並非」siteSecret (如同 reCAPTCHA v3),而是以分數計算的 reCAPTCHA Enterprise 網站金鑰。

方法

batchGet

以個別方式取得指定應用程式清單的 RecaptchaEnterpriseConfig

get

取得指定應用程式的 RecaptchaEnterpriseConfig

patch

更新指定應用程式的 RecaptchaEnterpriseConfig