

# Certificate
<a name="API_Certificate"></a>

The certificate.

## Contents
<a name="API_Certificate_Contents"></a>

 ** body **   <a name="workspacesweb-Type-Certificate-body"></a>
The body of the certificate.  
Type: Base64-encoded binary data object  
Length Constraints: Minimum length of 1. Maximum length of 32768.  
Required: No

 ** issuer **   <a name="workspacesweb-Type-Certificate-issuer"></a>
The entity that issued the certificate.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 256.  
Pattern: `\S+`   
Required: No

 ** notValidAfter **   <a name="workspacesweb-Type-Certificate-notValidAfter"></a>
The certificate is not valid after this date.  
Type: Timestamp  
Required: No

 ** notValidBefore **   <a name="workspacesweb-Type-Certificate-notValidBefore"></a>
The certificate is not valid before this date.  
Type: Timestamp  
Required: No

 ** subject **   <a name="workspacesweb-Type-Certificate-subject"></a>
The entity the certificate belongs to.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 256.  
Pattern: `\S+`   
Required: No

 ** thumbprint **   <a name="workspacesweb-Type-Certificate-thumbprint"></a>
A hexadecimal identifier for the certificate.  
Type: String  
Length Constraints: Fixed length of 64.  
Pattern: `[A-Fa-f0-9]{64}`   
Required: No

## See Also
<a name="API_Certificate_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/workspaces-web-2020-07-08/Certificate) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/workspaces-web-2020-07-08/Certificate) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/workspaces-web-2020-07-08/Certificate) 