SecurityCredentialsEmailOwnerProto

AI Overview😉

  • The potential purpose of this module is to verify the ownership of an email address, ensuring that the user claiming to own the address is legitimate and authorized to manage it.
  • This module could impact search results by influencing the credibility and trustworthiness of a website or content creator. If a website's email address is verified and linked to a legitimate owner, it may be considered more trustworthy and authoritative, potentially leading to higher search rankings. Conversely, unverified or suspicious email addresses may be penalized or demoted in search results.
  • To be more favorable to this function, a website may ensure that its email address is properly verified and linked to a legitimate owner. This can be achieved by using Google's verification processes, such as Google Search Console or Google Workspace, to confirm ownership of the email address. Additionally, websites may want to ensure that their email addresses are consistently used across their online presence and are not associated with spam or malicious activities.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents a verified owner of the given email address. Note that a single address may have many owners, and a single user may own many addresses. (All lower-case, in display form -- see com.google.gaia.client.GaiaEmail)

Attributes

  • email (type: String.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.SecurityCredentialsEmailOwnerProto{
  email: 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.