Skip to main content

apiproducts_app_group_app_key_api_product

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

Overview

Nameapiproducts_app_group_app_key_api_product
TypeResource
Idgoogle.apigee.apiproducts_app_group_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_appgroups_apps_keys_apiproducts_update_app_group_app_key_api_productUPDATEapiproductsId, appgroupsId, appsId, 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_app_group_app_key_api_product resource.

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

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