Method: organizations.environments.keystores.aliases.update

Updates the certificate in an alias.

HTTP request

PUT https://apigee.googleapis.com/v1/{name=organizations/*/environments/*/keystores/*/aliases/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the alias. Use the following format in your request: organizations/{org}/environments/{env}/keystores/{keystore}/aliases/{alias}

Authorization requires the following IAM permission on the specified resource name:

  • apigee.keystorealiases.update

Query parameters

Parameters
ignoreExpiryValidation

boolean

Required. Flag that specifies whether to ignore expiry validation. If set to true, no expiry validation will be performed.

ignoreNewlineValidation

boolean

Flag that specifies whether to ignore newline validation. If set to true, no error is thrown when the file contains a certificate chain with no newline between each certificate. Defaults to false.

Request body

The request body contains an instance of HttpBody.

Response body

If successful, the response body contains an instance of Alias.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform