OrganizationsEnvironmentsKeystores
class OrganizationsEnvironmentsKeystores extends Resource (View source)
The "keystores" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$keystores = $apigeeService->organizations_environments_keystores;
Methods
Creates a keystore or truststore. - Keystore: Contains certificates and their associated keys. - Truststore: Contains trusted certificates used to validate a server's certificate. These certificates are typically self-signed certificates or certificates that are not signed by a trusted CA.
Deletes a keystore or truststore. (keystores.delete)
Gets a keystore or truststore. (keystores.get)
Details
GoogleCloudApigeeV1Keystore
create(string $parent, GoogleCloudApigeeV1Keystore $postBody, array $optParams = [])
Creates a keystore or truststore. - Keystore: Contains certificates and their associated keys. - Truststore: Contains trusted certificates used to validate a server's certificate. These certificates are typically self-signed certificates or certificates that are not signed by a trusted CA.
(keystores.create)
GoogleCloudApigeeV1Keystore
delete(string $name, array $optParams = [])
Deletes a keystore or truststore. (keystores.delete)
GoogleCloudApigeeV1Keystore
get(string $name, array $optParams = [])
Gets a keystore or truststore. (keystores.get)