View Source GoogleApi.Gmail.V1.Model.SignAndEncryptKeyPairs (google_api_gmail v0.16.0)

The configuration of a CSE identity that uses different key pairs for signing and encryption.

Attributes

  • encryptionKeyPairId (type: String.t, default: nil) - The ID of the CseKeyPair that encrypts signed outgoing mail.
  • signingKeyPairId (type: String.t, default: nil) - The ID of the CseKeyPair that signs outgoing mail.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Gmail.V1.Model.SignAndEncryptKeyPairs{
  encryptionKeyPairId: String.t() | nil,
  signingKeyPairId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.