aliases_certificate
Creates, updates, deletes, gets or lists a aliases_certificate
resource.
Overview
Name | aliases_certificate |
Type | Resource |
Id | google.apigee.aliases_certificate |
Fields
Name | Datatype | Description |
---|---|---|
contentType | string | The HTTP Content-Type header value specifying the content type of the body. |
data | string | The HTTP request/response body as raw binary. |
extensions | array | Application specific response metadata. Must be set in the first response for streaming APIs. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
organizations_environments_keystores_aliases_get_certificate | SELECT | aliasesId, environmentsId, keystoresId, organizationsId | Gets the certificate from an alias in PEM-encoded form. |
SELECT
examples
Gets the certificate from an alias in PEM-encoded form.
SELECT
contentType,
data,
extensions
FROM google.apigee.aliases_certificate
WHERE aliasesId = '{{ aliasesId }}'
AND environmentsId = '{{ environmentsId }}'
AND keystoresId = '{{ keystoresId }}'
AND organizationsId = '{{ organizationsId }}';