ExBifrost.Model.AuditResource (ex_bifrost v0.1.0)

Copy Markdown View Source

A CADF resource (initiator, target, or observer).

Summary

Types

t()

@type t() :: %ExBifrost.Model.AuditResource{
  host: String.t() | nil,
  id: String.t(),
  name: String.t() | nil,
  typeURI: String.t()
}

Functions

decode(value)