mispex v0.1.6 MISP.SharingGroup View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %MISP.SharingGroup{
  Organisation: MISP.Org.t() | nil,
  SharingGroupOrg: [MISP.SharingGroupOrg.t()],
  SharingGroupServer: [MISP.SharingGroupServer.t()],
  active: boolean() | nil,
  created: String.t() | nil,
  description: String.t() | nil,
  id: String.t() | nil,
  local: boolean() | nil,
  modified: String.t() | nil,
  name: String.t(),
  org_id: String.t() | nil,
  organisation_uuid: String.t() | nil,
  releasability: String.t(),
  roaming: boolean() | nil,
  sync_user_id: String.t() | nil,
  uuid: String.t() | nil
}

Link to this section Functions