VerificationCodeResponseProperties Class
- java.
lang. Object - com.
azure. resourcemanager. deviceprovisioningservices. models. VerificationCodeResponseProperties
- com.
Implements
public final class VerificationCodeResponseProperties
implements JsonSerializable<VerificationCodeResponseProperties>
The VerificationCodeResponseProperties model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| byte[] |
certificate()
Get the certificate property: base-64 representation of X509 certificate .cer file or just .pem file content. |
| String |
created()
Get the created property: Certificate created time. |
| String |
expiry()
Get the expiry property: Code expiry. |
|
static
Verification |
fromJson(JsonReader jsonReader)
Reads an instance of Verification |
| Boolean |
isVerified()
Get the is |
| String |
subject()
Get the subject property: Certificate subject. |
| String |
thumbprint()
Get the thumbprint property: Certificate thumbprint. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
updated()
Get the updated property: Certificate updated time. |
| String |
verificationCode()
Get the verification |
Methods inherited from java.lang.Object
Method Details
certificate
public byte[] certificate()
Get the certificate property: base-64 representation of X509 certificate .cer file or just .pem file content.
Returns:
created
public String created()
Get the created property: Certificate created time.
Returns:
expiry
public String expiry()
Get the expiry property: Code expiry.
Returns:
fromJson
public static VerificationCodeResponseProperties fromJson(JsonReader jsonReader)
Reads an instance of VerificationCodeResponseProperties from the JsonReader.
Parameters:
Returns:
Throws:
isVerified
public Boolean isVerified()
Get the isVerified property: Indicate if the certificate is verified by owner of private key.
Returns:
subject
public String subject()
Get the subject property: Certificate subject.
Returns:
thumbprint
public String thumbprint()
Get the thumbprint property: Certificate thumbprint.
Returns:
toJson
updated
public String updated()
Get the updated property: Certificate updated time.
Returns:
verificationCode
public String verificationCode()
Get the verificationCode property: Verification code.
Returns: