Skip to main content

aliases

Overview

Namealiases
TypeResource
Idgoogle.apigee.aliases

Fields

NameDatatypeDescription
aliasstringResource ID for this alias. Values must match the regular expression [^/]{1,255}.
certsInfoobject
typestringType of alias.

Methods

NameAccessible byRequired ParamsDescription
organizations_environments_keystores_aliases_getSELECTaliasesId, environmentsId, keystoresId, organizationsIdGets an alias.
organizations_environments_keystores_aliases_createINSERTenvironmentsId, keystoresId, organizationsIdCreates an alias from a key/certificate pair. The structure of the request is controlled by the format query parameter: - keycertfile - Separate PEM-encoded key and certificate files are uploaded. Set Content-Type: multipart/form-data and include the keyFile, certFile, and password (if keys are encrypted) fields in the request body. If uploading to a truststore, omit keyFile. - pkcs12 - A PKCS12 file is uploaded. Set Content-Type: multipart/form-data, provide the file in the file field, and include the password field if the file is encrypted in the request body. - selfsignedcert - A new private key and certificate are generated. Set Content-Type: application/json and include CertificateGenerationSpec in the request body.
organizations_environments_keystores_aliases_deleteDELETEaliasesId, environmentsId, keystoresId, organizationsIdDeletes an alias.
organizations_environments_keystores_aliases_csrEXECaliasesId, environmentsId, keystoresId, organizationsIdGenerates a PKCS #10 Certificate Signing Request for the private key in an alias.
organizations_environments_keystores_aliases_updateEXECaliasesId, environmentsId, keystoresId, organizationsIdUpdates the certificate in an alias.