apps
Creates, updates, deletes, gets or lists an apps
resource.
Overview
Name | apps |
Type | Resource |
Id | google.apigee.apps |
Fields
The following fields are returned by SELECT
queries:
- organizations_developers_apps_get
- organizations_appgroups_apps_get
- organizations_apps_get
- organizations_developers_apps_list
- organizations_appgroups_apps_list
- organizations_apps_list
Successful response
Name | Datatype | Description |
---|---|---|
name | string | Name of the developer app. |
apiProducts | array | List of API products associated with the developer app. |
appFamily | string | Developer app family. |
appId | string | ID of the developer app. This ID is not user specified but is automatically generated on app creation. appId is a UUID. |
attributes | array | List of attributes for the developer app. |
callbackUrl | string | Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to developer apps. |
createdAt | string (int64) | Output only. Time the developer app was created in milliseconds since epoch. |
credentials | array | Output only. Set of credentials for the developer app consisting of the consumer key/secret pairs associated with the API products. |
developerId | string | ID of the developer. |
keyExpiresIn | string (int64) | Expiration time, in milliseconds, for the consumer key that is generated for the developer app. If not set or left to the default value of -1 , the API key never expires. The expiration time can't be updated after it is set. |
lastModifiedAt | string (int64) | Output only. Time the developer app was modified in milliseconds since epoch. |
scopes | array | Scopes to apply to the developer app. The specified scopes must already exist for the API product that you associate with the developer app. |
status | string | Status of the credential. Valid values include approved or revoked . |
Successful response
Name | Datatype | Description |
---|---|---|
name | string | Immutable. Name of the AppGroup app whose resource name format is of syntax (organizations//appgroups//apps/*). |
apiProducts | array | List of API products associated with the AppGroup app. |
appGroup | string | Immutable. Name of the parent AppGroup whose resource name format is of syntax (organizations//appgroups/). |
appId | string | Immutable. ID of the AppGroup app. |
attributes | array | List of attributes for the AppGroup app. |
callbackUrl | string | Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to AppGroup apps. |
createdAt | string (int64) | Output only. Time the AppGroup app was created in milliseconds since epoch. |
credentials | array | Output only. Set of credentials for the AppGroup app consisting of the consumer key/secret pairs associated with the API products. |
keyExpiresIn | string (int64) | Immutable. Expiration time, in seconds, for the consumer key that is generated for the AppGroup app. If not set or left to the default value of -1 , the API key never expires. The expiration time can't be updated after it is set. |
lastModifiedAt | string (int64) | Output only. Time the AppGroup app was modified in milliseconds since epoch. |
scopes | array | Scopes to apply to the AppGroup app. The specified scopes must already exist for the API product that you associate with the AppGroup app. |
status | string | Status of the App. Valid values include approved or revoked . |
Successful response
Name | Datatype | Description |
---|---|---|
name | string | Name of the app. |
apiProducts | array | List of API products associated with the app. |
appGroup | string | Name of the AppGroup |
appId | string | ID of the app. |
attributes | array | List of attributes. |
callbackUrl | string | Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to apps. |
companyName | string | Name of the company that owns the app. |
createdAt | string (int64) | Output only. Unix time when the app was created. |
credentials | array | Output only. Set of credentials for the app. Credentials are API key/secret pairs associated with API products. |
developerEmail | string | Email of the developer. |
developerId | string | ID of the developer. |
keyExpiresIn | string (int64) | Duration, in milliseconds, of the consumer key that will be generated for the app. The default value, -1, indicates an infinite validity period. Once set, the expiration can't be updated. json key: keyExpiresIn |
lastModifiedAt | string (int64) | Output only. Last modified time as milliseconds since epoch. |
scopes | array | Scopes to apply to the app. The specified scope names must already exist on the API product that you associate with the app. |
status | string | Status of the credential. |
Successful response
Name | Datatype | Description |
---|---|---|
app | array | List of developer apps and their credentials. |
Successful response
Name | Datatype | Description |
---|---|---|
name | string | Immutable. Name of the AppGroup app whose resource name format is of syntax (organizations//appgroups//apps/*). |
apiProducts | array | List of API products associated with the AppGroup app. |
appGroup | string | Immutable. Name of the parent AppGroup whose resource name format is of syntax (organizations//appgroups/). |
appId | string | Immutable. ID of the AppGroup app. |
attributes | array | List of attributes for the AppGroup app. |
callbackUrl | string | Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to AppGroup apps. |
createdAt | string (int64) | Output only. Time the AppGroup app was created in milliseconds since epoch. |
credentials | array | Output only. Set of credentials for the AppGroup app consisting of the consumer key/secret pairs associated with the API products. |
keyExpiresIn | string (int64) | Immutable. Expiration time, in seconds, for the consumer key that is generated for the AppGroup app. If not set or left to the default value of -1 , the API key never expires. The expiration time can't be updated after it is set. |
lastModifiedAt | string (int64) | Output only. Time the AppGroup app was modified in milliseconds since epoch. |
scopes | array | Scopes to apply to the AppGroup app. The specified scopes must already exist for the API product that you associate with the AppGroup app. |
status | string | Status of the App. Valid values include approved or revoked . |
Successful response
Name | Datatype | Description |
---|---|---|
name | string | Name of the app. |
apiProducts | array | List of API products associated with the app. |
appGroup | string | Name of the AppGroup |
appId | string | ID of the app. |
attributes | array | List of attributes. |
callbackUrl | string | Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to apps. |
companyName | string | Name of the company that owns the app. |
createdAt | string (int64) | Output only. Unix time when the app was created. |
credentials | array | Output only. Set of credentials for the app. Credentials are API key/secret pairs associated with API products. |
developerEmail | string | Email of the developer. |
developerId | string | ID of the developer. |
keyExpiresIn | string (int64) | Duration, in milliseconds, of the consumer key that will be generated for the app. The default value, -1, indicates an infinite validity period. Once set, the expiration can't be updated. json key: keyExpiresIn |
lastModifiedAt | string (int64) | Output only. Last modified time as milliseconds since epoch. |
scopes | array | Scopes to apply to the app. The specified scope names must already exist on the API product that you associate with the app. |
status | string | Status of the credential. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
organizations_developers_apps_get | select | organizationsId , developersId , appsId | query , entity | Returns the details for a developer app. |
organizations_appgroups_apps_get | select | organizationsId , appgroupsId , appsId | Returns the details for an AppGroup app. | |
organizations_apps_get | select | organizationsId , appsId | Gets the app profile for the specified app ID. | |
organizations_developers_apps_list | select | organizationsId , developersId | expand , count , startKey , shallowExpand | Lists all apps created by a developer in an Apigee organization. Optionally, you can request an expanded view of the developer apps. A maximum of 100 developer apps are returned per API call. You can paginate the list of deveoper apps returned using the startKey and count query parameters. |
organizations_appgroups_apps_list | select | organizationsId , appgroupsId | pageSize , pageToken | Lists all apps created by an AppGroup in an Apigee organization. Optionally, you can request an expanded view of the AppGroup apps. Lists all AppGroupApps in an AppGroup. A maximum of 1000 AppGroup apps are returned in the response if PageSize is not specified, or if the PageSize is greater than 1000. |
organizations_apps_list | select | organizationsId | status , apptype , includeCred , startKey , rows , expand , ids , keyStatus , apiProduct , pageSize , pageToken , filter | Lists IDs of apps within an organization that have the specified app status (approved or revoked) or are of the specified app type (developer or company). |
organizations_developers_apps_create | insert | organizationsId , developersId | Creates an app associated with a developer. This API associates the developer app with the specified API product and auto-generates an API key for the app to use in calls to API proxies inside that API product. The name is the unique ID of the app that you can use in API calls. The DisplayName (set as an attribute) appears in the UI. If you don't set the DisplayName attribute, the name appears in the UI. | |
organizations_appgroups_apps_create | insert | organizationsId , appgroupsId | Creates an app and associates it with an AppGroup. This API associates the AppGroup app with the specified API product and auto-generates an API key for the app to use in calls to API proxies inside that API product. The name is the unique ID of the app that you can use in API calls. | |
organizations_developers_apps_update | replace | organizationsId , developersId , appsId | Updates the details for a developer app. In addition, you can add an API product to a developer app and automatically generate an API key for the app to use when calling APIs in the API product. If you want to use an existing API key for the API product, add the API product to the API key using the UpdateDeveloperAppKey API. Using this API, you cannot update the following: * App name as it is the primary key used to identify the app and cannot be changed. * Scopes associated with the app. Instead, use the ReplaceDeveloperAppKey API. This API replaces the existing attributes with those specified in the request. Include or exclude any existing attributes that you want to retain or delete, respectively. | |
organizations_appgroups_apps_update | replace | organizationsId , appgroupsId , appsId | action | Updates the details for an AppGroup app. In addition, you can add an API product to an AppGroup app and automatically generate an API key for the app to use when calling APIs in the API product. If you want to use an existing API key for the API product, add the API product to the API key using the UpdateAppGroupAppKey API. Using this API, you cannot update the app name, as it is the primary key used to identify the app and cannot be changed. This API replaces the existing attributes with those specified in the request. Include or exclude any existing attributes that you want to retain or delete, respectively. |
organizations_developers_apps_delete | delete | organizationsId , developersId , appsId | Deletes a developer app. Note: The delete operation is asynchronous. The developer app is deleted immediately, but its associated resources, such as app keys or access tokens, may take anywhere from a few seconds to a few minutes to be deleted. | |
organizations_appgroups_apps_delete | delete | organizationsId , appgroupsId , appsId | Deletes an AppGroup app. Note: The delete operation is asynchronous. The AppGroup app is deleted immediately, but its associated resources, such as app keys or access tokens, may take anywhere from a few seconds to a few minutes to be deleted. | |
organizations_developers_apps_generate_key_pair_or_update_developer_app_status | exec | organizationsId , developersId , appsId | action | Manages access to a developer app by enabling you to: * Approve or revoke a developer app * Generate a new consumer key and secret for a developer app To approve or revoke a developer app, set the action query parameter to approve or revoke , respectively, and the Content-Type header to application/octet-stream . If a developer app is revoked, none of its API keys are valid for API calls even though the keys are still approved. If successful, the API call returns the following HTTP status code: 204 No Content To generate a new consumer key and secret for a developer app, pass the new key/secret details. Rather than replace an existing key, this API generates a new key. In this case, multiple key pairs may be associated with a single developer app. Each key pair has an independent status (approve or revoke ) and expiration time. Any approved, non-expired key can be used in an API call. For example, if you're using API key rotation, you can generate new keys with expiration times that overlap keys that are going to expire. You might also generate a new consumer key/secret if the security of the original key/secret is compromised. The keyExpiresIn property defines the expiration time for the API key in milliseconds. If you don't set this property or set it to -1 , the API key never expires. Notes: * When generating a new key/secret, this API replaces the existing attributes, notes, and callback URLs with those specified in the request. Include or exclude any existing information that you want to retain or delete, respectively. * To migrate existing consumer keys and secrets to hybrid from another system, see the CreateDeveloperAppKey API. |
organizations_developers_apps_attributes | exec | organizationsId , developersId , appsId | Updates attributes for a developer app. This API replaces the current attributes with those specified in the request. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
appgroupsId | string | |
appsId | string | |
developersId | string | |
organizationsId | string | |
action | string | |
apiProduct | string | |
apptype | string | |
count | string (int64) | |
entity | string | |
expand | boolean | |
filter | string | |
ids | string | |
includeCred | boolean | |
keyStatus | string | |
pageSize | integer (int32) | |
pageToken | string | |
query | string | |
rows | string (int64) | |
shallowExpand | boolean | |
startKey | string | |
status | string |
SELECT
examples
- organizations_developers_apps_get
- organizations_appgroups_apps_get
- organizations_apps_get
- organizations_developers_apps_list
- organizations_appgroups_apps_list
- organizations_apps_list
Returns the details for a developer app.
SELECT
name,
apiProducts,
appFamily,
appId,
attributes,
callbackUrl,
createdAt,
credentials,
developerId,
keyExpiresIn,
lastModifiedAt,
scopes,
status
FROM google.apigee.apps
WHERE organizationsId = '{{ organizationsId }}' -- required
AND developersId = '{{ developersId }}' -- required
AND appsId = '{{ appsId }}' -- required
AND query = '{{ query }}'
AND entity = '{{ entity }}';
Returns the details for an AppGroup app.
SELECT
name,
apiProducts,
appGroup,
appId,
attributes,
callbackUrl,
createdAt,
credentials,
keyExpiresIn,
lastModifiedAt,
scopes,
status
FROM google.apigee.apps
WHERE organizationsId = '{{ organizationsId }}' -- required
AND appgroupsId = '{{ appgroupsId }}' -- required
AND appsId = '{{ appsId }}' -- required;
Gets the app profile for the specified app ID.
SELECT
name,
apiProducts,
appGroup,
appId,
attributes,
callbackUrl,
companyName,
createdAt,
credentials,
developerEmail,
developerId,
keyExpiresIn,
lastModifiedAt,
scopes,
status
FROM google.apigee.apps
WHERE organizationsId = '{{ organizationsId }}' -- required
AND appsId = '{{ appsId }}' -- required;
Lists all apps created by a developer in an Apigee organization. Optionally, you can request an expanded view of the developer apps. A maximum of 100 developer apps are returned per API call. You can paginate the list of deveoper apps returned using the startKey
and count
query parameters.
SELECT
app
FROM google.apigee.apps
WHERE organizationsId = '{{ organizationsId }}' -- required
AND developersId = '{{ developersId }}' -- required
AND expand = '{{ expand }}'
AND count = '{{ count }}'
AND startKey = '{{ startKey }}'
AND shallowExpand = '{{ shallowExpand }}';
Lists all apps created by an AppGroup in an Apigee organization. Optionally, you can request an expanded view of the AppGroup apps. Lists all AppGroupApps in an AppGroup. A maximum of 1000 AppGroup apps are returned in the response if PageSize is not specified, or if the PageSize is greater than 1000.
SELECT
name,
apiProducts,
appGroup,
appId,
attributes,
callbackUrl,
createdAt,
credentials,
keyExpiresIn,
lastModifiedAt,
scopes,
status
FROM google.apigee.apps
WHERE organizationsId = '{{ organizationsId }}' -- required
AND appgroupsId = '{{ appgroupsId }}' -- required
AND pageSize = '{{ pageSize }}'
AND pageToken = '{{ pageToken }}';
Lists IDs of apps within an organization that have the specified app status (approved or revoked) or are of the specified app type (developer or company).
SELECT
name,
apiProducts,
appGroup,
appId,
attributes,
callbackUrl,
companyName,
createdAt,
credentials,
developerEmail,
developerId,
keyExpiresIn,
lastModifiedAt,
scopes,
status
FROM google.apigee.apps
WHERE organizationsId = '{{ organizationsId }}' -- required
AND status = '{{ status }}'
AND apptype = '{{ apptype }}'
AND includeCred = '{{ includeCred }}'
AND startKey = '{{ startKey }}'
AND rows = '{{ rows }}'
AND expand = '{{ expand }}'
AND ids = '{{ ids }}'
AND keyStatus = '{{ keyStatus }}'
AND apiProduct = '{{ apiProduct }}'
AND pageSize = '{{ pageSize }}'
AND pageToken = '{{ pageToken }}'
AND filter = '{{ filter }}';
INSERT
examples
- organizations_developers_apps_create
- organizations_appgroups_apps_create
- Manifest
Creates an app associated with a developer. This API associates the developer app with the specified API product and auto-generates an API key for the app to use in calls to API proxies inside that API product. The name
is the unique ID of the app that you can use in API calls. The DisplayName
(set as an attribute) appears in the UI. If you don't set the DisplayName
attribute, the name
appears in the UI.
INSERT INTO google.apigee.apps (
data__appId,
data__attributes,
data__callbackUrl,
data__developerId,
data__name,
data__scopes,
data__status,
data__keyExpiresIn,
data__appFamily,
data__apiProducts,
organizationsId,
developersId
)
SELECT
'{{ appId }}',
'{{ attributes }}',
'{{ callbackUrl }}',
'{{ developerId }}',
'{{ name }}',
'{{ scopes }}',
'{{ status }}',
'{{ keyExpiresIn }}',
'{{ appFamily }}',
'{{ apiProducts }}',
'{{ organizationsId }}',
'{{ developersId }}'
RETURNING
name,
apiProducts,
appFamily,
appId,
attributes,
callbackUrl,
createdAt,
credentials,
developerId,
keyExpiresIn,
lastModifiedAt,
scopes,
status
;
Creates an app and associates it with an AppGroup. This API associates the AppGroup app with the specified API product and auto-generates an API key for the app to use in calls to API proxies inside that API product. The name
is the unique ID of the app that you can use in API calls.
INSERT INTO google.apigee.apps (
data__appId,
data__attributes,
data__callbackUrl,
data__name,
data__scopes,
data__status,
data__keyExpiresIn,
data__apiProducts,
data__appGroup,
organizationsId,
appgroupsId
)
SELECT
'{{ appId }}',
'{{ attributes }}',
'{{ callbackUrl }}',
'{{ name }}',
'{{ scopes }}',
'{{ status }}',
'{{ keyExpiresIn }}',
'{{ apiProducts }}',
'{{ appGroup }}',
'{{ organizationsId }}',
'{{ appgroupsId }}'
RETURNING
name,
apiProducts,
appGroup,
appId,
attributes,
callbackUrl,
createdAt,
credentials,
keyExpiresIn,
lastModifiedAt,
scopes,
status
;
# Description fields are for documentation purposes
- name: apps
props:
- name: organizationsId
value: string
description: Required parameter for the apps resource.
- name: developersId
value: string
description: Required parameter for the apps resource.
- name: appgroupsId
value: string
description: Required parameter for the apps resource.
- name: appId
value: string
description: >
Immutable. ID of the AppGroup app.
- name: attributes
value: array
description: >
List of attributes for the AppGroup app.
- name: callbackUrl
value: string
description: >
Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to AppGroup apps.
- name: developerId
value: string
description: >
ID of the developer.
- name: name
value: string
description: >
Immutable. Name of the AppGroup app whose resource name format is of syntax (organizations/*/appgroups/*/apps/*).
- name: scopes
value: array
description: >
Scopes to apply to the AppGroup app. The specified scopes must already exist for the API product that you associate with the AppGroup app.
- name: status
value: string
description: >
Status of the App. Valid values include `approved` or `revoked`.
- name: keyExpiresIn
value: string
description: >
Immutable. Expiration time, in seconds, for the consumer key that is generated for the AppGroup app. If not set or left to the default value of `-1`, the API key never expires. The expiration time can't be updated after it is set.
- name: appFamily
value: string
description: >
Developer app family.
- name: apiProducts
value: array
description: >
List of API products associated with the AppGroup app.
- name: appGroup
value: string
description: >
Immutable. Name of the parent AppGroup whose resource name format is of syntax (organizations/*/appgroups/*).
REPLACE
examples
- organizations_developers_apps_update
- organizations_appgroups_apps_update
Updates the details for a developer app. In addition, you can add an API product to a developer app and automatically generate an API key for the app to use when calling APIs in the API product. If you want to use an existing API key for the API product, add the API product to the API key using the UpdateDeveloperAppKey API. Using this API, you cannot update the following: * App name as it is the primary key used to identify the app and cannot be changed. * Scopes associated with the app. Instead, use the ReplaceDeveloperAppKey API. This API replaces the existing attributes with those specified in the request. Include or exclude any existing attributes that you want to retain or delete, respectively.
REPLACE google.apigee.apps
SET
data__appId = '{{ appId }}',
data__attributes = '{{ attributes }}',
data__callbackUrl = '{{ callbackUrl }}',
data__developerId = '{{ developerId }}',
data__name = '{{ name }}',
data__scopes = '{{ scopes }}',
data__status = '{{ status }}',
data__keyExpiresIn = '{{ keyExpiresIn }}',
data__appFamily = '{{ appFamily }}',
data__apiProducts = '{{ apiProducts }}'
WHERE
organizationsId = '{{ organizationsId }}' --required
AND developersId = '{{ developersId }}' --required
AND appsId = '{{ appsId }}' --required
RETURNING
name,
apiProducts,
appFamily,
appId,
attributes,
callbackUrl,
createdAt,
credentials,
developerId,
keyExpiresIn,
lastModifiedAt,
scopes,
status;
Updates the details for an AppGroup app. In addition, you can add an API product to an AppGroup app and automatically generate an API key for the app to use when calling APIs in the API product. If you want to use an existing API key for the API product, add the API product to the API key using the UpdateAppGroupAppKey API. Using this API, you cannot update the app name, as it is the primary key used to identify the app and cannot be changed. This API replaces the existing attributes with those specified in the request. Include or exclude any existing attributes that you want to retain or delete, respectively.
REPLACE google.apigee.apps
SET
data__appId = '{{ appId }}',
data__attributes = '{{ attributes }}',
data__callbackUrl = '{{ callbackUrl }}',
data__name = '{{ name }}',
data__scopes = '{{ scopes }}',
data__status = '{{ status }}',
data__keyExpiresIn = '{{ keyExpiresIn }}',
data__apiProducts = '{{ apiProducts }}',
data__appGroup = '{{ appGroup }}'
WHERE
organizationsId = '{{ organizationsId }}' --required
AND appgroupsId = '{{ appgroupsId }}' --required
AND appsId = '{{ appsId }}' --required
AND action = '{{ action}}'
RETURNING
name,
apiProducts,
appGroup,
appId,
attributes,
callbackUrl,
createdAt,
credentials,
keyExpiresIn,
lastModifiedAt,
scopes,
status;
DELETE
examples
- organizations_developers_apps_delete
- organizations_appgroups_apps_delete
Deletes a developer app. Note: The delete operation is asynchronous. The developer app is deleted immediately, but its associated resources, such as app keys or access tokens, may take anywhere from a few seconds to a few minutes to be deleted.
DELETE FROM google.apigee.apps
WHERE organizationsId = '{{ organizationsId }}' --required
AND developersId = '{{ developersId }}' --required
AND appsId = '{{ appsId }}' --required;
Deletes an AppGroup app. Note: The delete operation is asynchronous. The AppGroup app is deleted immediately, but its associated resources, such as app keys or access tokens, may take anywhere from a few seconds to a few minutes to be deleted.
DELETE FROM google.apigee.apps
WHERE organizationsId = '{{ organizationsId }}' --required
AND appgroupsId = '{{ appgroupsId }}' --required
AND appsId = '{{ appsId }}' --required;
Lifecycle Methods
- organizations_developers_apps_generate_key_pair_or_update_developer_app_status
- organizations_developers_apps_attributes
Manages access to a developer app by enabling you to: * Approve or revoke a developer app * Generate a new consumer key and secret for a developer app To approve or revoke a developer app, set the action
query parameter to approve
or revoke
, respectively, and the Content-Type
header to application/octet-stream
. If a developer app is revoked, none of its API keys are valid for API calls even though the keys are still approved. If successful, the API call returns the following HTTP status code: 204 No Content
To generate a new consumer key and secret for a developer app, pass the new key/secret details. Rather than replace an existing key, this API generates a new key. In this case, multiple key pairs may be associated with a single developer app. Each key pair has an independent status (approve
or revoke
) and expiration time. Any approved, non-expired key can be used in an API call. For example, if you're using API key rotation, you can generate new keys with expiration times that overlap keys that are going to expire. You might also generate a new consumer key/secret if the security of the original key/secret is compromised. The keyExpiresIn
property defines the expiration time for the API key in milliseconds. If you don't set this property or set it to -1
, the API key never expires. Notes: * When generating a new key/secret, this API replaces the existing attributes, notes, and callback URLs with those specified in the request. Include or exclude any existing information that you want to retain or delete, respectively. * To migrate existing consumer keys and secrets to hybrid from another system, see the CreateDeveloperAppKey API.
EXEC google.apigee.apps.organizations_developers_apps_generate_key_pair_or_update_developer_app_status
@organizationsId='{{ organizationsId }}' --required,
@developersId='{{ developersId }}' --required,
@appsId='{{ appsId }}' --required,
@action='{{ action }}'
@@json=
'{
"appId": "{{ appId }}",
"attributes": "{{ attributes }}",
"callbackUrl": "{{ callbackUrl }}",
"developerId": "{{ developerId }}",
"name": "{{ name }}",
"scopes": "{{ scopes }}",
"status": "{{ status }}",
"keyExpiresIn": "{{ keyExpiresIn }}",
"appFamily": "{{ appFamily }}",
"apiProducts": "{{ apiProducts }}"
}';
Updates attributes for a developer app. This API replaces the current attributes with those specified in the request.
EXEC google.apigee.apps.organizations_developers_apps_attributes
@organizationsId='{{ organizationsId }}' --required,
@developersId='{{ developersId }}' --required,
@appsId='{{ appsId }}' --required
@@json=
'{
"attribute": "{{ attribute }}"
}';