Samlo.Metadata.EntityDescriptor (samlo v0.1.0)
The EntityDescriptor structure
Link to this section Summary
Link to this section Types
Link to this type
attr_namespace()
Specs
attr_namespace() :: tuple()
Link to this type
child()
Specs
Link to this type
role()
Specs
role() :: Samlo.Metadata.IdpSsoDescriptor.t() | Samlo.Metadata.SpSsoDescriptor.t()
Specs
t() :: %Samlo.Metadata.EntityDescriptor{
cache_duration: nil | pos_integer(),
contacts: [Samlo.Metadata.ContactPerson.t()],
entity_id: String.t(),
extensions: list(),
namespaces: [attr_namespace()],
organization: nil | Samlo.Metadata.Organization.t(),
roles: [role()],
signature: nil | Samlo.Xmlsig.Signature.t(),
valid_until: nil | DateTime.t()
}