CertificateOperation Class
- java.
lang. Object - com.
azure. security. keyvault. certificates. models. CertificateOperation
- com.
Implements
public final class CertificateOperation
implements JsonSerializable<CertificateOperation>
A certificate operation is returned in case of long-running service requests.
Constructor Summary
| Constructor | Description |
|---|---|
| CertificateOperation() |
Creates an instance of CertificateOperation. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Certificate |
fromJson(JsonReader jsonReader)
Reads a JSON stream into a CertificateOperation. |
| Boolean |
getCancellationRequested()
Get the cancellation requested status. |
| String |
getCertificateType()
Get the certificate type. |
| byte[] |
getCsr()
Get the csr. |
|
Certificate |
getError()
Get the error. |
| String |
getId()
Get the identifier. |
| String |
getIssuerName()
Get the issuer name. |
| String |
getName()
Get the certificate name. |
| String |
getRequestId()
Get the request |
| String |
getStatus()
Get the status. |
| String |
getStatusDetails()
Get the status details. |
| String |
getTarget()
Get the target. |
| String |
getVaultUrl()
Get the URL for the Azure Key |
| Boolean |
isCertificateOrderPreserved()
Get a value indicating whether the order of the certificate chain is to be preserved in the vault. |
| boolean |
isCertificateTransparent()
Get the certificate transparency status. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
CertificateOperation
public CertificateOperation()
Creates an instance of CertificateOperation.
Method Details
fromJson
public static CertificateOperation fromJson(JsonReader jsonReader)
Reads a JSON stream into a CertificateOperation.
Parameters:
Returns:
Throws:
getCancellationRequested
public Boolean getCancellationRequested()
Get the cancellation requested status.
Returns:
getCertificateType
public String getCertificateType()
Get the certificate type.
Returns:
getCsr
public byte[] getCsr()
Get the csr.
Returns:
getError
public CertificateOperationError getError()
Get the error.
Returns:
getId
public String getId()
Get the identifier.
Returns:
getIssuerName
public String getIssuerName()
Get the issuer name.
Returns:
getName
public String getName()
Get the certificate name.
Returns:
getRequestId
public String getRequestId()
Get the requestId.
Returns:
getStatus
public String getStatus()
Get the status.
Returns:
getStatusDetails
public String getStatusDetails()
Get the status details.
Returns:
getTarget
public String getTarget()
Get the target.
Returns:
getVaultUrl
public String getVaultUrl()
Get the URL for the Azure KeyVault service.
Returns:
isCertificateOrderPreserved
public Boolean isCertificateOrderPreserved()
Get a value indicating whether the order of the certificate chain is to be preserved in the vault. The default value is false, which sets the leaf certificate at index 0.
Returns:
isCertificateTransparent
public boolean isCertificateTransparent()
Get the certificate transparency status.
Returns: