AppsPeopleOzExternalMergedpeopleapiEmailCertificateCertificateStatus

AI Overview😉

  • The potential purpose of this module is to verify the authenticity and validity of email certificates used for secure communication, ensuring that emails are sent from trusted sources and preventing potential security threats.
  • This module could impact search results by potentially boosting the ranking of websites that use valid and up-to-date email certificates, as they are considered more trustworthy and secure. On the other hand, websites with invalid or expired certificates might be penalized or demoted in search results.
  • To be more favorable for this function, a website could ensure that their email certificates are valid, up-to-date, and properly configured. This includes regularly checking and renewing certificates, using trusted certificate authorities, and implementing proper encryption and security measures for email communication.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailCertificateCertificateStatus (google_api_content_warehouse v0.4.0)

Minimal S/MIME certificate status i.e. two fields per email address.

Attributes

  • notAfterSec (type: String.t, default: nil) - The certificate expiration timestamp in seconds.
  • statusCode (type: String.t, default: nil) - Current status of the email's certificate chain.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailCertificateCertificateStatus{
    notAfterSec: String.t() | nil,
    statusCode: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.