GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailExtendedData
Table of Contents ▼
Jump to a specific part of the page:
Description
Extension data for a person email.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
internalExternal
(type:GoogleApi.ContentWarehouse.V1.Model.PeoplestackFlexorgsProtoInternalExternal
, default:nil
)
- For use with the CUSTOMER_INFO_ADDITIONAL_DATA extension. This includes information on whether the given email is internal to or external to the requesting user's domain. -
isPlaceholder
(type:boolean()
, default:nil
)
- For ListPeoplebyKnownId to indicate an email is sythesized from a lookup email. -
smtpServerSupportsTls
(type:boolean()
, default:nil
)
- For use with the TLS extension. Whether the SMTP server that handles delivery for this email address supports TLS encryption. -
usesConfusingCharacters
(type:boolean()
, default:nil
)
- For use with the Gmail Homograph Warning extension. Whether the email contains mixed character sets that could be used to decieve users. This field is populated by the GMAIL_SECURITY_DATA extension.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailExtendedData{
internalExternal: GoogleApi.ContentWarehouse.V1.Model.PeoplestackFlexorgsProtoInternalExternal.t() | nil,
isPlaceholder: boolean() | nil,
smtpServerSupportsTls: boolean() | nil,
usesConfusingCharacters: boolean() | nil
}
internalExternal: GoogleApi.ContentWarehouse.V1.Model.PeoplestackFlexorgsProtoInternalExternal.t() | nil,
isPlaceholder: boolean() | nil,
smtpServerSupportsTls: boolean() | nil,
usesConfusingCharacters: boolean() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailExtendedData