DkimSigningAttributes

An object that contains configuration for Bring Your Own DKIM (BYODKIM), or, for Easy DKIM

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The attribute to use for configuring DKIM for the identity depends on the operation:

Link copied to clipboard

[Bring Your Own DKIM] A private key that's used to generate a DKIM signature.

Link copied to clipboard

[Bring Your Own DKIM] A string that's used to identify a public key in the DNS configuration for a domain.

Link copied to clipboard

[Easy DKIM] The key length of the future DKIM key pair to be generated. This can be changed at most once per day.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String