AppsPeopleOzExternalMergedpeopleapiEmailCertificate

AI Overview😉

  • The potential purpose of this module is to verify the authenticity and security of email certificates associated with a website or domain, ensuring that emails sent from that domain are trustworthy and not spoofed.
  • This module could impact search results by favoring websites that have properly configured and valid email certificates, indicating a higher level of security and trustworthiness. This could lead to a slight ranking boost for websites that have implemented these certificates correctly.
  • To be more favorable for this function, a website may need to ensure that their email certificates are properly configured, up-to-date, and aligned with best security practices. This could involve implementing S/MIME certificates, configuring email servers to use these certificates, and regularly monitoring and updating certificate status.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents a S/MIME certificate config for use with Gmail. See //caribou/smime/proto/certificate_status.proto. There can be zero or more certificates associated with an email address, be it profile email or contact email.

Attributes

  • configurationName (type: String.t, default: nil) - The name of this certificate configuration. Examples could be "High security level" or "For domain emails only".
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) - It is conceivable that certificates could be ACLed. We also need to indicate which certificate is the default. The PersonFieldMetadata can accomplish both of these.
  • status (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailCertificateCertificateStatus.t, default: nil) -

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.AppsPeopleOzExternalMergedpeopleapiEmailCertificate{
    configurationName: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    status:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailCertificateCertificateStatus.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.