OrganizationsDevelopersAppsKeysResource class
Methods
-
create(GoogleCloudApigeeV1DeveloperAppKey request, String parent, {String? $fields})
→ Future<GoogleCloudApigeeV1DeveloperAppKey>
-
Creates a custom consumer key and secret for a developer app.
-
delete(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1DeveloperAppKey>
-
Deletes an app's consumer key and removes all API products associated with
the app.
-
get(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1DeveloperAppKey>
-
Gets details for a consumer key for a developer app, including the key and
secret value, associated API products, and other information.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
replaceDeveloperAppKey(GoogleCloudApigeeV1DeveloperAppKey request, String name, {String? $fields})
→ Future<GoogleCloudApigeeV1DeveloperAppKey>
-
Updates the scope of an app.
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateDeveloperAppKey(GoogleCloudApigeeV1DeveloperAppKey request, String name, {String? action, String? $fields})
→ Future<GoogleCloudApigeeV1DeveloperAppKey>
-
Adds an API product to a developer app key, enabling the app that holds
the key to access the API resources bundled in the API product.