public class Apigee.Organizations.Environments.Keystores.Aliases extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.Keystores.Aliases.Create |
class |
Apigee.Organizations.Environments.Keystores.Aliases.Csr |
class |
Apigee.Organizations.Environments.Keystores.Aliases.Delete |
class |
Apigee.Organizations.Environments.Keystores.Aliases.Get |
class |
Apigee.Organizations.Environments.Keystores.Aliases.GetCertificate |
class |
Apigee.Organizations.Environments.Keystores.Aliases.Update |
| Constructor and Description |
|---|
Aliases() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.Keystores.Aliases.Create |
create(String parent,
GoogleApiHttpBody content)
Creates an alias from a key/certificate pair.
|
Apigee.Organizations.Environments.Keystores.Aliases.Csr |
csr(String name)
Generates a PKCS #10 Certificate Signing Request for the private key in an alias.
|
Apigee.Organizations.Environments.Keystores.Aliases.Delete |
delete(String name)
Deletes an alias.
|
Apigee.Organizations.Environments.Keystores.Aliases.Get |
get(String name)
Gets an alias.
|
Apigee.Organizations.Environments.Keystores.Aliases.GetCertificate |
getCertificate(String name)
Gets the certificate from an alias in PEM-encoded form.
|
Apigee.Organizations.Environments.Keystores.Aliases.Update |
update(String name,
GoogleApiHttpBody content)
Updates the certificate in an alias.
|
public Apigee.Organizations.Environments.Keystores.Aliases.Create create(String parent, GoogleApiHttpBody content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the keystore. Use the following format in your request:
`organizations/{org}/environments/{env}/keystores/{keystore}`.content - the GoogleApiHttpBodyIOExceptionpublic Apigee.Organizations.Environments.Keystores.Aliases.Csr csr(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the alias. Use the following format in your request:
`organizations/{org}/environments/{env}/keystores/{keystore}/aliases/{alias}`.IOExceptionpublic Apigee.Organizations.Environments.Keystores.Aliases.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the alias. Use the following format in your request:
`organizations/{org}/environments/{env}/keystores/{keystore}/aliases/{alias}`.IOExceptionpublic Apigee.Organizations.Environments.Keystores.Aliases.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the alias. Use the following format in your request:
`organizations/{org}/environments/{env}/keystores/{keystore}/aliases/{alias}`.IOExceptionpublic Apigee.Organizations.Environments.Keystores.Aliases.GetCertificate getCertificate(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the alias. Use the following format in your request:
`organizations/{org}/environments/{env}/keystores/{keystore}/aliases/{alias}`.IOExceptionpublic Apigee.Organizations.Environments.Keystores.Aliases.Update update(String name, GoogleApiHttpBody content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the alias. Use the following format in your request:
`organizations/{org}/environments/{env}/keystores/{keystore}/aliases/{alias}`content - the GoogleApiHttpBodyIOExceptionCopyright © 2011–2025 Google. All rights reserved.