Represents a SAML Organization element.
Ported from the Erlang esaml_org record.
esaml_org
@type t() :: %ExSaml.Core.Org{ displayname: String.t() | [{atom(), String.t()}], name: String.t() | [{atom(), String.t()}], url: String.t() | [{atom(), String.t()}] }