Represents a SAML Assertion element.
Ported from the Erlang esaml_assertion record.
esaml_assertion
@type t() :: %ExSaml.Core.Assertion{ attributes: keyword(), authn: keyword(), conditions: keyword(), issue_instant: String.t(), issuer: String.t(), recipient: String.t(), subject: ExSaml.Core.Subject.t(), version: String.t() }