Sha256: 5d5483d41fbac80590d8aae0412f1b3e19e4f52d8b29bdcf54ce8bbe2d55394d
Contents?: true
Size: 1.23 KB
Versions: 28
Compression:
Stored size: 1.23 KB
Contents
--- title: CertificateDetails --- ## PureCloud::CertificateDetails ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **issuer** | **String** | Information about the issuer of the certificate. The value of this property is a comma separated key=value format. Each key is one of the attribute names supported by X.500. | [optional] | | **subject** | **String** | Information about the subject of the certificate. The value of this property is a comma separated key=value format. Each key is one of the attribute names supported by X.500. | [optional] | | **expiration_date** | **DateTime** | The expiration date of the certificate. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **issue_date** | **DateTime** | The issue date of the certificate. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **expired** | **BOOLEAN** | True if the certificate is expired, false otherwise. | [optional] [default to false]| | **signature_valid** | **BOOLEAN** | | [optional] [default to false]| | **valid** | **BOOLEAN** | | [optional] [default to false]| {: class="table table-striped"}
Version data entries
28 entries across 28 versions & 1 rubygems