ExVault v0.1.0-beta.1 ExVault.Response.Logical View Source

Vault API "logical" response. Most Vault APIs return one of these.

This is based on this Golang struct in the official Vault client.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %ExVault.Response.Logical{
  auth: nil,
  data: %{},
  lease_duration: integer(),
  lease_id: String.t(),
  renewable: boolean(),
  request_id: String.t(),
  warnings: [String.t()],
  wrap_info: nil
}