OpenXchangeClient.Model.Security (open_xchange_client v0.10.1)

The security settings

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.Security{
  authentication: String.t() | nil,
  encrypt: boolean() | nil,
  language: String.t() | nil,
  message: String.t() | nil,
  msgRef: String.t() | nil,
  pgpInline: boolean() | nil,
  pin: String.t() | nil,
  sign: boolean() | nil
}