# `ExSaml.Core.Org`
[🔗](https://github.com/docJerem/ex_saml/blob/main/lib/ex_saml/core/org.ex#L1)

Represents a SAML Organization element.

Ported from the Erlang `esaml_org` record.

# `t`

```elixir
@type t() :: %ExSaml.Core.Org{
  displayname: String.t() | [{atom(), String.t()}],
  name: String.t() | [{atom(), String.t()}],
  url: String.t() | [{atom(), String.t()}]
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
