Class AzureCredentialCertificateProperties
java.lang.Object
com.cloudera.cdp.environments.model.AzureCredentialCertificateProperties
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class AzureCredentialCertificateProperties
extends Object
The certificate used for the credential
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for base64.Getter for expiration.Getter for expirationDate.Getter for sha512.Getter for status.int
hashCode()
void
Setter for base64.void
setExpiration
(String expiration) Setter for expiration.void
setExpirationDate
(ZonedDateTime expirationDate) Setter for expirationDate.void
Setter for sha512.void
Setter for status.toString()
-
Constructor Details
-
AzureCredentialCertificateProperties
public AzureCredentialCertificateProperties()
-
-
Method Details
-
getStatus
Getter for status. The status of an Azure credential. -
setStatus
Setter for status. The status of an Azure credential. -
getExpiration
Getter for expiration. the expiration timestamp -
setExpiration
Setter for expiration. the expiration timestamp -
getExpirationDate
Getter for expirationDate. the expiration in date format -
setExpirationDate
Setter for expirationDate. the expiration in date format -
getSha512
Getter for sha512. The SHA512 digest of the certificate -
setSha512
Setter for sha512. The SHA512 digest of the certificate -
getBase64
Getter for base64. The certificate (PEM) encoded in base64 format -
setBase64
Setter for base64. The certificate (PEM) encoded in base64 format -
equals
-
hashCode
public int hashCode() -
toString
-