apiproducts_app_group_app_key_api_product
Creates, updates, deletes, gets or lists a apiproducts_app_group_app_key_api_product
resource.
Overview
Name | apiproducts_app_group_app_key_api_product |
Type | Resource |
Id | google.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
Name | Accessible by | Required Params | Description |
---|---|---|---|
organizations_appgroups_apps_keys_apiproducts_update_app_group_app_key_api_product | UPDATE | apiproductsId, appgroupsId, appsId, keysId, organizationsId | Approves 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 }}';