OrganizationsDevelopersAttributes
class OrganizationsDevelopersAttributes extends Resource (View source)
The "attributes" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$attributes = $apigeeService->organizations_developers_attributes;
Methods
Deletes a developer attribute. (attributes.delete)
Returns the value of the specified developer attribute. (attributes.get)
Returns a list of all developer attributes.
Updates a developer attribute. Note: OAuth access tokens and Key
Management Service (KMS) entities (apps, developers, and API products) are
cached for 180 seconds (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 attribute. (attributes.delete)
GoogleCloudApigeeV1Attribute
get(string $name, array $optParams = [])
Returns the value of the specified developer attribute. (attributes.get)
GoogleCloudApigeeV1Attributes
listOrganizationsDevelopersAttributes(string $parent, array $optParams = [])
Returns a list of all developer attributes.
(attributes.listOrganizationsDevelopersAttributes)
GoogleCloudApigeeV1Attribute
updateDeveloperAttribute(string $name, GoogleCloudApigeeV1Attribute $postBody, array $optParams = [])
Updates a developer attribute. Note: OAuth access tokens and Key
Management Service (KMS) entities (apps, developers, and API products) are
cached for 180 seconds (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.updateDeveloperAttribute)