Skip to main content

apiproducts_developer_app_key_api_product

Creates, updates, deletes, gets or lists a apiproducts_developer_app_key_api_product resource.

Overview

Nameapiproducts_developer_app_key_api_product
TypeResource
Idgoogle.apigee.apiproducts_developer_app_key_api_product

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
organizations_developers_apps_keys_apiproducts_update_developer_app_key_api_productUPDATEapiproductsId, appsId, developersId, keysId, organizationsIdApproves or revokes the consumer key for an API product. After a consumer key is approved, the app can use it to access APIs. A consumer key that is revoked or pending cannot be used to access an API. Any access tokens associated with a revoked consumer key will remain active. However, Apigee checks the status of the consumer key and if set to revoked will not allow access to the API.

UPDATE example

Updates a apiproducts_developer_app_key_api_product resource.

/*+ update */
UPDATE google.apigee.apiproducts_developer_app_key_api_product
SET

WHERE
apiproductsId = '{{ apiproductsId }}'
AND appsId = '{{ appsId }}'
AND developersId = '{{ developersId }}'
AND keysId = '{{ keysId }}'
AND organizationsId = '{{ organizationsId }}';