WorkSpacesWeb / Client / get_trust_store_certificate
get_trust_store_certificate¶
- WorkSpacesWeb.Client.get_trust_store_certificate(**kwargs)¶
- Gets the trust store certificate. - See also: AWS API Documentation - Request Syntax- response = client.get_trust_store_certificate( trustStoreArn='string', thumbprint='string' ) - Parameters:
- trustStoreArn (string) – - [REQUIRED] - The ARN of the trust store certificate. 
- thumbprint (string) – - [REQUIRED] - The thumbprint of the trust store certificate. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'trustStoreArn': 'string', 'certificate': { 'thumbprint': 'string', 'subject': 'string', 'issuer': 'string', 'notValidBefore': datetime(2015, 1, 1), 'notValidAfter': datetime(2015, 1, 1), 'body': b'bytes' } } - Response Structure- (dict) – - trustStoreArn (string) – - The ARN of the trust store certificate. 
- certificate (dict) – - The certificate of the trust store certificate. - thumbprint (string) – - A hexadecimal identifier for the certificate. 
- subject (string) – - The entity the certificate belongs to. 
- issuer (string) – - The entity that issued the certificate. 
- notValidBefore (datetime) – - The certificate is not valid before this date. 
- notValidAfter (datetime) – - The certificate is not valid after this date. 
- body (bytes) – - The body of the certificate. 
 
 
 
 - Exceptions