GoogleApi.DFAReporting.V34.Model.EncryptionInfo (google_api_dfa_reporting v0.20.0) View Source

A description of how user IDs are encrypted.

Attributes

  • encryptionEntityId (type: String.t, default: nil) - The encryption entity ID. This should match the encryption configuration for ad serving or Data Transfer.
  • encryptionEntityType (type: String.t, default: nil) - The encryption entity type. This should match the encryption configuration for ad serving or Data Transfer.
  • encryptionSource (type: String.t, default: nil) - Describes whether the encrypted cookie was received from ad serving (the %m macro) or from Data Transfer.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#encryptionInfo".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V34.Model.EncryptionInfo{
  encryptionEntityId: String.t(),
  encryptionEntityType: String.t(),
  encryptionSource: String.t(),
  kind: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.