Returns the apiproducts Resource.
Close httplib2 connections.
create(parent, body=None, x__xgafv=None)
Creates a custom consumer key and secret for a AppGroup app. This is particularly useful if you want to migrate existing consumer keys and secrets to Apigee from another system. Consumer keys and secrets can contain letters, numbers, underscores, and hyphens. No other special characters are allowed. To avoid service disruptions, a consumer key and secret should not exceed 2 KBs each. **Note**: When creating the consumer key and secret, an association to API products will not be made. Therefore, you should not specify the associated API products in your request. Instead, use the ProductizeAppGroupAppKey API to make the association after the consumer key and secret are created. If a consumer key and secret already exist, you can keep them or delete them using the DeleteAppGroupAppKey API.
Deletes an app's consumer key and removes all API products associated with the app. After the consumer key is deleted, it cannot be used to access any APIs.
Gets details for a consumer key for a AppGroup app, including the key and secret value, associated API products, and other information.
updateAppGroupAppKey(name, body=None, x__xgafv=None)
Adds an API product to an AppGroupAppKey, enabling the app that holds the key to access the API resources bundled in the API product. In addition, you can add attributes to the AppGroupAppKey. 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. You can use the same key to access all API products associated with the app.
close()
Close httplib2 connections.
create(parent, body=None, x__xgafv=None)
Creates a custom consumer key and secret for a AppGroup app. This is particularly useful if you want to migrate existing consumer keys and secrets to Apigee from another system. Consumer keys and secrets can contain letters, numbers, underscores, and hyphens. No other special characters are allowed. To avoid service disruptions, a consumer key and secret should not exceed 2 KBs each. **Note**: When creating the consumer key and secret, an association to API products will not be made. Therefore, you should not specify the associated API products in your request. Instead, use the ProductizeAppGroupAppKey API to make the association after the consumer key and secret are created. If a consumer key and secret already exist, you can keep them or delete them using the DeleteAppGroupAppKey API. Args: parent: string, Required. Parent of the AppGroup app key. Use the following structure in your request: `organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys` (required) body: object, The request body. The object takes the form of: { # AppGroupAppKey contains all the information associated with the credentials. "apiProducts": [ # Output only. List of API products and its status for which the credential can be used. **Note**: Use UpdateAppGroupAppKeyApiProductRequest API to make the association after the consumer key and secret are created. { # APIProductAssociation has the API product and its administrative state association. "apiproduct": "A String", # API product to be associated with the credential. "status": "A String", # The API product credential associated status. Valid values are `approved` or `revoked`. }, ], "attributes": [ # List of attributes associated with the credential. { # Key-value pair to store extra metadata. "name": "A String", # API key of the attribute. "value": "A String", # Value of the attribute. }, ], "consumerKey": "A String", # Immutable. Consumer key. "consumerSecret": "A String", # Secret key. "expiresAt": "A String", # Output only. Time the AppGroup app expires in milliseconds since epoch. "expiresInSeconds": "A String", # Immutable. Expiration time, in seconds, for the consumer key. 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. "issuedAt": "A String", # Output only. Time the AppGroup app was created in milliseconds since epoch. "scopes": [ # Scopes to apply to the app. The specified scope names must already be defined for the API product that you associate with the app. "A String", ], "status": "A String", # Status of the credential. Valid values include `approved` or `revoked`. } x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # AppGroupAppKey contains all the information associated with the credentials. "apiProducts": [ # Output only. List of API products and its status for which the credential can be used. **Note**: Use UpdateAppGroupAppKeyApiProductRequest API to make the association after the consumer key and secret are created. { # APIProductAssociation has the API product and its administrative state association. "apiproduct": "A String", # API product to be associated with the credential. "status": "A String", # The API product credential associated status. Valid values are `approved` or `revoked`. }, ], "attributes": [ # List of attributes associated with the credential. { # Key-value pair to store extra metadata. "name": "A String", # API key of the attribute. "value": "A String", # Value of the attribute. }, ], "consumerKey": "A String", # Immutable. Consumer key. "consumerSecret": "A String", # Secret key. "expiresAt": "A String", # Output only. Time the AppGroup app expires in milliseconds since epoch. "expiresInSeconds": "A String", # Immutable. Expiration time, in seconds, for the consumer key. 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. "issuedAt": "A String", # Output only. Time the AppGroup app was created in milliseconds since epoch. "scopes": [ # Scopes to apply to the app. The specified scope names must already be defined for the API product that you associate with the app. "A String", ], "status": "A String", # Status of the credential. Valid values include `approved` or `revoked`. }
delete(name, x__xgafv=None)
Deletes an app's consumer key and removes all API products associated with the app. After the consumer key is deleted, it cannot be used to access any APIs. Args: name: string, Required. Name of the AppGroup app key. Use the following structure in your request: `organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys/{key}` (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # AppGroupAppKey contains all the information associated with the credentials. "apiProducts": [ # Output only. List of API products and its status for which the credential can be used. **Note**: Use UpdateAppGroupAppKeyApiProductRequest API to make the association after the consumer key and secret are created. { # APIProductAssociation has the API product and its administrative state association. "apiproduct": "A String", # API product to be associated with the credential. "status": "A String", # The API product credential associated status. Valid values are `approved` or `revoked`. }, ], "attributes": [ # List of attributes associated with the credential. { # Key-value pair to store extra metadata. "name": "A String", # API key of the attribute. "value": "A String", # Value of the attribute. }, ], "consumerKey": "A String", # Immutable. Consumer key. "consumerSecret": "A String", # Secret key. "expiresAt": "A String", # Output only. Time the AppGroup app expires in milliseconds since epoch. "expiresInSeconds": "A String", # Immutable. Expiration time, in seconds, for the consumer key. 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. "issuedAt": "A String", # Output only. Time the AppGroup app was created in milliseconds since epoch. "scopes": [ # Scopes to apply to the app. The specified scope names must already be defined for the API product that you associate with the app. "A String", ], "status": "A String", # Status of the credential. Valid values include `approved` or `revoked`. }
get(name, x__xgafv=None)
Gets details for a consumer key for a AppGroup app, including the key and secret value, associated API products, and other information. Args: name: string, Required. Name of the AppGroup app key. Use the following structure in your request: `organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys/{key}` (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # AppGroupAppKey contains all the information associated with the credentials. "apiProducts": [ # Output only. List of API products and its status for which the credential can be used. **Note**: Use UpdateAppGroupAppKeyApiProductRequest API to make the association after the consumer key and secret are created. { # APIProductAssociation has the API product and its administrative state association. "apiproduct": "A String", # API product to be associated with the credential. "status": "A String", # The API product credential associated status. Valid values are `approved` or `revoked`. }, ], "attributes": [ # List of attributes associated with the credential. { # Key-value pair to store extra metadata. "name": "A String", # API key of the attribute. "value": "A String", # Value of the attribute. }, ], "consumerKey": "A String", # Immutable. Consumer key. "consumerSecret": "A String", # Secret key. "expiresAt": "A String", # Output only. Time the AppGroup app expires in milliseconds since epoch. "expiresInSeconds": "A String", # Immutable. Expiration time, in seconds, for the consumer key. 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. "issuedAt": "A String", # Output only. Time the AppGroup app was created in milliseconds since epoch. "scopes": [ # Scopes to apply to the app. The specified scope names must already be defined for the API product that you associate with the app. "A String", ], "status": "A String", # Status of the credential. Valid values include `approved` or `revoked`. }
updateAppGroupAppKey(name, body=None, x__xgafv=None)
Adds an API product to an AppGroupAppKey, enabling the app that holds the key to access the API resources bundled in the API product. In addition, you can add attributes to the AppGroupAppKey. 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. You can use the same key to access all API products associated with the app. Args: name: string, Required. Name of the AppGroup app key. Use the following structure in your request: `organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys/{key}` (required) body: object, The request body. The object takes the form of: { # Request for UpdateAppGroupAppKey "action": "A String", # Approve or revoke the consumer key by setting this value to `approve` or `revoke` respectively. The `Content-Type` header, if set, must be set to `application/octet-stream`, with empty body. "apiProducts": [ # The list of API products that will be associated with the credential. This list will be appended to the existing list of associated API Products for this App Key. Duplicates will be ignored. "A String", ], "appGroupAppKey": { # AppGroupAppKey contains all the information associated with the credentials. # The new AppGroupKey to be amended. Note that the status can be updated only via action. "apiProducts": [ # Output only. List of API products and its status for which the credential can be used. **Note**: Use UpdateAppGroupAppKeyApiProductRequest API to make the association after the consumer key and secret are created. { # APIProductAssociation has the API product and its administrative state association. "apiproduct": "A String", # API product to be associated with the credential. "status": "A String", # The API product credential associated status. Valid values are `approved` or `revoked`. }, ], "attributes": [ # List of attributes associated with the credential. { # Key-value pair to store extra metadata. "name": "A String", # API key of the attribute. "value": "A String", # Value of the attribute. }, ], "consumerKey": "A String", # Immutable. Consumer key. "consumerSecret": "A String", # Secret key. "expiresAt": "A String", # Output only. Time the AppGroup app expires in milliseconds since epoch. "expiresInSeconds": "A String", # Immutable. Expiration time, in seconds, for the consumer key. 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. "issuedAt": "A String", # Output only. Time the AppGroup app was created in milliseconds since epoch. "scopes": [ # Scopes to apply to the app. The specified scope names must already be defined for the API product that you associate with the app. "A String", ], "status": "A String", # Status of the credential. Valid values include `approved` or `revoked`. }, } x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # AppGroupAppKey contains all the information associated with the credentials. "apiProducts": [ # Output only. List of API products and its status for which the credential can be used. **Note**: Use UpdateAppGroupAppKeyApiProductRequest API to make the association after the consumer key and secret are created. { # APIProductAssociation has the API product and its administrative state association. "apiproduct": "A String", # API product to be associated with the credential. "status": "A String", # The API product credential associated status. Valid values are `approved` or `revoked`. }, ], "attributes": [ # List of attributes associated with the credential. { # Key-value pair to store extra metadata. "name": "A String", # API key of the attribute. "value": "A String", # Value of the attribute. }, ], "consumerKey": "A String", # Immutable. Consumer key. "consumerSecret": "A String", # Secret key. "expiresAt": "A String", # Output only. Time the AppGroup app expires in milliseconds since epoch. "expiresInSeconds": "A String", # Immutable. Expiration time, in seconds, for the consumer key. 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. "issuedAt": "A String", # Output only. Time the AppGroup app was created in milliseconds since epoch. "scopes": [ # Scopes to apply to the app. The specified scope names must already be defined for the API product that you associate with the app. "A String", ], "status": "A String", # Status of the credential. Valid values include `approved` or `revoked`. }