- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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.
HTTP request
POST https://apigee.googleapis.com/v1/{parent=organizations/*/environments/*}/keystores
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Name of the environment in which to create the keystore. Use the following format in your request: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
name |
Optional. Name of the keystore. Overrides the value in |
Request body
The request body contains an instance of Keystore
.
Response body
If successful, the response body contains a newly created instance of Keystore
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform