CT
Get certificate distribution by dimension
Get certificates time series
Get time series of certificate distribution by dimension
ModelsExpand Collapse
class CTSummaryResponse: …
meta: MetaMetadata for the results.
Metadata for the results.
confidence_info: MetaConfidenceInfo
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
Normalization method applied to the results. Refer to Normalization methods.
class CTTimeseriesResponse: …
meta: MetaMetadata for the results.
Metadata for the results.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
confidence_info: MetaConfidenceInfo
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
Normalization method applied to the results. Refer to Normalization methods.
class CTTimeseriesGroupsResponse: …
meta: MetaMetadata for the results.
Metadata for the results.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
confidence_info: MetaConfidenceInfo
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
Normalization method applied to the results. Refer to Normalization methods.
CTAuthorities
Get certificate authority details
List certificate authorities
ModelsExpand Collapse
class AuthorityGetResponse: …
certificate_authority: CertificateAuthority
apple_status: Literal["INCLUDED", "NOT_YET_INCLUDED", "NOT_INCLUDED", 4 more]The inclusion status of a Certificate Authority (CA) in the trust store.
The inclusion status of a Certificate Authority (CA) in the trust store.
certificate_record_type: Literal["ROOT_CERTIFICATE", "INTERMEDIATE_CERTIFICATE"]Specifies the type of certificate in the trust chain.
Specifies the type of certificate in the trust chain.
chrome_status: Literal["INCLUDED", "NOT_YET_INCLUDED", "NOT_INCLUDED", 4 more]The inclusion status of a Certificate Authority (CA) in the trust store.
The inclusion status of a Certificate Authority (CA) in the trust store.
microsoft_status: Literal["INCLUDED", "NOT_YET_INCLUDED", "NOT_INCLUDED", 4 more]The inclusion status of a Certificate Authority (CA) in the trust store.
The inclusion status of a Certificate Authority (CA) in the trust store.
mozilla_status: Literal["INCLUDED", "NOT_YET_INCLUDED", "NOT_INCLUDED", 4 more]The inclusion status of a Certificate Authority (CA) in the trust store.
The inclusion status of a Certificate Authority (CA) in the trust store.
The name of the parent/root certificate authority that issued this intermediate certificate.
related: List[CertificateAuthorityRelated]CAs from the same owner.
CAs from the same owner.
class AuthorityListResponse: …
certificate_authorities: List[CertificateAuthority]
certificate_record_type: Literal["ROOT_CERTIFICATE", "INTERMEDIATE_CERTIFICATE"]Specifies the type of certificate in the trust chain.
Specifies the type of certificate in the trust chain.
The name of the parent/root certificate authority that issued this intermediate certificate.
CTLogs
Get certificate log details
ModelsExpand Collapse
class LogGetResponse: …
certificate_log: CertificateLog
The average throughput of the CT log, measured in certificates per hour (certs/hour).
The end date and time for when the log will stop accepting certificates.
performance: Optional[CertificateLogPerformance]Log performance metrics, including averages and per-endpoint details.
Log performance metrics, including averages and per-endpoint details.
related: List[CertificateLogRelated]Logs from the same operator.
Logs from the same operator.
The end date and time for when the log will stop accepting certificates.
The start date and time for when the log starts accepting certificates.
state: Literal["USABLE", "PENDING", "QUALIFIED", 3 more]The current state of the certificate log. More details about log states can be found here: https://googlechrome.github.io/CertificateTransparency/log_states.html
The current state of the certificate log. More details about log states can be found here: https://googlechrome.github.io/CertificateTransparency/log_states.html
The start date and time for when the log starts accepting certificates.
state: Literal["USABLE", "PENDING", "QUALIFIED", 3 more]The current state of the certificate log. More details about log states can be found here: https://googlechrome.github.io/CertificateTransparency/log_states.html
The current state of the certificate log. More details about log states can be found here: https://googlechrome.github.io/CertificateTransparency/log_states.html
class LogListResponse: …
certificate_logs: List[CertificateLog]
The end date and time for when the log will stop accepting certificates.
The start date and time for when the log starts accepting certificates.
state: Literal["USABLE", "PENDING", "QUALIFIED", 3 more]The current state of the certificate log. More details about log states can be found here: https://googlechrome.github.io/CertificateTransparency/log_states.html
The current state of the certificate log. More details about log states can be found here: https://googlechrome.github.io/CertificateTransparency/log_states.html