

# CertificateSummary
<a name="API_CertificateSummary"></a>

The summary of the certificate.

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

 ** issuer **   <a name="workspacesweb-Type-CertificateSummary-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-CertificateSummary-notValidAfter"></a>
The certificate is not valid after this date.  
Type: Timestamp  
Required: No

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

 ** subject **   <a name="workspacesweb-Type-CertificateSummary-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-CertificateSummary-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_CertificateSummary_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/CertificateSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/workspaces-web-2020-07-08/CertificateSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/workspaces-web-2020-07-08/CertificateSummary) 