OrganizationsDevelopersAppsAttributes
class OrganizationsDevelopersAppsAttributes extends Resource (View source)
The "attributes" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$attributes = $apigeeService->organizations_developers_apps_attributes;
Methods
Deletes a developer app attribute. (attributes.delete)
Returns a developer app attribute. (attributes.get)
Returns a list of all developer app attributes.
Updates a developer app attribute. Note: OAuth access tokens and Key
Management Service (KMS) entities (apps, developers, and API products) are
cached for 180 seconds (current default). Any custom attributes associated
with these entities are cached for at least 180 seconds after the entity is
accessed at runtime. Therefore, an ExpiresIn
element on the OAuthV2 policy
won't be able to expire an access token in less than 180 seconds.
Details
GoogleCloudApigeeV1Attribute
delete(string $name, array $optParams = [])
Deletes a developer app attribute. (attributes.delete)
GoogleCloudApigeeV1Attribute
get(string $name, array $optParams = [])
Returns a developer app attribute. (attributes.get)
GoogleCloudApigeeV1Attributes
listOrganizationsDevelopersAppsAttributes(string $parent, array $optParams = [])
Returns a list of all developer app attributes.
(attributes.listOrganizationsDevelopersAppsAttributes)
GoogleCloudApigeeV1Attribute
updateDeveloperAppAttribute(string $name, GoogleCloudApigeeV1Attribute $postBody, array $optParams = [])
Updates a developer app attribute. Note: OAuth access tokens and Key
Management Service (KMS) entities (apps, developers, and API products) are
cached for 180 seconds (current default). Any custom attributes associated
with these entities are cached for at least 180 seconds after the entity is
accessed at runtime. Therefore, an ExpiresIn
element on the OAuthV2 policy
won't be able to expire an access token in less than 180 seconds.
(attributes.updateDeveloperAppAttribute)