NomadClient.Model.AclTokenListStub (nomad_client v0.12.4)

Link to this section Summary

Link to this section Types

Specs

t() :: %NomadClient.Model.AclTokenListStub{
  AccessorID: String.t() | nil,
  CreateIndex: integer() | nil,
  CreateTime: DateTime.t() | nil,
  Global: boolean() | nil,
  ModifyIndex: integer() | nil,
  Name: String.t() | nil,
  Policies: [String.t()] | nil,
  Type: String.t() | nil
}