2024-08-16
▼ ▲ recaptchaenterprise.projects.keys.removeIpOverride
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Removes an IP override from a key. The following restrictions hold: * If the IP isn't found in an existing IP override, a `NOT_FOUND` error will be returned. * If the IP is found in an existing IP override, but the override type does not match, a `NOT_FOUND` error will be returned.
Parameter Order : name
HTTP Method : POST
Flat Path : v1/projects/{projectsId}/keys/{keysId}:removeIpOverride
Parameters :
name
Required : Yes
Type : string
Description : Required. The name of the key from which the IP override is removed, in the format `projects/{project}/keys/{key}`.
Location : path
Pattern : ^projects/[^/]+/keys/[^/]+$
Path : v1/{+name}:removeIpOverride
▼ ▲ recaptchaenterprise.projects.keys.listIpOverrides
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
parent
Location : path
Description : Required. The parent key for which the IP overrides are listed, in the format `projects/{project}/keys/{key}`.
Type : string
Required : Yes
Pattern : ^projects/[^/]+/keys/[^/]+$
pageSize
Format : int32
Description : Optional. The maximum number of overrides to return. Default is 10. Max limit is 100. If the number of overrides is less than the page_size, all overrides are returned. If the page size is more than 100, it is coerced to 100.
Location : query
Type : integer
pageToken
Description : Optional. The next_page_token value returned from a previous ListIpOverridesRequest, if any.
Location : query
Type : string
HTTP Method : GET
Flat Path : v1/projects/{projectsId}/keys/{keysId}:listIpOverrides
Parameter Order : parent
Path : v1/{+parent}:listIpOverrides
Description : Lists all IP overrides for a key.